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

  • How to get Caption Box values in a datatable?

    In the attached made up example data table the saved script plots the chart pasted below.I would like to get the Caption Box values in a data table with TestStage numbers in the first column and the Caption Box Values in the second column. How to do this via JSL?It would be even more useful if I could generate the data table dynamically, say from a button click in the graph builder window once I h...

    Neo Neo
    Discussions |
    Jun 14, 2024 9:50 AM
    2521 views | 7 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
    1447 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
    753 views | 1 replies
  • JMP Add In Exporter

    Hello guys, I have a jmp app [Extension : jmpappsource --> .jmpapp] and jmp script (Extension : .jsl).I want to make both of those into single addin package.I am not sure how to do that .. Please guide me My final output when i install the jmp addin i need to have 2 branch one for app and other for script.Is this possible ?

    ComplexNerd ComplexNerd
    Discussions |
    Jun 14, 2024 5:48 AM
    1229 views | 1 replies
  • Statistical Significance

    Hello, So I fitted a regression model. And one of the predictors have a Pvalue of 0.0538 for the whole model. Should I completely take of this predictor and use the reduced model for predictions or is it ok to keep it ?And what is the terminology for Pvalues that is around 0.05. I saw in some web sources, 0.05 to 0.1 can becalled marginally significant. Does this term make any sense in when explai...

    Mathej01 Mathej01
    Discussions |
    Jun 14, 2024 5:34 AM
    2804 views | 4 replies

Latest Discussions

  • 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
    1447 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
    753 views | 1 replies
  • Unable to open the JMP workflow

    I get the following error message, is there a way to retrieve the JMP workflow which I saved it. 

    tdas01 tdas01
    Discussions |
    Jun 14, 2024 5:24 AM
    684 views | 1 replies
  • 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
    546 views | 0 replies
  • Managing Reference Drift in QC Assays

     In our lab, we have a QC assay for the release of new batches of a product. The assay works by comparing the new batch to a reference batch, approving it if it performs comparably. Over time, we have had to change this reference since we do not have unlimited quantities of it and it expires. Therefore, we often need to change the reference. Due to differences in the references, we have experience...

    DI1 DI1
    Discussions |
    Jun 14, 2024 4:24 AM
    2931 views | 9 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
    546 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
    562 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