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

  • import Multiple excel files with many tabs into one table in JMP

    Hi, I am using "import Multiple files" feature to get data from different excel files, my challenge is that only data from the first tab are extracted. I have three more tabs on each file that I would like to get the data from. Is there a way to do that in JMP? appreciate all the help.AFaiz

    AFaiz AFaiz
    Discussions |
    Jun 13, 2024 4:27 AM
    6291 views | 15 replies
  • Quantiles result from JMP are different from Python

    Hi JMP community, I'm trying to build a JMP script to calculate the quantiles 97.5. The issue here is my reference data is using Python in which return a different number. Below is an example: Python P97.5: 2561.35 (equal to PERCENTILE.INC in Excel)JMP P97.5: 2581.375 (equal to PERCENTILE.EXC in Excel) My JSL code: Summarize( dt1, group_by = By( :group ), group_p975 = Quantile( :data, 0.975 ) ); I...

    nthai nthai
    Discussions |
    Jun 13, 2024 3:29 AM
    1332 views | 2 replies
  • How to show modal window which running script after it is open?

    I spend some time created a jsl script, which provide user interface to specify some criteria and pull data from Amazon Redshift based on user input. The script is working well but having a small issue. Once user clicks on query button on a modal window, it set a variable isValid = 1, close itself to execute subsequent script, which will then create a progress window that display message like "pul...

    Toy Toy
    Discussions |
    Jun 13, 2024 3:08 AM
    2731 views | 8 replies
  • Distribution graph with process capability not working in script

    Hi,
    I want to use this generated script on numerous columns:Distribution( Stack( 1 ), Continuous Distribution( Column( :"VDD_ILIMIT"n ), Horizontal Layout( 1 ), Vertical( 0 ), Outlier Box Plot( 0 ), Process Capability( LSL( . ), Target( . ), USL( 0.5 ), Show as Graph Reference Lines ) ), SendToReport( Dispatch( {"VDD_ILIMIT"}, "1", ScaleBox, {Add Ref Line( 0.5, "Solid", "Blue", "USL",...

    ContentMeerkat5 ContentMeerkat5
    Discussions |
    Jun 13, 2024 3:06 AM
    1000 views | 2 replies
  • Count value in multiple characters and mark position?

    Hi, how can I count the number 0,1,2 from the 1 characteristic column as below? Thank you so much! (x = missing)PatternCount 0Count 1Count 2Position 0Position 1Position 2x,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 26 1 02,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28402,2,2,2,2,0,0,0,0,0,0,1,1,1,2,0,1,1,1,2,2,2,0,0,0,0,0,0      0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...

    doraemengs doraemengs
    Discussions |
    Jun 13, 2024 2:41 AM
    3821 views | 13 replies

Latest Discussions

  • import Multiple excel files with many tabs into one table in JMP

    Hi, I am using "import Multiple files" feature to get data from different excel files, my challenge is that only data from the first tab are extracted. I have three more tabs on each file that I would like to get the data from. Is there a way to do that in JMP? appreciate all the help.AFaiz

    AFaiz AFaiz
    Discussions |
    Jun 13, 2024 4:27 AM
    6291 views | 15 replies
  • Quantiles result from JMP are different from Python

    Hi JMP community, I'm trying to build a JMP script to calculate the quantiles 97.5. The issue here is my reference data is using Python in which return a different number. Below is an example: Python P97.5: 2561.35 (equal to PERCENTILE.INC in Excel)JMP P97.5: 2581.375 (equal to PERCENTILE.EXC in Excel) My JSL code: Summarize( dt1, group_by = By( :group ), group_p975 = Quantile( :data, 0.975 ) ); I...

    nthai nthai
    Discussions |
    Jun 13, 2024 3:29 AM
    1332 views | 2 replies
  • Analysis Design of Experiments

    Hi JMP Community, I have two questions regarding the analysis of the Design of Experiments I performed: 1) When performing a screening DOE (Plackett-Burman design) and one of the model terms has a positive effect on the dependant variable but it does not appear to reach statistical significance, does it make sense to still include this factor when performing the second, optimization DOE? When a fa...

    SaraA SaraA
    Discussions |
    Jun 12, 2024 1:51 PM
    1623 views | 4 replies
  • Graph Builder Page Option Horizontal instead of Vertical

    Is there a way to display Graph Builder Page Output horizontal instead of vertical? Or anything like "arrange in rows" option?Thank you all in advance!Graph Builder(    Size( 748, 933 ),    Show Control Panel( 0 ),    Y Group Edge( "Left" ),    Back Color( {183, 207, 219} ),    Title Fill Color( {178, 34, 36} ),    Title Frame Color( {178, 34, 36} ),    Level Fill Color( {202, 129, 130} ),    Leve...

    saitcopuroglu saitcopuroglu
    Discussions |
    Jun 12, 2024 1:21 PM
    6100 views | 2 replies
  • Tolerance Intervals after Data Transformation

    I'm computing Normal Tolerance Intervals and sometimes need to transform the data first. I typical try SHASH and Johnson SL.  My question regards SHASH: What does it mean when the SHASH Distribution doesn't fit but the resulting transformed data are Normal? Conversely, what does it mean when SHASH fits but the resulting transformed data are not Normal?  I am following the guidelines from a standar...

    jayg001 jayg001
    Discussions |
    Jun 12, 2024 1:09 PM
    1727 views | 4 replies

Latest Discussions

  • 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
    557 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
    764 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
    590 views | 0 replies
  • ordinal logistic regression interaction effects

    JudithSS JudithSS
    Discussions |
    Jun 5, 2024 9:44 AM
    533 views | 0 replies
view all discussions