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 combine two columns (with missing data)?

    got a table with missing data like this:Column1Column21••5•73• Need to combine it it to one column Column31573 I used sum but it didn't work. The only way I can do is using If and is Missing() formual. Any fast way to combine it? Thanks! 

    jasongao jasongao
    Discussions |
    May 29, 2019 9:53 PM
    2219 views | 1 replies
  • Help understanding how Lift curves are calculated

    Dear JMPers,   (computer details: I have JMP Pro 14 on a W7 Enterprise, 64-bit computer.)   I am trying to better understand how JMP actually calculates a Lift curve. I understand conceptually the ROC and Lift curves, but I'm having a hard time calculating a Lift curve myself. The JMP help/support page (https://www.jmp.com/support/help/14-2/lift-curve.shtml#1276958) isn't all that helpful in under...

    SDF1 SDF1
    Discussions |
    May 29, 2019 11:10 AM
    1946 views | 0 replies
  • discrete numeric factor good choice?

    I have 4 factors with 3 settings:- time- 5, 10, 20water- 100, 200, 300speed1- 2500, 3000, 4000speed2- 5000, 6000, 7000 my response is viscosity and trying to figure out at what setting can I get my desired viscosity. I am trying to set up a design. Since I have 3 settings of each factor I was thinking of using discrete numeric factor but I read in JMP documentation that "Not all levels of a discre...

    billi billi
    Discussions |
    May 29, 2019 11:09 AM
    5079 views | 4 replies
  • How to calculate moving average of column with more than 10000 million entries in JMP 11?

    I am trying to run the below formula on a column with 100 million rows to calculate the moving average.Could you please suggest an JMP11 alternative for  Col Moving Average  Col Moving Average( :x, 1, 9999999, 0 ) is not supported by JMP11. Please find below the code I have tried: NamesDefaultToHere(1); // Use a function to open a .CSV file: Given the path to such a file, returns a reference to t...

    jojmp jojmp
    Discussions |
    May 29, 2019 3:48 AM
    3592 views | 5 replies
  • Customize Oneway analysis

    Hi guys! 
    I'm wondering if there is a way/script to move the minimum, median and maximum in to the Means and Std Deviations area.
    Thank you ! 

    dt = Open( "$SAMPLE_DATA\Big Class.jmp",invisible(1) );

    ow= dt<<Oneway( Y( :Eval(colListY<<GetItems) ), X( :Eval(colListX<<GetItems) ), All Graphs( 0 ), Quantiles( 1 ), Means and Std Dev( 1 ), Plot Quantile by Actual( 1 ), Line of Fit( 0 ), Points( 0 ), Box Plo
    ...

    Jax Jax
    Discussions |
    May 29, 2019 1:28 AM
    3876 views | 2 replies

Latest Discussions

  • How to combine two columns (with missing data)?

    got a table with missing data like this:Column1Column21••5•73• Need to combine it it to one column Column31573 I used sum but it didn't work. The only way I can do is using If and is Missing() formual. Any fast way to combine it? Thanks! 

    jasongao jasongao
    Discussions |
    May 29, 2019 9:53 PM
    2219 views | 1 replies
  • Help understanding how Lift curves are calculated

    Dear JMPers,   (computer details: I have JMP Pro 14 on a W7 Enterprise, 64-bit computer.)   I am trying to better understand how JMP actually calculates a Lift curve. I understand conceptually the ROC and Lift curves, but I'm having a hard time calculating a Lift curve myself. The JMP help/support page (https://www.jmp.com/support/help/14-2/lift-curve.shtml#1276958) isn't all that helpful in under...

    SDF1 SDF1
    Discussions |
    May 29, 2019 11:10 AM
    1946 views | 0 replies
  • How to calculate moving average of column with more than 10000 million entries in JMP 11?

    I am trying to run the below formula on a column with 100 million rows to calculate the moving average.Could you please suggest an JMP11 alternative for  Col Moving Average  Col Moving Average( :x, 1, 9999999, 0 ) is not supported by JMP11. Please find below the code I have tried: NamesDefaultToHere(1); // Use a function to open a .CSV file: Given the path to such a file, returns a reference to t...

    jojmp jojmp
    Discussions |
    May 29, 2019 3:48 AM
    3592 views | 5 replies
  • Likert scale in correlation analysis

    Hi all. I am working on my master thesis and are struggling with my correlation analysis.My plan for the statistics from my survey are:Item analysisPCA and factor analysisCorrelation analysisMultiple regressionCluster analysis. In my assumptions in correlation analysis I have problems with the fitting of the likert scale data to find linearity among other things. Is it better to use the factor sco...

    MScMasterStuden MScMasterStuden
    Discussions |
    May 29, 2019 1:14 AM
    2942 views | 2 replies
  • Move column to first using JSL script

    Hi JMP community I seem to have a simple question.I want to move a specific column to the first position using JSL script. I started withselecting it:"That's my column" << set selected (1) ; /*seemed OK*/ However, ...move selected column ( (:"That's my column"), to first) ;...just doesn't work. Could you help me solve this one?Thanks a lot!

    Newbie2Jumpie Newbie2Jumpie
    Discussions |
    May 28, 2019 8:51 AM
    7168 views | 2 replies

Latest Discussions

  • Help understanding how Lift curves are calculated

    Dear JMPers,   (computer details: I have JMP Pro 14 on a W7 Enterprise, 64-bit computer.)   I am trying to better understand how JMP actually calculates a Lift curve. I understand conceptually the ROC and Lift curves, but I'm having a hard time calculating a Lift curve myself. The JMP help/support page (https://www.jmp.com/support/help/14-2/lift-curve.shtml#1276958) isn't all that helpful in under...

    SDF1 SDF1
    Discussions |
    May 29, 2019 11:10 AM
    1946 views | 0 replies
  • How to analyze PSM data(Propensity Score Matching) in JMP?

    How to analyze PSM data(Propensity Score Matching) in JMP?If it is yes, please tell me what detail steps in JMP manu,If there is any available examples in JMP sample data?

    mujahida mujahida
    Discussions |
    May 7, 2019 9:30 PM
    2210 views | 0 replies
  • Chi square or Cochran's Q test

    Okay, so i have to decide whether i should use chi-square or Cochran's Q test for one of my study.If i assume meat as experimental unit (EU) and impose 6 different wood smoke (like apple smoke, cedar smoke, hickory smoke etc.) on EU and consumers (people) act as observational unit (OU). I have 10 consumers and each one will taste each treatment (6 treatments) and respond liking (9 point scale), an...

    sharmachetan sharmachetan
    Discussions |
    Apr 16, 2019 3:54 PM
    2837 views | 0 replies
  • Selecting Number of Clusters in Hierarchical Clustering

    One way to select possible number of clusters in hierarchical methods is to identify the relatively large changes in distance as number of clusters change (see table below). When I look at the actual distance measure from the table (clustering history below dendogram), there is a bigger jump from 3 clusters to 4 than from 4 to 5 (smaller), suggesting 4 may be the right decision. However, when you ...

    pratyushdash pratyushdash
    Discussions |
    Feb 23, 2019 5:51 PM
    2884 views | 0 replies
  • Beta Generalized Regression and adjusted chi-square values

    I have a data set from a two-choice rodent feeding trial. We were testing the effectiveness of 10 deterrents by coating them on seeds and offering them to rodents alongside control seeds that were uncoated. The explanatory variable is which of the 10 deterrents the treatment seed was coated with, and the response variable is the proportion of control seed and treatment seed consumed.  The question...

    Mananahi Mananahi
    Discussions |
    Feb 13, 2019 9:58 AM
    2227 views | 0 replies
view all discussions