cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Fill empty cells with last valid value

    Hello, I have the following problem. My dataset is composed by a list of rows, each representing one item produced by a machine. Normal items are not measured, but from time to time some "measurement items" are produced and the propetries measured. The assumption is that all the parts not measured will have properties similar to the latest measurment. How can I fill the empty cells using this logi...

    lburtone lburtone
    Discussions |
    Jan 10, 2020 7:53 AM
    15113 views | 4 replies
  • XBar Chart not Calculating or Displaying UCL and LCL Correctly

    Hi, I'm a JMP 10 user. I can't figure out why my XBar charts are not calculating or displaying the UCL's and LCL's correctly. Here's my script and a snip-it of what the charts look like. I'm not sure if something strange is going on with my data set or my script. Thanks.  Control Chart( SendToByGroup( {:Category == "A"} ), Sample Label( :Name( "Date" ) ), KSigma( 3 ), Chart Col( :Process, XBar...

    Raquel Raquel
    Discussions |
    Jan 9, 2020 7:13 AM
    4380 views | 4 replies
  • What's wrong with below code

    I've got errors on below code: dt << New Column( "Stage", If( Formula( Substr( :Column 9, 1, 2 ) ) == "CP", Formula( Left( :Column 9, 3 ) ), " " ) );   I want to add a new Col named "Stage" besides a raw Column 9, if starts with CP get the 1st 3 letters else blank, but I've got errors    Unexpected end of input. Perhaps there is a missing "," or ")".
    Trying to parse arguments of function "New...

    jerryspilTC jerryspilTC
    Discussions |
    Jan 8, 2020 4:42 PM
    2438 views | 2 replies
  • How to show the exact P-value when running Partial Correlation

    I just ran a Partial Correlation with 3 Variables : Paternal Care, Maternal Care and Self-Competence while controlling for Paternal Control and Maternal Control. I did this by going to Analyze-> Fit Model-> Add Paternal Care, Maternal Care and Self-Competence to Y while adding Paternal Control and Maternal Control to Model Effects.I want to know the P-value of the Partial Correlation but can't fin...

    nguyentandat234 nguyentandat234
    Discussions |
    Jan 8, 2020 2:59 AM
    2198 views | 4 replies
  • Convert Character Date Time to Date Time

    Having difficulty converting to a numeric date time.  JMP log error: Column "Date-Time" changed to type Character to match formula.   Date::Time original format: 01:28:2018::02:14:08:099   What I am trying to do (after many attempts from various posts): dt<< new column ("Date-Time", numeric, formula( rawdate = substitute(trim(substr(:TimeStamp,1,10)),":","/"); rawtime = (trim(substr(:TimeStamp,13,...

    KST-CPT KST-CPT
    Discussions |
    Jan 7, 2020 1:36 PM
    10993 views | 8 replies

Latest Discussions

  • How to show the exact P-value when running Partial Correlation

    I just ran a Partial Correlation with 3 Variables : Paternal Care, Maternal Care and Self-Competence while controlling for Paternal Control and Maternal Control. I did this by going to Analyze-> Fit Model-> Add Paternal Care, Maternal Care and Self-Competence to Y while adding Paternal Control and Maternal Control to Model Effects.I want to know the P-value of the Partial Correlation but can't fin...

    nguyentandat234 nguyentandat234
    Discussions |
    Jan 8, 2020 2:59 AM
    2198 views | 4 replies
  • Curlicue Fractals

    Here is a fun example, if you like math. You have probably heard of fractals. There are many fractal sets today. One of these sets is called curlicue fractals. You can learn more about them in this MathWorld article. The article uses Mathematica and the Wolfram Language, which have many dedicated functions for lots of math, but you can build your own fractal demonstration in a JMP data table:    ...

    Mark_Bailey Mark_Bailey
    Discussions |
    Jan 7, 2020 10:23 AM
    2483 views | 2 replies
  • Latent Class Analysis: there was a problem fitting the specified model.

    Hi all,I want to perform the Latent Class Analysis. When I do this, I can get the results, but there is a message; 'there is a problem fitting the specified model. It is likely that the specified model is not identifiable. Try fitting a model with 0 or fewer clusters'. In this case, Can I consider the presented results valid?If not, what should I do? I enter the number 0 in 'Nemuber of Clusters', ...

    Jun1 Jun1
    Discussions |
    Jan 6, 2020 11:44 PM
    4981 views | 8 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1300 views | 0 replies
  • ROC curve analysis: sensitivity at fixed specificity

    Dear all,I'm a novice of JMP and I'm stunned with its great potential. I ask your help to solve my problem. I made a ROC analysis on a data set, and I need to calculate, based on ROC curve, sensitivity at fixed 80%, 95% and 99% specificity. The software doesn't seem to provide this option. I know I can approximate these values looking at the cut-offs in the ROC table, however it's only an approxim...

    LgWagon LgWagon
    Discussions |
    Jan 5, 2020 11:40 AM
    1911 views | 1 replies

Latest Discussions

  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1300 views | 0 replies
  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1409 views | 0 replies
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    1659 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1133 views | 0 replies
  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1185 views | 0 replies
view all discussions