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

  • Is the Runs Test (Wald-Wolfowitz Test) implemented in JMP 14 Pro?

    I have a vague recollection that the Runs Test (Wald-Wolfowitz Test) for assessing the randomness of time-ordered data was on track to be added to JMP 14. I have searched high and low, though, and cannot find it anywhere in v14. Can someone please confirm whether this test is in v14 and, if so, where? We, of course, have a wonderful addin-in at https://community.jmp.com/t5/JMP-Add-Ins/Runs-Test-Wa...

    MAS MAS
    Discussions |
    Jun 18, 2018 5:59 AM
    4781 views | 1 replies
  • How do I dynamically concatenate n data tables in JSL

    I am creating a script to automate the workflow for a co-worker that is a novice JMP user. The the first operation of the script is to combine all of the iterations of data from model runs. This is accomplished by, The user is prompted to select the directory of the individual data tables that represent n iterations of a model run.The script opens all the iteration data tables that have a predefin...

    mdawson69 mdawson69
    Discussions |
    Jun 17, 2018 12:02 PM
    8723 views | 2 replies
  • 8-run Plackett-Burman with JMP14

    Hi everyone,How can I perfrom an 8-run Plackett-Burman design with JMP14? Browsing the online documentation about Plackett-Burman suggests to include 4 additional runs and construct a 12-run Plackett-Burman design instead. However, a 12-run is just too much as I only have 4 factors... so a PB-8 would be enough for me. Unfortunately, after choosing Classical > Screening Design and setting the respo...

    FabioRoselet FabioRoselet
    Discussions |
    Jun 15, 2018 1:06 PM
    6168 views | 3 replies
  • Extract data from a oneway analysis

    I am trying to create a script to take the p-value from the oneway analysis and drop that into a new column in the table used for the analysis.    I looked over the JMP 13 scripting guide and on page 690, there is "Extract Values from an Analysis into a Report" which seems to be what I want. However following that as a guide, it does not appear to work with oneway and anovas...   Here is the liste...

    JohnTM JohnTM
    Discussions |
    Jun 15, 2018 12:26 PM
    9558 views | 5 replies
  • Exclude Grouping values in nested groups in graph builder.

    I have a heat map that needs some nested groups (in order to properly show values inside the heat map) squares.  My issue is that a lot of the rows are entirely missing because it forces every group to exist.  Is there a way to only show valid groups?  For example:   Names Default to here(1); dt = open("$SAMPLE_DATA\Big Class.jmp"); rows = dt << Get Rows Where(:age == 14 & :sex == "M"); dt << del...

    vince_faller vince_faller
    Discussions |
    Jun 14, 2018 10:05 AM
    9805 views | 6 replies

Latest Discussions

  • 8-run Plackett-Burman with JMP14

    Hi everyone,How can I perfrom an 8-run Plackett-Burman design with JMP14? Browsing the online documentation about Plackett-Burman suggests to include 4 additional runs and construct a 12-run Plackett-Burman design instead. However, a 12-run is just too much as I only have 4 factors... so a PB-8 would be enough for me. Unfortunately, after choosing Classical > Screening Design and setting the respo...

    FabioRoselet FabioRoselet
    Discussions |
    Jun 15, 2018 1:06 PM
    6168 views | 3 replies
  • Nested if Statement

     Hi, I just want to make sure that the following nested if statement will function correctly. At the moment I'm getting an error so I thought it might be to do with the way I constructed my nested if statement:If (ismissing(dt:newColumnName[k]), For Each Row(If(dt:colAutomatically <= colManually[k] & dt:colAutomatically >= colManuallyStart[k], dt:newColumnName = colInstructions[k], dt: newColumnNa...

    Jaz Jaz
    Discussions |
    Jun 14, 2018 2:04 AM
    4360 views | 2 replies
  • Variability Gage plot labeling of means

    Hello! Whenever I plot a variability gage plot, I use text boxes in order to label the means displayed in the summary report below the plot. Is there an easier way to quickly create labels? My only thought on this would be to create a new column to calculate the means of each grouping so that I can then label rows by that new column. However, I have no idea how to "group-by" in the formula editor....

    Dr_Ballesteros Dr_Ballesteros
    Discussions |
    Jun 13, 2018 2:05 PM
    3829 views | 1 replies
  • The difference between glue and if

    Could someone gives me some insprision about the differences between glue and if in jmp? I got so confused. Thanks a lot!

    Anonymous Anonymous
    Discussions |
    Jun 13, 2018 5:42 AM
    6251 views | 4 replies
  • Use ComboBox on TableBox

    Hi I want to make a tablebox that one of it column eatch cell can have a value of "Yes" or "No"thought of using a combobox for ittry using the following code with no success new window("Bla Bla",
         tb = Table Box(
                c1 = String Col Box( "Bla Bla", {cb = combo box({"Yes","No"}) << get selected})
         )
    ) any idea

    cerdmh cerdmh
    Discussions |
    Jun 11, 2018 5:31 AM
    4354 views | 4 replies

Latest Discussions

  • 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
    1709 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
  • Convert separate DATE and TIME columns in formats YYYYMMDD and HHMMSS into a single column

    Hello, I manage an addin for my company where all data is imported into JMP via command line utilities owned by our automation team. My addin translates a users request into a formatted command and issues the command in the background. The data is returned back as a text file on the users system. My addin can then load the data from the text file. The issue that I have is that the columns vary bas...

    Picard Picard
    Discussions |
    Mar 15, 2018 1:57 PM
    2628 views | 0 replies
view all discussions