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

  • 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
    3874 views | 2 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
    2941 views | 2 replies
  • Select Multiple Columns and Update Missing Column Value

    Hello,I am new to JMP scripting. I am working on a script to slelect multiple columns that contain the word "Censor" and update missing value. below is a set of sample data. I've listed three columns Censor A, Censor B, and Censor C. but in real world, the number of columns can be different every time. so I will have to select columns that contain the work " Censor", then update all missing value ...

    Nata007 Nata007
    Discussions |
    May 28, 2019 11:10 PM
    4069 views | 4 replies
  • How to calculate moving average of column with 10 million entries ?

    I am trying to run the below formula on a column with 10 million rows to calculate the moving average , but the script keeps running forever and jmp stops responding: thisTable << New Column( "av", Numeric, Continuous, Formula( Mean( :x[Index( Row() - 99999, Row() )] ) ) ); Is there any limitation or something wrong with the formula. How can I calculate the moving average in this case?

    jojmp jojmp
    Discussions |
    May 28, 2019 12:39 PM
    11574 views | 8 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
    7165 views | 2 replies

Latest Discussions

  • 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
    2941 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
    7165 views | 2 replies
  • Statistical significance test for multiple linear regression model

    I assume that for multiple linear regression model in JMP, Lack of Fit's p value test (Prob > F) value signifies whether the whole model is significant or not right? Is it the case that if the value is less than 0.05 then we consider the model as statistically significant? What is the use of Analysis of Variance then or is there anything helpful for it's  (Prob > F)  value for the result findings?...

    shuddha7435 shuddha7435
    Discussions |
    May 28, 2019 8:32 AM
    8560 views | 3 replies
  • delta sigma analysis

                    I am trying to replicate the simliar Delta Sigma Analysis like table & chart above. Is there any easy way in JMP able to achieve that to perform delta sigma analysis?  Compare 2 groups of parametric data and calculate delta sigma for each parametric data.            

    OneNorthJMP OneNorthJMP
    Discussions |
    May 26, 2019 7:37 PM
    4085 views | 3 replies
  • Weighting Observations

    I'm trying to pull some summary statistics out of a weighted dataset (e.g., proportion of the population that has blue as a favorite colour). However, JMP does not seem to automatically weight counts. Is there a way to get JMP to produce the weighted count? Thanks for your help.

    DataMonkeyMan DataMonkeyMan
    Discussions |
    May 26, 2019 5:23 AM
    6786 views | 8 replies

Latest Discussions

  • 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
    2209 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
    2883 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
  • DF Dens for repeated measures ANOVAs

    Dear JMP Community, When I run repeated measures ANOVAs with JMP (RMS, with Subject as a random factor), I have noticed that when a certain factor is crossed with Subject, the corresponding DF Den stays independent while the DF Dens for the other factors are put together as “Residual”.  Please see Images 1-3 of the attached file on how “DF Den” under “Test Denominator Synthesis” change across imag...

    mu mu
    Discussions |
    Feb 6, 2019 8:10 AM
    3876 views | 0 replies
view all discussions