cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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 the x-value which gives me 50% of area under a curve

    I have some continuous data and I fit a curve using "Fit Model" and used attributes "Knotted Spline Effect" and 50 knots. Then I save the prediction formula to the table. What I want to do next is to find the fragment size (x-value) which gives me 5%, 10%, 25%, 50%, 75%, 90% and 95% of area. I have 10 samples and so I have 10 very complicated equations.How do I get the fragment size (x-value) with...

    dtsang dtsang
    Discussions |
    Sep 15, 2021 8:51 PM
    1436 views | 1 replies
  • Short Term (Cpk) and Long Term (Ppk) Capability in JMP

    Hi everyone,   I have a question about the consistency of how JMP displays the Capability and Performance Indices.   I'm going through the STIPS course @mia_stephens  at the moment and, in the Quality Methods Module 3 - Process Capability, it was really clear to me that the software may have inconsistencies in the message with regards to this subject. I have used the Impurity.jmp example to illust...

    VCO VCO
    Discussions |
    Sep 15, 2021 4:50 PM
    19115 views | 4 replies
  • How to auto create Taguchi Array using JSL?

    I want to do Taguchi L9/L18 iteratively based on different factor value & response goal.And I've created simple jmp script but no idea about controlling inner array pop up window.Is there any solution to automate the Taguchi process using JSL? Thanks.Names Default To Here( 1 ); //Load Factor dt = Open( "Factor file" ); d = dt << DOE( Taguchi Arrays, Load Factors ); //Click Continue report(d)[but...

    Iris_ Iris_
    Discussions |
    Sep 15, 2021 1:03 PM
    1489 views | 1 replies
  • Test Probabilities in Distribution Platform...version 15 change?

    When testing probability distributions in the distribution platform (to do a one-way chi-square test), you used to be able to enter any number in the hypothesized probability column and JMP would recalculate to adjust the sum to equal one.  This was very helpful since if, for example, I had a ratio set of 9:3:3:1, I could enter 9, 3, 3, 1 and JMP would do the correct math.  Now, anytime I enter a ...

    sfigard sfigard
    Discussions |
    Sep 15, 2021 11:30 AM
    3715 views | 7 replies
  • Export/Extract Line Equations to make Graphics outside JMP

    Hi all, I need to make some graphics for a paper, specifically I need to plot interactions from a mixed model that I have run.I know how to save the conditional prediction formula, what I need to know is how to simplify that equation so I can create a plottable line in Matlab (where I intend to make my final figures).  What I want is the equation from the lines that I get in the profiler (see atta...

    Stephen2020 Stephen2020
    Discussions |
    Sep 14, 2021 2:01 PM
    2262 views | 3 replies

Latest Discussions

  • how to get the x-value which gives me 50% of area under a curve

    I have some continuous data and I fit a curve using "Fit Model" and used attributes "Knotted Spline Effect" and 50 knots. Then I save the prediction formula to the table. What I want to do next is to find the fragment size (x-value) which gives me 5%, 10%, 25%, 50%, 75%, 90% and 95% of area. I have 10 samples and so I have 10 very complicated equations.How do I get the fragment size (x-value) with...

    dtsang dtsang
    Discussions |
    Sep 15, 2021 8:51 PM
    1436 views | 1 replies
  • How to auto create Taguchi Array using JSL?

    I want to do Taguchi L9/L18 iteratively based on different factor value & response goal.And I've created simple jmp script but no idea about controlling inner array pop up window.Is there any solution to automate the Taguchi process using JSL? Thanks.Names Default To Here( 1 ); //Load Factor dt = Open( "Factor file" ); d = dt << DOE( Taguchi Arrays, Load Factors ); //Click Continue report(d)[but...

    Iris_ Iris_
    Discussions |
    Sep 15, 2021 1:03 PM
    1489 views | 1 replies
  • Export/Extract Line Equations to make Graphics outside JMP

    Hi all, I need to make some graphics for a paper, specifically I need to plot interactions from a mixed model that I have run.I know how to save the conditional prediction formula, what I need to know is how to simplify that equation so I can create a plottable line in Matlab (where I intend to make my final figures).  What I want is the equation from the lines that I get in the profiler (see atta...

    Stephen2020 Stephen2020
    Discussions |
    Sep 14, 2021 2:01 PM
    2262 views | 3 replies
  • Display a text box asking for input from the user

    Hi, I want to add Text edit box asking user to enter values for Q and Tail quantile to explore outliers. Here is what I tried but seems like I'm missing something. Can you advise that might help with this? Names Default To Here(1); dt = Open("$SAMPLE_DATA/Water Treatment.jmp"); check_list = {"SS", "SE", "PH"}; todo_list = {}; nw = new window("Checkboxes", << modal(), "Input", ...

    Jackie_ Jackie_
    Discussions |
    Sep 14, 2021 12:42 PM
    3046 views | 5 replies
  • Graph Labels as Base-Exponent

    Hi,Couldn't find a format that can show a graph axis labels as powers of 10. The Scientific format or Engineering format show the labels like 1e-2 or 10e-3.I am looking to write them as base-exponent type.Is this possible?Regards,Saeid

    ssavarmand ssavarmand
    Discussions |
    Sep 14, 2021 8:57 AM
    2349 views | 5 replies

Latest Discussions

  • Skip Lot Sampling Plan

    Hi,I am interested to use JMP for skip lot sampling plan. I like to test only a fraction (f) of samples after successful inspection of (n) number of samples. Here is the link to NIST https://www.itl.nist.gov/div898/handbook/pmc/section2/pmc27.htm I appreciate any help you can provide. Thanks Adam

    AT AT
    Discussions |
    Sep 10, 2021 10:38 AM
    959 views | 0 replies
  • Time values in xls or xlsx, csv, and JMP

    Hi all, I have a strange issue with the time values from my excel. I have some data (example is attached here as excel file), the time column is an interest for me and I would add the date and time column together to create a date time column. To analyze the data, I use JMP so I am importing the excel file.However, I ran into a number of oddities:1. When I import multiple files (from customers to ...

    fliew0410 fliew0410
    Discussions |
    Sep 7, 2021 7:25 AM
    953 views | 0 replies
  • Error while using Azure MFA to connect with JMP

    I have rightly set up the ODBC connection version 17 for SQL server using Azure MFA. However, when I try to connect for the DSN via JMP i get the following error. how to overcome this error in JMP14.  [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Password option must not be specified, if Authentication option is 'ActiveDirectoryInteractive'.

    hariharan249 hariharan249
    Discussions |
    Sep 3, 2021 7:14 AM
    669 views | 0 replies
  • Applying Boolean Logic to filtering/selecting records in a Dashboard/Application built from multiple platforms

    Hi everyone,  I've been working on a systematic map to accompany a literature review on forest bird habitat relationships that is getting much closer to completion. A hearty shout out to community members @cwillden , @txnelson , @danschikore , @brady_brady , and technical support crew Adam Morris, Sarah Seligman, Laura Archer, and Wendy Murphrey for helping me get this project this far along.  I f...

    caseylott caseylott
    Discussions |
    Aug 17, 2021 11:15 AM
    1225 views | 0 replies
  • Projects Window List in JMP 15 for Mac -- Reorder?

    I'm trying to use JMP projects more with the promise of re-using graphs and analyses on new sets of similar data. I'm using the Window List in the UL as a kind of 'table of contents' that I can click into to see/show my findings for various analyses.  There is a flow to the findings which I'd like to order in that Window List.  Is this possible? I can't click and drag an entry for a window up or d...

    datanaut datanaut
    Discussions |
    Aug 16, 2021 6:38 AM
    616 views | 0 replies
view all discussions