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

  • Bar Graph - Stacking Multiple Columns with Discrete Categories

     I'm trying to determine RFT of parts based on the value against spec limits. I've been able to create custom transform columns in the graph builder using the following JSL script: vars = expr(Variables()); dataSheet = "....CENSORED.jmp"; dt = Open(dataSheet); colnames = dt << get column group( "Data" ); For( i = 1, i <= nitems(colnames), i++, colName = Char(colnames[i]); insert into(vars,...

    David_ David_
    Discussions |
    Jul 13, 2018 10:10 AM
    6108 views | 4 replies
  • Sample label on control chart but not control chart builder?

    When viewing control charts, we know that these are plotted in time ORDER, but not scaled to time. So may have 50 runs on a control chart, with no gaps, even if there are time gaps. However, many of our users would like to have the date or timestamp as a label on the x-axis, just so they can quickly read off about when something happened and what needs to be investigated. I know you can do this in...

    Vball247 Vball247
    Discussions |
    Jul 13, 2018 10:09 AM
    7475 views | 6 replies
  • Generate a Matrix of Selectable checkboxes

    All, 
       Wondering what is the easiest way to generate a matrix of selectable checkboxes . So what i would like to be able to do is - generate a non- square matrix and pop it up for the user to select any position in the matrix the user would like. As long as the user can select multiple rows within a column and vice versa - it would be good to meet the need. Any help is appreciated.   

    uday_guntupalli uday_guntupalli
    Discussions |
    Jul 13, 2018 8:02 AM
    10833 views | 7 replies
  • Non-normal data Capability Analysis

    Hi everyone, I am trying to calculate CpK for two different parameters. Data for both does not have a normal distribution. I followed the tips provided in the following post: https://community.jmp.com/t5/JMPer-Cable/Process-Capability-Analysis-for-nonnormal-data/ba-p/38112Based on this analysis Mixture of 3 normals looks the best (AICc). Then I plotted the individual probability plots.Showing belo...

    ss2980 ss2980
    Discussions |
    Jul 12, 2018 1:00 PM
    10488 views | 7 replies
  • Variable names that change every time a loop is iterated

    I am trying to create a new column formula that changes variable names every time a for loop is iterated. See below for the JSL code: For(i = 1, i <= 5, i++, dtMachineStartandStopTimes << New Column(:Machine||char(i)||RunDuration, Formula(:Machine||char(i)||StopTime-:Machine||char(i)||StartTime)); );Each row in dtMachineStartandStopTimeshas columns labeled "Machine1StartTime" thru "Machine5StartTi...

    twillkickers twillkickers
    Discussions |
    Jul 12, 2018 12:49 PM
    4518 views | 2 replies

Latest Discussions

  • Bar Graph - Stacking Multiple Columns with Discrete Categories

     I'm trying to determine RFT of parts based on the value against spec limits. I've been able to create custom transform columns in the graph builder using the following JSL script: vars = expr(Variables()); dataSheet = "....CENSORED.jmp"; dt = Open(dataSheet); colnames = dt << get column group( "Data" ); For( i = 1, i <= nitems(colnames), i++, colName = Char(colnames[i]); insert into(vars,...

    David_ David_
    Discussions |
    Jul 13, 2018 10:10 AM
    6108 views | 4 replies
  • Sample label on control chart but not control chart builder?

    When viewing control charts, we know that these are plotted in time ORDER, but not scaled to time. So may have 50 runs on a control chart, with no gaps, even if there are time gaps. However, many of our users would like to have the date or timestamp as a label on the x-axis, just so they can quickly read off about when something happened and what needs to be investigated. I know you can do this in...

    Vball247 Vball247
    Discussions |
    Jul 13, 2018 10:09 AM
    7475 views | 6 replies
  • Non-normal data Capability Analysis

    Hi everyone, I am trying to calculate CpK for two different parameters. Data for both does not have a normal distribution. I followed the tips provided in the following post: https://community.jmp.com/t5/JMPer-Cable/Process-Capability-Analysis-for-nonnormal-data/ba-p/38112Based on this analysis Mixture of 3 normals looks the best (AICc). Then I plotted the individual probability plots.Showing belo...

    ss2980 ss2980
    Discussions |
    Jul 12, 2018 1:00 PM
    10488 views | 7 replies
  • Capability analysis


    Hi have continuous data (processing time)The Continuous Fit suggests the "Normal 2 Mixture Distribution"Can I make a capability analysis with this distribution? Thanks

    olympiac olympiac
    Discussions |
    Jul 12, 2018 7:42 AM
    8985 views | 9 replies
  • data table extraction from saved .jrn file

    Problem Statement: we are using version JMP 12.0.1. for one of our analysis, we have saved file with extension of .jrn and .jrp in PC but somehow, we are able only to find .jrn file which results, we are unable to see "data table" for that analysis. Can someone help us to know how can we extract data table from saved  .jrn file??? ThanksPraveen 

    PraveenG PraveenG
    Discussions |
    Jul 11, 2018 9:34 PM
    2744 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
    2941 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
    2056 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
    2547 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
    1556 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
    3543 views | 0 replies
view all discussions