cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Set user in put as new variable

    Hello,  I am looking to create a script which takes a user input and outputs these inputs into a data table. My script below outputs a data table but does not insert the user variables, would someone be able to help as I think I may be misunderstanding how to insert it.  v1 = text = " ID"; // two numbers with default w = New Window( "Synch Request", // opens a window with a title and this content...

    LukeFarrell LukeFarrell
    Discussions |
    Mar 19, 2022 1:15 AM
    2190 views | 4 replies
  • How to analyze pairs of parameters in one variable

    Hi! I will try to explain my problem again.

    I have two columns. One with Systems ID,
    And second with Parts.

    I would like to find if pair parts exist. Mean, I would like to build a list or table with all the possible pair, and and the amount of presence of each pair.

    Presence means: two of the parts presence in the same systems

    Talchaim-Damri Talchaim-Damri
    Discussions |
    Mar 18, 2022 7:28 AM
    2037 views | 4 replies
  • Are Scaled Estimates Unitless

    Maybe I'm just having a stroke.  Was hoping for someone to confirm/deny this to me.      

    vince_faller vince_faller
    Discussions |
    Mar 17, 2022 2:53 PM
    3493 views | 9 replies
  • How to calculate row percentage for dimension subtotal?

    I have the following data with 20+ measures. Raw data shown here is a sample with only one measure. WIth Tabulate I can get subtotal for each site for all levels of Var2 (0,1,2,3) and level of Var1 (A, B). For example, the subtotal for Site1=461 (438+19+2+2). I am comparing the percentage of measure for each level of Var2 between the level of Var1 for each Site. Table1 presents subtotal for each s...

    helalmob helalmob
    Discussions |
    Mar 17, 2022 10:31 AM
    1073 views | 1 replies
  • In scripting can I use the column grouping in an analysis?

    I have written a script to group columns 3 to 52 in my data table and name the group First 50 bins.dt = current data table(); // Group columns 3 to 52 (bins 1 to 50) FirstBin = column name(3);  //column “Bin 0212” in this case, but different for each new data set ata Table( dt ) << Group Columns( " First 50 bins ", FirstBin, 50);Saving the script from an analysis I get a list of the column names (...

    TDF TDF
    Discussions |
    Mar 17, 2022 6:26 AM
    959 views | 1 replies

Latest Discussions

  • Set user in put as new variable

    Hello,  I am looking to create a script which takes a user input and outputs these inputs into a data table. My script below outputs a data table but does not insert the user variables, would someone be able to help as I think I may be misunderstanding how to insert it.  v1 = text = " ID"; // two numbers with default w = New Window( "Synch Request", // opens a window with a title and this content...

    LukeFarrell LukeFarrell
    Discussions |
    Mar 19, 2022 1:15 AM
    2190 views | 4 replies
  • How to analyze pairs of parameters in one variable

    Hi! I will try to explain my problem again.

    I have two columns. One with Systems ID,
    And second with Parts.

    I would like to find if pair parts exist. Mean, I would like to build a list or table with all the possible pair, and and the amount of presence of each pair.

    Presence means: two of the parts presence in the same systems

    Talchaim-Damri Talchaim-Damri
    Discussions |
    Mar 18, 2022 7:28 AM
    2037 views | 4 replies
  • How to calculate row percentage for dimension subtotal?

    I have the following data with 20+ measures. Raw data shown here is a sample with only one measure. WIth Tabulate I can get subtotal for each site for all levels of Var2 (0,1,2,3) and level of Var1 (A, B). For example, the subtotal for Site1=461 (438+19+2+2). I am comparing the percentage of measure for each level of Var2 between the level of Var1 for each Site. Table1 presents subtotal for each s...

    helalmob helalmob
    Discussions |
    Mar 17, 2022 10:31 AM
    1073 views | 1 replies
  • In scripting can I use the column grouping in an analysis?

    I have written a script to group columns 3 to 52 in my data table and name the group First 50 bins.dt = current data table(); // Group columns 3 to 52 (bins 1 to 50) FirstBin = column name(3);  //column “Bin 0212” in this case, but different for each new data set ata Table( dt ) << Group Columns( " First 50 bins ", FirstBin, 50);Saving the script from an analysis I get a list of the column names (...

    TDF TDF
    Discussions |
    Mar 17, 2022 6:26 AM
    959 views | 1 replies
  • Col list box dependence

    Hi all, I have tabulated tables where users are free to choose the headers they need. In line with that, I have three col list boxes where users will chose the headers for the table. What I need to do is to make the two col box list dependent on the first one because the data to be manipulated will be based on the first col list box. Im not sure how to use On Change() on col list box, but is there...

    UserID16644 UserID16644
    Discussions |
    Mar 17, 2022 1:08 AM
    1013 views | 1 replies

Latest Discussions

  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    907 views | 0 replies
  • JMP > GraphBuilder > Parallel Plots >River / Sankey Plots > Maximum Items?

    Hi JMP Community,   I just came across an odd behavior in GraphBuilder with the Parallel Plot > Sankey Plot. If I limit the input to a maximum of 66 rows, the plot looks good. However, if I bump the number of rows to 67 or more,the output is no longer useful: no annotations: Is there a trick to maintain the axis annotations as shown in the first plot? Thanks. Best, TS

    Thierry_S Thierry_S
    Discussions |
    Dec 9, 2021 3:30 PM
    3239 views | 0 replies
  • Permutation Tests and Monte Carlo Cross Validations Using the Simulation Platform

    I'm trying to do permutation tests and Monte Carlo Cross Validations with the Iris sample dataset as a MWE for our dataset. I'm not sure if I'm doing things and interpreting output correctly.   1) Create New Formula Column (Random->Sample Without Replacement) for the Species Column for Permutation Test. 2) Create a Validation Column (0.75/0.25 split) and a new Formula Column (Random->Sample Withou...

    mjmg mjmg
    Discussions |
    Dec 1, 2021 7:53 AM
    1009 views | 0 replies
  • Variability Chart Platform Factor Re-Insert Positions (Not Swapping)

    Hello JMP Community, I understand dragging between any two factors swaps the location pairs in the Variability Chart platform. Is there a way to drag to specifically re-insert the factors instead? For example, can I drag "Layout" between "Horizontal" and "Wafer ID" in the attached screenshot instead of performing multiple drags to have the intended result? I am aware I can do this reordering with ...

    Technician Technician
    Discussions |
    Oct 26, 2021 11:04 AM
    1325 views | 0 replies
  • Get (x & y) intercept values from linear fit of the linear region of a curve/data and store them in a new column

    I have JMP data table with data from several parts for which a Capacitance 'C' has been measured as a function of reverse voltage 'V' (0 to -5 V in -0.1V step). A plot of [1/C]^2 vs V has a linear part for small reverse bias (say from 0 V to -0.5V and data is available at 0, -0.1, -0.2, -03, -0.4 -0.5 V within this range). How to do a linear fit to the points between 0 to -5V for each part, extrac...

    Neo Neo
    Discussions |
    Oct 22, 2021 10:15 AM
    785 views | 0 replies
view all discussions