cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Quick way to compare two lists and identify the uncommon elements

    Does anyone know a quick way to compare two lists and identify any different list elements (i.e. uncommon elements)?  I can do this using two, nested loops, but like many things in JSL I was hoping there might be some obscure, easier way .  dj   My lists are much larger than this of course: list1={"apple","pear","orange","kiwi","watermelon"}; list2={"apple","pear","orange","kiwi","strawberry","wat...

    djhanson djhanson
    Discussions |
    Jan 20, 2017 2:10 PM
    32312 views | 7 replies
  • clear all variables in the here namespace

    is there any way to delete the here namespace?  Or more to the point, all the variables in it without knowing the variable names? namespace("here") << Delete doesn't seem to work.  I could << Get contents and for through it, but I'm just wondering if there's a better way.  

    vince_faller vince_faller
    Discussions |
    Jan 20, 2017 1:35 PM
    13983 views | 3 replies
  • [JSL] Spec limits and reference lines

    Hi, I have been trying to find a script to import specs from specs datatable and set Show Limits( 1 ) for all columns.I came across a few posts but still could not figure out how to do it. Please kindly help. Thanks a lot.

    mosiph mosiph
    Discussions |
    Jan 20, 2017 6:29 AM
    13546 views | 4 replies
  • How do you change the control group when using Dunnett's test?

    I'm performing a Dunnett's Test using a control group.  When I run the Dunnett's test I'm prompoted to select the control group, I select the control group and the graph and statistics are updated, no issues so far.  The problem is when I'd like to change the control group, how do you do this without having to re-run the entire Fit YbyX analysis?   When I remove the Dunnett's test and then turn it...

    notoriousapp notoriousapp
    Discussions |
    Jan 19, 2017 6:50 PM
    12134 views | 2 replies
  • Several Data Tables created in a same script

    Hi All, I am trying to create a second Data Table from a created first Data Table in a same script, is it possible? Example:
    dt_= Open(path_pst); //First Data Tablestart = New Table("W",
    New Column("S"),
    New Column("Z"),
    New Column("X"),
    New Column("Y"),
    New Column("E"),
    New Column("W"),
    New Column("S"),
    Add Rows(545)
    ); //Some Calculationsfor(i=1,i<=545,i++,
    W:B[i] = ((dt_ - dt_*60)/8;
    W:S[i] = dt_[i];
    W:X[i]...

    RosDima RosDima
    Discussions |
    Jan 18, 2017 5:33 PM
    13709 views | 7 replies

Latest Discussions

  • How to lock the scales in graph builder?

    I couldn't find it in any of the documentation. I am using a treemap and using a continuous number 1 to 8 on Group X and 1 to 8 on group y. During filtering the data, Is there a way to lock the scales so that I could see all the missing data also. Right now, it just shows the required data and treemap is scaled big or small depending on the number of count. Also, does anyone know how to display co...

    vishwasanj vishwasanj
    Discussions |
    Jan 18, 2017 11:28 AM
    7150 views | 6 replies
  • Table Data

    I have been searching the boards to see how to bring in all rows of a data set through a query. But when I run the query it only returns the first three rows of data. I know it is probably a simpe solution to this but havent been able to find. Any help with this would be greatly appreciated. mallen810

    mallen810 mallen810
    Discussions |
    Jan 12, 2017 9:38 AM
    6808 views | 5 replies
  • Linear regression help

    Hello,

    I am working on a research project and am trying to perform a pretty basic comparison between a few variables in my data.  I have a list of categorical variables (age, initially had pain at onset of symptoms, initially had bladder symptoms at symptom onset, etc) and I am trying to correlate the presence of these variables with a categorical variable at early or late follow up (pain at follow...

    cli cli
    Discussions |
    Jan 9, 2017 6:24 PM
    10025 views | 8 replies
  • Pass/Fail

    What is the best tool to use in order to display pass/fail data?

    pchaplin pchaplin
    Discussions |
    Jan 6, 2017 8:13 AM
    5045 views | 2 replies
  • legend script problem - cant apply legend

    HI all , i write script that should give me a Bivar Plot with 2 rule of legendunfortunately its just show me in the side bar that he recognize the legends but dosent apply them i atteched photo of the problem  Thanks in advenced 

    Dolev1988 Dolev1988
    Discussions |
    Jan 5, 2017 3:24 AM
    4278 views | 1 replies

Latest Discussions

  • How to Maintain JMP Graphs Table Layout When Copy and Pasting into Word

    For years I've had to build sets of graphs using the Fit Y by X platform. The graphs are simple: X-axis is always (1) a character, nominal column and (2) a numeric, continuous date/time column. The Y-axis is always numeric, continuous data (bins, registers, parameters). The result is a list of box plot on the left, time trend on the right. There could be many plots at a time. In JMP 12 (and I thin...

    MIKE MIKE
    Discussions |
    Dec 14, 2016 8:48 AM
    4714 views | 0 replies
  • Odds ratios for multiway tables

    On twitter earlier today, someone asked if the Cochran-Mantel-Haenszel (CMH) odds ratio (OR) test was available in JMP when the stratification variable is not the X in Fit Y by X. Anytime I need to go from two variables to more than two variables, the first place I look is Fit Model. The beauty of fit model is that not only can I use as many variables as I want, but I can consider interactions bet...

    DonMcCormack DonMcCormack
    Discussions |
    Aug 10, 2016 3:35 PM
    4868 views | 0 replies
  • How to find ETA squared effect size for MANOVA?

    Hello, Does anyone know how to calculate the eta squared value from a manova analysis in JMP? I know that the E and H matrices tab shows the sum of squares for each parameter, but which values do I use to calculate SStotal and SSeffect? In my model, I have 2 control variables (age and gender) and then a two way factorial. If only one of these variables (in addition to both control variables) is si...

    nsalmano_stanfo nsalmano_stanfo
    Discussions |
    Aug 8, 2016 7:04 AM
    3884 views | 0 replies
  • Is there an easy way to get the FWHM (full width half max) of a curve using JMP?

    Dear JMP community,Is there an easy way to get the FWHM (full width half max) of a spectral curve using JMP? Finding the minima and maxima are fairly straightforward, but then calculating the FWHM seems to be much more laborious in JMP, especially if the data is sparse and we would like to interpolate to get more accurate intersections between the peak and the FWHM value. In my case, the peak is o...

    mcjorge mcjorge
    Discussions |
    Jul 22, 2016 8:13 AM
    5151 views | 0 replies
  • Co-Kriging with JMP and Matlab

    Hi!I was wondering if anyone already tried to work with Co-Kriging, using JMP together with Matlab. As JMP only fits Ordinary Kriging Models (Gaussian Process with Gaussian Correlation Function), I would like to send data (generated with Space Filling JMP Platform) from JMP to Matlab, fit the models there (Matlab), and bring the MODELS back to JMP, to use inside Profile Platform. Do you have any e...

    samuelbbaco0 samuelbbaco0
    Discussions |
    Dec 4, 2015 12:32 PM
    3593 views | 0 replies
view all discussions