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 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
    4696 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
  • Making custom standard deviation error bars

    Hello! I am very new to JMP, so excuse my lack of knowledge I am trying to make a line graph that has standard deviation error bars based on the values I provide. This is how my table looks:I discovered to do somewhat of what I need like this:However, how do I do it for the next samples? For example, how can I also add FW-190 with interval being its own StdDevFW190? Or is that not possible?  Than...

    dawsonrose dawsonrose
    Discussions |
    Jan 31, 2024 1:06 AM
    3637 views | 5 replies
  • How to add a marker line to the surface part of the green area and get rid of the black box lines on the top and right side?

    I need to draw an x between 2 and 4 to a shaded area, but have hit a snag, the surface part doesn't feel like there is a good way to do it, and I need to find the x coordinates of the point where the two lines intersect. And how to get rid of the black box lines on the top and right side. names default to here(1); new window("Ex", gb=graph box( framesize(300,300), x scale(-6,6), y scale(0,...

    lehaofeng lehaofeng
    Discussions |
    Jan 30, 2024 11:00 PM
    2269 views | 4 replies

Latest Discussions

  • 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
    4696 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
  • How to load a very large database

    I'm trying to load a very large database using JMP but I'm running out of memory. It contains almost 1k columns and millions of rows. The file size is almost 35 GB. Is there any way that I can open only selected columns to minimize memory usage? Any recommendations on how to open such a large file using JMP? Unfortunately, I don't have coding experience

    AliSheffeh AliSheffeh
    Discussions |
    Jan 30, 2024 6:40 PM
    4312 views | 11 replies
  • Create this type of graph

    I have been asked to make a graph like the one below, comparing one year to another. But I have no idea how to do this in JMP (or anything else honestly). Can anyone help point me in the right direction? 

    patriciafm811 patriciafm811
    Discussions |
    Jan 30, 2024 12:07 PM
    3007 views | 5 replies
  • Can anyone help me in Displaying number at Risk on Kaplan Meier curve in JMP pro 17?

    Can anyone help me in Displaying number at Risk on Kaplan Meier curve in JMP pro 17?

    yousefhan yousefhan
    Discussions |
    Jan 30, 2024 11:57 AM
    2847 views | 3 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
    697 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