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

  • How do I interpret Gauge R&R Results?

    I have two questions about Gauge R&R results:If I calculate a Gauge R&R value with 6*StdDev, do I have to report the measurement uncertainty as +-3*StdDev with confidence interval of 99.73?Since JMP fits some models to calculate the different components, is there any error with these values? The reason I ask is because I have to two different sets of data, and I would like to know if the differenc...

    bbenny7 bbenny7
    Discussions |
    May 8, 2023 7:30 AM
    2587 views | 2 replies
  • How do I scale columns by another column

    Hi there, I have a table that looks like this, a few nominal columns and then lots of numerical columns And I want to make a new "table_scaled" that has the nominal columns copied over and the N(#) columns divided by the "N rows" column and *100 to get a %. I'm trying this code but I'm only getting an empty new table with one blank column, any suggestions? dt = Current Data Table(); NewTable("HOT...

    SeasonalOwl962 SeasonalOwl962
    Discussions |
    May 5, 2023 9:00 AM
    1510 views | 3 replies
  • C# JMP libraries or DLL's

    I'm new to JMP and I am trying to utilize JMP in a C# environment.    Are there any libraries or DLL's available to utilize JMP from C#?  As in Gitlab won't auto-build because it doesn't have the libraries, so if we want the user to have a JMP capability of a specific part of the program I'm sure they'd have to have it installed but the code would be there ready to utilize their JMP installed prog...

    ssjmarshall ssjmarshall
    Discussions |
    May 4, 2023 6:52 PM
    1164 views | 1 replies
  • "apply" value labels

    When I remove a formula from a column, the calculated values stay.When I remove a Value Labels Property from a column, the values switch back to the original values. Is there an alternative remove (~ "apply") function for value Labels, which converts the data type of the column to character and keeps the Value Labels? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Ne...

    hogi hogi
    Discussions |
    May 4, 2023 6:35 AM
    1546 views | 3 replies
  • How do replace contents in the function with a placeholder?

    The First chunk of code is how ill like it to work but it doesnt.The Second chunk of code works if i replace Variables( vars ) with itIs there a way to get the First chunk working? Please advise if im doing something wrong here thankyou. JMP16 //Define variables for X, X1, X2, Y, Y1, Y2, and Group X vars = {X(colX[i]), X(colX1[i], Position( 1 )), X(colX2[i], Position( 1 )), Y(colY[i]), Y(co...

    Dyan Dyan
    Discussions |
    May 4, 2023 2:30 AM
    2538 views | 5 replies

Latest Discussions

  • How do I interpret Gauge R&R Results?

    I have two questions about Gauge R&R results:If I calculate a Gauge R&R value with 6*StdDev, do I have to report the measurement uncertainty as +-3*StdDev with confidence interval of 99.73?Since JMP fits some models to calculate the different components, is there any error with these values? The reason I ask is because I have to two different sets of data, and I would like to know if the differenc...

    bbenny7 bbenny7
    Discussions |
    May 8, 2023 7:30 AM
    2587 views | 2 replies
  • How do I scale columns by another column

    Hi there, I have a table that looks like this, a few nominal columns and then lots of numerical columns And I want to make a new "table_scaled" that has the nominal columns copied over and the N(#) columns divided by the "N rows" column and *100 to get a %. I'm trying this code but I'm only getting an empty new table with one blank column, any suggestions? dt = Current Data Table(); NewTable("HOT...

    SeasonalOwl962 SeasonalOwl962
    Discussions |
    May 5, 2023 9:00 AM
    1510 views | 3 replies
  • C# JMP libraries or DLL's

    I'm new to JMP and I am trying to utilize JMP in a C# environment.    Are there any libraries or DLL's available to utilize JMP from C#?  As in Gitlab won't auto-build because it doesn't have the libraries, so if we want the user to have a JMP capability of a specific part of the program I'm sure they'd have to have it installed but the code would be there ready to utilize their JMP installed prog...

    ssjmarshall ssjmarshall
    Discussions |
    May 4, 2023 6:52 PM
    1164 views | 1 replies
  • Nominal logistic regression

    For my master's thesis on sleep apnoea, I would like to create a model. In a first step, I want to use nominal logistic regressions to see which parameters are significant. However, when running these regressions, I find interpreting the results difficult. Is there anyone who can help me with this?
    The images below contain the outcome of
    1) Nominal Logistic Fit Model of a categorical variable (knowl...

    PV1 PV1
    Discussions |
    May 1, 2023 9:13 AM
    3152 views | 4 replies
  • Graph Builder how do i make it detect the variables and insert them in?

       NX = 5; //NX NY are to specify the matrix indices for Graph builder NY = 5; If( Is Missing(colX1[i]), NX = NX - 1 ); If( Is Missing(colX2[i]), NX = NX - 1 ); If( Is Missing(colX3[i]), NX = NX - 1 ); If( Is Missing(colX4[i]), NX = NX - 1 ); show(NX); If( Is Missing(colY1[i]), NY = NY - 1 ); If( Is Missing(colY2[i]), NY = NY - 1 ); If( Is Missing(colY3[i]), NY = ...

    Dyan Dyan
    Discussions |
    Apr 30, 2023 7:29 PM
    1106 views | 1 replies

Latest Discussions

  • how to read the output from Johnson-Neyman plot and floodlight analyisis?

    hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot.  according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Apr 23, 2023 8:56 AM
    1383 views | 0 replies
  • Hey I need help with solving this control chart problem?

    The largest purchaser of care of the WorldBest Healthcare System complained that the average C-section rate at WorldBest had increased from 1999 to 2000 and was now over 21 percent. The average at other area hospitals was between 17 to 19 percent. To investigate the situation, WorldBest wants to set up a control chart to monitor the number of C-Sections every month. 1. What type of control chart s...

    StarIconCohort4 StarIconCohort4
    Discussions |
    Apr 1, 2023 10:56 AM
    791 views | 0 replies
  • Black Cursor Keeps Turning into the Regular Windows Cursor

    I am trying to hover over values to get the provided explanations, but it won't work because my mouse cursor keep changing into the regular white windows cursor. I only have the black cursor when hovering over certain things (like graphs) but I want it to be active for the entire window. Is there anyway to fix this? Edit: Nevermind, the white cursor works fine. I saw in another discussion that I j...

    Shipidento Shipidento
    Discussions |
    Mar 17, 2023 5:50 PM
    1582 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    903 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    949 views | 0 replies
view all discussions