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 Include a 'No Shift' Scenario in a Temperature Shift DOE

    I'm currently working on a Design of Experiments (DOE) for a process that involves temperature shifts at three different times. My challenge is incorporating a 'No Shift' scenario as one of the factors. My initial idea was to:Treat the three time points for temperature shifts (1 hour, 2 hours, 3 hours) as a continuous factor.Introduce a 'No Shift' scenario as a categorical factor (yes/no).However,...

    Nicola_Nuti Nicola_Nuti
    Discussions |
    Feb 1, 2024 12:07 AM
    2716 views | 7 replies
  • Add reference line to Y-group axis

    Hello, I am using graph builder (JMP 17) and have almost what I need. But I need to add a reference line.  This first image ('example') is what I currently have (I need all 3 viruses in 1 graph with lines and dots for the rates for both years). BUT, I need to add a reference line for each virus so that it looks like 'example with ref line' (below). I don't know if it is possible. But essentially, ...

    patriciafm811 patriciafm811
    Discussions |
    Jan 31, 2024 11:31 AM
    6931 views | 14 replies
  • How to get frequencies for 5 points summary values?

    I am struggling to understand how the frequency values are obtained in this example (5% and 95 % quantiles assumed).https://community.jmp.com/t5/JSL-Cookbook-Archived/Create-a-Box-Plot-from-a-Five-Number-Summary/ta-p/41278 How would the values change if I have 25% and 75% quantile values? (In my case, I will have Min, Q1 (25%), Median, Q3 (75%) and Max values)

    Neo Neo
    Discussions |
    Jan 31, 2024 11:07 AM
    1929 views | 4 replies
  • how to get the slope/intercept values of orthogonal regression from a Bivariate Fit Chart in JSL?

    In the following JSL script, I tried to get the values of slope and intercept of the orthogonal regression directly from the Bivariate Fit chart, but it always gives me error :-(... Any hint here? biv = dt << Bivariate( Y( :New ), X( :Ref ), Fit Orthogonal( 1 ) ); rbiv = biv << Report; slopebox = rbiv[Outline Box( 1 ),If Box(3), Outline Box(3),Table Box( 4 ), Number Col Box( 12 )]; slope = slop...

    zxu11 zxu11
    Discussions |
    Jan 31, 2024 8:17 AM
    1306 views | 2 replies
  • Modeling Type

    How do you know when to use an ordinal modeling type versus a nominal type. For example, If I am using numbers to label a product, in JMP I would use that as a nominal type correct?Then if I have a certain sequence in which these products are being shown then, whatever sequence (ex. 1, 2 or 3) would be ordinal modeling type correct? Or would they both simply be nominal type? Thanks for your help!

    lrovelo lrovelo
    Discussions |
    Jan 31, 2024 8:02 AM
    4693 views | 3 replies

Latest Discussions

  • How to Include a 'No Shift' Scenario in a Temperature Shift DOE

    I'm currently working on a Design of Experiments (DOE) for a process that involves temperature shifts at three different times. My challenge is incorporating a 'No Shift' scenario as one of the factors. My initial idea was to:Treat the three time points for temperature shifts (1 hour, 2 hours, 3 hours) as a continuous factor.Introduce a 'No Shift' scenario as a categorical factor (yes/no).However,...

    Nicola_Nuti Nicola_Nuti
    Discussions |
    Feb 1, 2024 12:07 AM
    2716 views | 7 replies
  • Add reference line to Y-group axis

    Hello, I am using graph builder (JMP 17) and have almost what I need. But I need to add a reference line.  This first image ('example') is what I currently have (I need all 3 viruses in 1 graph with lines and dots for the rates for both years). BUT, I need to add a reference line for each virus so that it looks like 'example with ref line' (below). I don't know if it is possible. But essentially, ...

    patriciafm811 patriciafm811
    Discussions |
    Jan 31, 2024 11:31 AM
    6931 views | 14 replies
  • How to get frequencies for 5 points summary values?

    I am struggling to understand how the frequency values are obtained in this example (5% and 95 % quantiles assumed).https://community.jmp.com/t5/JSL-Cookbook-Archived/Create-a-Box-Plot-from-a-Five-Number-Summary/ta-p/41278 How would the values change if I have 25% and 75% quantile values? (In my case, I will have Min, Q1 (25%), Median, Q3 (75%) and Max values)

    Neo Neo
    Discussions |
    Jan 31, 2024 11:07 AM
    1929 views | 4 replies
  • Modeling Type

    How do you know when to use an ordinal modeling type versus a nominal type. For example, If I am using numbers to label a product, in JMP I would use that as a nominal type correct?Then if I have a certain sequence in which these products are being shown then, whatever sequence (ex. 1, 2 or 3) would be ordinal modeling type correct? Or would they both simply be nominal type? Thanks for your help!

    lrovelo lrovelo
    Discussions |
    Jan 31, 2024 8:02 AM
    4693 views | 3 replies
  • How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

     w = New Window("window", <<Journal, hlb = hlistbox() ); w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" ); w << SavePDF ( "C:\Users\blahblah.pdf");The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...

    mann mann
    Discussions |
    Jan 31, 2024 6:25 AM
    938 views | 0 replies

Latest Discussions

  • How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

     w = New Window("window", <<Journal, hlb = hlistbox() ); w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" ); w << SavePDF ( "C:\Users\blahblah.pdf");The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...

    mann mann
    Discussions |
    Jan 31, 2024 6:25 AM
    938 views | 0 replies
  • Optimal decision tree and Adam's consensus?

    Hello - First of all, I'm speaking very much as a non-statistician here. I have a paper I'm trying to replicate that is doing hierarchical clustering with multiple similarity functions and grouping methodologies, and then using an Adam's consensus to find a sort of "optimal" dendrogram, if you will. I looked at their software they were using, and its been out of comission for a good 15 years. JMP ...

    ehchandlerjr ehchandlerjr
    Discussions |
    Jan 26, 2024 11:06 AM
    744 views | 0 replies
  • Use Limits Table In Distributions Platform

    Hi, is it possible to use a limits table to load specifications grouped by some factor in platforms other than Process Screening? Ideally I'd like to use the limits table in the distributions platform. Thanks in advance, Alicia

    Alicia Alicia
    Discussions |
    Jan 25, 2024 8:24 AM
    696 views | 0 replies
  • Which predictive analysis method/column organisation for RSM output with duplicate samples

    Hi all. So I'm working on a project where I have 2 x component classes, each of which has 4 items within the class, which are mixed together at varying concentrations over 48 combinations. Figured the best Factor way to do this was to use 2 x Continuous for the max/min concentrations for each class, then 2 x 4-level Categoricals for each of the items. Each of the combinations was made twice, so af...

    ProbitLeopard63 ProbitLeopard63
    Discussions |
    Jan 25, 2024 3:06 AM
    729 views | 0 replies
  • how to show "nonparametric overlay" in the output of "Fit life by x"?

    I tried to do “Fit life by X” (fit TTF by voltage), but in the output, somehow “nonparametric overlay” did not show up. I was hoping to see the probability of failure vs time at 80V, 50V, and 15V (use condition), but that plot was not included in the output. I attached the report here. If anyone can take a look and point out went wrong, that would be great. Thank you!

    RenZ RenZ
    Discussions |
    Jan 22, 2024 10:02 AM
    581 views | 0 replies
view all discussions