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

  • Adding two columns in a table when one of columns can be blank

    Hi, I have added bunch of data tables (Combined data table, attached) and found out the column Y and SPC_Y are indeed the same variable (Name change during the test). So I need to combine these columns. I wrote the following script and the added column (Y+SPC_Y) is blank.       dt=current data table(); // Two Columns Name that are the same Y and SPC_Y dt<<new column("Y+SPC_Y", continious); f...

    AT AT
    Discussions |
    Aug 29, 2018 5:59 PM
    6631 views | 4 replies
  • Determine if time is between certain hours

    Casual jmp 12 userHow do I have jmp determine if a time is between certain hours on any day?I want to create a column to show (Y/N) if the time when data was taken is between 12:00 AM and 7:00 AM.  So the below data points would be Yes then No.Data taken at random times and transferred into jmp as shown in the examples below.     Data (Example)         Between 12 and 7? (Desired result)11/11/2017 ...

    Elby Elby
    Discussions |
    Aug 29, 2018 12:11 PM
    4497 views | 1 replies
  • Getting control limits from column property

    I found this topic earlier for pulling the spec limits from the column properties.https://community.jmp.com/t5/Discussions/Get-column-Property-and-store-as-list/td-p/50885 I need to do similar however with the control limits as well.  For this however the same principle doesn't work.CTRL = Column(colname) << Get Property( "Control Limits" );LCL = CTRL["LCL"];Returns: Name not found. in access or e...

    sbiedrzycki sbiedrzycki
    Discussions |
    Aug 29, 2018 10:48 AM
    6775 views | 4 replies
  • How to make dummy variables in effects type coding instead of 0/1 coding?

    I want to add a dummy variable for every crop I use. I this link I found out how to make them but the dummys are in 0/1 coding. (https://community.jmp.com/t5/JMP-Academic-Knowledge-Base/Make-Indicator-Dummy-Variables/ta-p/22636). I would like to change these 0/1 coding in effects type coding (-1,0,1) but I don't know how.Is there somebody who knows a solution?In the attachment you find a part of m...

    smartens smartens
    Discussions |
    Aug 29, 2018 6:08 AM
    13672 views | 5 replies
  • Why are my predicted values for my model (ZI negative binomial) all the same?

    So, I've got a number of zero-inflated negative binomial models and I want to graph them so I've been saving the predicted values. For the models that don't have any significant factors though, the values are all the same. Why is this? Shouldn't there still be at least some sort of trend, even if it's not significant? Similary, one of my models had a significant interaction (between my blocking fa...

    Partyjudgejudy Partyjudgejudy
    Discussions |
    Aug 29, 2018 5:06 AM
    8430 views | 13 replies

Latest Discussions

  • Determine if time is between certain hours

    Casual jmp 12 userHow do I have jmp determine if a time is between certain hours on any day?I want to create a column to show (Y/N) if the time when data was taken is between 12:00 AM and 7:00 AM.  So the below data points would be Yes then No.Data taken at random times and transferred into jmp as shown in the examples below.     Data (Example)         Between 12 and 7? (Desired result)11/11/2017 ...

    Elby Elby
    Discussions |
    Aug 29, 2018 12:11 PM
    4497 views | 1 replies
  • Why are my predicted values for my model (ZI negative binomial) all the same?

    So, I've got a number of zero-inflated negative binomial models and I want to graph them so I've been saving the predicted values. For the models that don't have any significant factors though, the values are all the same. Why is this? Shouldn't there still be at least some sort of trend, even if it's not significant? Similary, one of my models had a significant interaction (between my blocking fa...

    Partyjudgejudy Partyjudgejudy
    Discussions |
    Aug 29, 2018 5:06 AM
    8430 views | 13 replies
  • Indicator Function Parameterization

    I am working with a model in JMP that used Column 36 (Day/time series) as continuos, and co-%cover is continous baseline data, and column 35 is nominal and a treatment identifier of which there are 7 treatments. My question is the for the Prob >|t| what is that comparing? is it comparing eveyrhting to treatment 7 which is not listed as a term here or treatment 7 the intercept?? 

    Alec1293 Alec1293
    Discussions |
    Aug 28, 2018 7:50 AM
    4533 views | 2 replies
  • add data value

    How to add all data value in graph? example time series graph.

    Xuhaidan Xuhaidan
    Discussions |
    Aug 28, 2018 1:17 AM
    2059 views | 1 replies
  • When is it appropriate to apply Firth Adjusted Maximum Likelihood and FDR?

    Currently running a Poisson model in the Generalized Linear Model personality. The personality provides the opportunity to provide Firth Bias-Adjusted Estimates. Additionally, once the model has been run, I have the option to apply a False Discovery Rate to each model effect. Just was curious...when should I use these options? 

    NoScoped NoScoped
    Discussions |
    Aug 27, 2018 6:03 AM
    3987 views | 1 replies

Latest Discussions

  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3276 views | 0 replies
  • Time Series - Prewhiten

    Hello Everyone, My question pertains to understanding what the terminology in JMP's prewhiten platform means.Also, understanding how that helps me determine an appropriate Transfer Function that I can use to test whether x causes y. JMP's prewhiten output shows three different ACF's labeled "Prewhiten Corr", "Noise AutoCorr", & "Noise Partial AutoCorr".
    What is the Prewhiten Corr, Noise AutoCorr, &...

    nopon649 nopon649
    Discussions |
    Jun 7, 2018 11:10 PM
    2314 views | 0 replies
  • Fit Spline By Group: Save Spline Coefficients to Column?

    Hi all--having an issue.  I am using Fit Y by X to fit 5,000 separate regressions.  I hold control, select red drop-down arrow, and Fit->Flexible, Fit->Spline and select, say, 0.1.   This fits a spline to all 5,000 graphs with lambda of 0.1.  I have 28 X values in each of 5,000 graphs, and I understand there are 4 different spline coefficients (A, B, C, D).  I understand if I just had 1 regression...

    M0gAl0g M0gAl0g
    Discussions |
    Jun 5, 2018 3:19 PM
    2840 views | 0 replies
  • Why does Profiler not stop

    All, 
         I have a script I am trying to profile and improve on. When I run the script without the profiler, it runs and ends within 4 minutes. When I try to profile the script, even after a good 5-6 minutes, it does not stop. Wondering why this is happening and if there is a way to use profiler and not run into this.      I am using JMP 13.   

    uday_guntupalli uday_guntupalli
    Discussions |
    Apr 27, 2018 7:12 AM
    1710 views | 0 replies
  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3807 views | 0 replies
view all discussions