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

  • Graph Builder: Unclear statistics when using multiple response columns

    Hi all,

    I have a problem reagrding statistics/bar graphs using multiple response columns. As an example, I will use the Big Class Families data table, and I'm using JMP18.
    I want to plot the fraction of persons, which have visited specific countries, for simplicity I restricted the age to 14. I made a graph builder with the following script:

    Graph Builder( Size( 1097, 475 ), Legend Position( "Right" ...

    gnu23 gnu23
    Discussions |
    Jun 15, 2024 2:44 AM
    3932 views | 10 replies
  • Question related to multiple response variable - how to generate the right graph or the right table with JMP with respect to %

    Hi, I have the following issue: I have a multiple response question from a consumer study, where the answer options are coded in yes & no (1 & 0). I have actually combined this into a multiple response variable and want to do a table or graph that displays the right %. As you can see the   

    OrderedWeasel10 OrderedWeasel10
    Discussions |
    Jun 15, 2024 2:41 AM
    1883 views | 5 replies
  • stop all evaluations?

    Is there a keyboard shortcut to stop all running Column Formula Evaluations?

    hogi hogi
    Discussions |
    Jun 15, 2024 12:15 AM
    1845 views | 3 replies
  • Applying spec limits to a graph

     I have a question about how to handle limits.  I have searched and read close matches on this forum, but nothing is quite right.  To start, I think I understand the usage of the normal spec limits column properties, and they work fine for certain jobs, but not others. Normally, I keep data in tables like this, where each line is a bunch of metadata and there is a single readpoint:   But to use th...

    bgotchall bgotchall
    Discussions |
    Jun 14, 2024 3:22 PM
    2441 views | 3 replies
  • Normal Distribution

    Hello! I want to analysis the normal distribution using JMP, so I need the add-in. I am using the latest version of JMP. 

    ultimatedream ultimatedream
    Discussions |
    Jun 14, 2024 1:05 PM
    1762 views | 5 replies

Latest Discussions

  • Graph Builder: Unclear statistics when using multiple response columns

    Hi all,

    I have a problem reagrding statistics/bar graphs using multiple response columns. As an example, I will use the Big Class Families data table, and I'm using JMP18.
    I want to plot the fraction of persons, which have visited specific countries, for simplicity I restricted the age to 14. I made a graph builder with the following script:

    Graph Builder( Size( 1097, 475 ), Legend Position( "Right" ...

    gnu23 gnu23
    Discussions |
    Jun 15, 2024 2:44 AM
    3932 views | 10 replies
  • Question related to multiple response variable - how to generate the right graph or the right table with JMP with respect to %

    Hi, I have the following issue: I have a multiple response question from a consumer study, where the answer options are coded in yes & no (1 & 0). I have actually combined this into a multiple response variable and want to do a table or graph that displays the right %. As you can see the   

    OrderedWeasel10 OrderedWeasel10
    Discussions |
    Jun 15, 2024 2:41 AM
    1883 views | 5 replies
  • Normal Distribution

    Hello! I want to analysis the normal distribution using JMP, so I need the add-in. I am using the latest version of JMP. 

    ultimatedream ultimatedream
    Discussions |
    Jun 14, 2024 1:05 PM
    1762 views | 5 replies
  • Selecting a row from a string column if it contains a certain word

    I have a set of data called value 2 that has been entered as a character with the units at the end. Some of them are entered as ml/min and some as ul/s, and I'd like to separate the ones that are in ul/s into a new column entirely. What function should I use to select the rows that contain a certain subset of a string (I was going to select the ones that contain "ul/s" to enter them into a new col...

    S_Boilermaker S_Boilermaker
    Discussions |
    Jun 14, 2024 7:58 AM
    1446 views | 2 replies
  • Deleting Similar Rows

    I'm trying to create a script that will delete a row from my table if the ID and two values are the same as the row before it. I cant delete all duplicate rows because there is a "run number" column that is unique to each row. Does anyone know why my code isn't working?   // Delete Duplicate Rows (re-entries) NRows = N Rows(dt); For(i = 1, i <= NRows, i++, If( dt:ID[i] == dt:ID[i + 1] & Data T...

    S_Boilermaker S_Boilermaker
    Discussions |
    Jun 14, 2024 7:49 AM
    751 views | 1 replies

Latest Discussions

  • Fit Johnson capability analysis

    Hello,Is it possible to modify the constant value zval in the capability analysis? thank you

    pojamet pojamet
    Discussions |
    Jun 14, 2024 4:40 AM
    545 views | 0 replies
  • When we bootstrap a nonlinear model, how are the bootstrap parameters calculated?

     JMP has proved to be an invaluable tool, and we are using JMP's nonlinear platform to fit various kinetic models that are now being used for regulatory purposes.   We need to be able to describe to various agencies around the world such as FDA, EMEA, how the bootstrap parameter list is generated within JMP.   We don't need extreme detail, just a description in plain lay-person's English that can ...

    GammaZulu GammaZulu
    Discussions |
    Jun 12, 2024 8:49 AM
    561 views | 0 replies
  • Formating when saving Journals as PDF

    The formatting that is inherent in a journal displaying a panel box is lost when saving that journal as a pdf.  Is there a way to maintain the thoughtful look and feel of the journal?PanelBox("Bill To", textbox("aaa"))I am still in JMP 14, on Windows 10.

    mann mann
    Discussions |
    Jun 7, 2024 2:38 PM
    766 views | 0 replies
  • Cox PH Survival plot with CI?

    We're trying to run a survival analysis with Cox proportional hazards for time to reinjure knees after surgery for those who return to sport before/after 9 months with covariate of age and level of sports. I'd like to be able to generate the survival plots with 95CI's along with the analyses.
    I've watched the recent tutorial but it didn't address these points.
    Can anyone point me to resources to do ...

    RodWhiteley RodWhiteley
    Discussions |
    Jun 7, 2024 5:05 AM
    587 views | 0 replies
  • ordinal logistic regression variable selection

    I’ve conducted an ordinal logistic regression analysis with 3 independent variables. I then want to ask if adding an interaction to an independent variable is warranted. What is the best approach for determining whether to retain the interaction term or not? Do you base this decision on the p-value of the parameter estimate of the interaction term, p-value of the interaction term in the Wald Test,...

    JudithSS JudithSS
    Discussions |
    Jun 6, 2024 6:19 AM
    593 views | 0 replies
view all discussions