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

  • How to match thecolor coding in the graph builder to the predefined color coding in the data table?

    I'm comparing data from different sources and want to make sure the source shows clearly on every plot, so I have defined a color+marker for every source through the colors/markers menus accessible via the red triangle on the first (non data) column in the data table.Now I use the graph bilder to visualize the data. As expected the data points in the graph have the color/marker I have defined in t...

    matthias_bruchh matthias_bruchh
    Discussions |
    Nov 11, 2016 9:27 AM
    9653 views | 1 replies
  • Graphical Picture of Design Space for a Mixture Design

    I am looking to discover how to get a Graphical Picture of the Design Space for an Extreme Vertices Design and a Space Filling Design.  I know how to generate the Design but would like a picture showing the Design Space and all of the Design Points.

    ncallie_mdt ncallie_mdt
    Discussions |
    Nov 10, 2016 8:34 AM
    7112 views | 4 replies
  • Is there a way to save a commonly used Script to the JMP toolbar?

    Hi, I would like to import my files to JMP and then have the option of running a number of scripts on the data straight away. Is it possible to save my most regularly used Scripts to the JMP toolbar as an icon or in a drop down menu? Kind regards, EFarrell

    EFarrell EFarrell
    Discussions |
    Nov 10, 2016 5:11 AM
    9622 views | 3 replies
  • How does JMP derive 95 percentile of a data set with limited data points?

    For a data set with 16 points shown below,IDData1-2.538022-0.988773-0.596794-0.454445-0.265736-0.20277-0.1079880.12442290.156302100.162865110.469599120.667054130.787399141.209767151.414172161.718419 Tabulate the data generates the following stats:Min-2.53802Mean0.097223Quantiles500.140362Quantiles951.718419Max1.718419Std Dev1.023793 I am curious to know how JMP derives 95 percentile or for any ran...

    ILoveJMP ILoveJMP
    Discussions |
    Nov 9, 2016 3:39 PM
    9593 views | 1 replies
  • JSL - Creating a table from existing table

    Hi All, So I have this issue where I would like to make a new table, out of an existing table, but want to pull values out of specific rows and add them to new columns.  My existing table looks something like this: Subject    Value1    Value 2    Value 3NC1         26.2        13.1         6.2NC2         28.5        14.3         45.6PC1         22.5        12.5         75.3VC1         63.9        ...

    drblove drblove
    Discussions |
    Nov 9, 2016 1:12 PM
    9488 views | 1 replies

Latest Discussions

  • Graphical Picture of Design Space for a Mixture Design

    I am looking to discover how to get a Graphical Picture of the Design Space for an Extreme Vertices Design and a Space Filling Design.  I know how to generate the Design but would like a picture showing the Design Space and all of the Design Points.

    ncallie_mdt ncallie_mdt
    Discussions |
    Nov 10, 2016 8:34 AM
    7112 views | 4 replies
  • How to customize axis labels?

    Yes, I know there's an Axis Settings option but it doesn't appear to be able to give me what I need... Basically, I need to able to vary the tick increment. I have data for days 0, 3, 7, 10, and 14 and I need those to be the x axis labels. I can't do an increment of 3 or of 4 because then, obviously, one or several of those days would not be on the x axis. Is there any way that I can customize/cho...

    bswhitti bswhitti
    Discussions |
    Nov 8, 2016 7:20 AM
    5168 views | 3 replies
  • Legend based on 2 columns

    Dear all, I have a huge data table like following Continent        State          City                  PopulationUSA              Pennsylvania          Philadelphia           ---- USA              Pennsylvania        Harrisburg                ----USA              California                San DiegoUSA              California                San Fransisco Europe       France                      Pa...

    rahulsmils rahulsmils
    Discussions |
    Nov 7, 2016 11:29 AM
    4359 views | 1 replies
  • How do I perform a nested gauge R&R across a process range

    Hello, I am quite familiar with designing and executing crossed Gauge RR studies within JMP. Recently, I was asked to perform a nested study as the process under observation is destructive. For background, we are trying to establish the effectiveness of an automated inspection system tasked with measuring the size of nanoliter volume spots applied to a piece of plastic. The volume of fluid is so l...

    jecuzens jecuzens
    Discussions |
    Nov 4, 2016 1:21 PM
    5125 views | 1 replies
  • SAS PROC MIXED and JMP Output are Different

    Dear All,I am trying to compare the results of SAS PROC Mixed and JMP mixed model. I thought the results would be the same, but they are not. I hope JMP can give the same results of SAS PROC MIXED. Could anyone help me with it?My SAS code as following:PROC MIXED DATA = DATA;CLASS Sub Condition Stimuli;MODEL Y = Condition / SOLUTION;RANDOM Sub;RANDOM Stimuli(Condition);run;The results for the fixed...

    laughtpp laughtpp
    Discussions |
    Nov 3, 2016 8:59 AM
    8145 views | 6 replies

Latest Discussions

  • 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
    3880 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
    5148 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
    3586 views | 0 replies
  • Interpreting canonical structure and scores in discriminant analysis

    I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks.  In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables.  My understanding is that the scoring c...

    amzipkin amzipkin
    Discussions |
    Oct 20, 2015 3:25 PM
    3569 views | 0 replies
view all discussions