cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Returning either list of rows or NULL in my function. How do I work with multiple return values in a jsl-script?

    I guess my problem can be solved pretty easily.I want to write a function, that either returns a list of row-numbers or NULL in dependency of an if-clause inside my function.How can I handle multiple return values and how can I return NULL?My function should look somehow like this:myFunction = Function( {...}, {...},     list = { ... };     if(...)          then return list     else return NULL);I...

    martinschmid martinschmid
    Discussions |
    Aug 11, 2016 12:11 AM
    8879 views | 2 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
    4888 views | 0 replies
  • Bivariate Histogram

    Can JMP create a bivariate histogram of 2 data columns from a data set? I am thinking of something that creates graphs similar to those one can make in Matlab using the "hist3" command?http://www.mathworks.com/help/stats/hist3.html(see bottom figure in this link as an example of what I'm visualizing)I don't necessarily need the fancy aspect viewpoint like shown in the figures from the Mathworks we...

    joe_schaar_gmai joe_schaar_gmai
    Discussions |
    Aug 10, 2016 10:02 AM
    11810 views | 5 replies
  • Is there an inverse to the Day Of Year() function?

    I have a day of year column, and need to convert it to a date. I've wracked my brain over this. There's probably a simple solution but it escapes me.

    mwechtal mwechtal
    Discussions |
    Aug 10, 2016 9:01 AM
    9716 views | 2 replies
  • Show as graph reference lines

    I'm importing spec limits with a script to every datatable that I want to graph.  While distributions show specs, box plots do not.  I've been trying to insert the "Show Spec Limits(1) in multiple areas, but with no success.  I am a JSL noob, so looking for some expertise.  Going through each column properties GUI to check the box is unmanageable.  Here is a snippet of code;dt = open("datatable.jm...

    illinitom illinitom
    Discussions |
    Aug 9, 2016 10:56 AM
    17479 views | 9 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
    4888 views | 0 replies
  • Bivariate Histogram

    Can JMP create a bivariate histogram of 2 data columns from a data set? I am thinking of something that creates graphs similar to those one can make in Matlab using the "hist3" command?http://www.mathworks.com/help/stats/hist3.html(see bottom figure in this link as an example of what I'm visualizing)I don't necessarily need the fancy aspect viewpoint like shown in the figures from the Mathworks we...

    joe_schaar_gmai joe_schaar_gmai
    Discussions |
    Aug 10, 2016 10:02 AM
    11810 views | 5 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
    3909 views | 0 replies
  • help!! How can I change each variables plotted points to something other than solid circle in graph builder?

    help!! How can I change each variables plotted points to something other than solid circle in graph builder, such as an open circle or diamond? Attached is an example of an older graph (created in older JMP version) with the variables points marked differently and an example from newest JMP version.

    cbear cbear
    Discussions |
    Jul 27, 2016 4:22 PM
    5738 views | 4 replies
  • loop for and if for column name change

    all,I would like to rename column name depending on some condition using a for loop with a if conditional.But doesn't work.If I set up the function out of the for loop then no issue.code as belowFor( i = 1, i <= 100, i++,  If(i > 0 ,  Column(i) << set name( char(munger(Column name(i), 1, "::try::", "-" ) ) ) ););

    KinKame KinKame
    Discussions |
    Jul 26, 2016 6:44 PM
    7246 views | 4 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
    4888 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
    3909 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
    5194 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
    3618 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
    3589 views | 0 replies
view all discussions