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

  • Stability prediction headache

    Hello, I have an analysis problem I'd like some advice on. Below is a table of some real stability data- from which I'm trying to extract a reasonable stability prediction. I usually use the degradation profiler for this, and have done up until now without any issue for multiple other projects - but this dataset is causing me a headache; I believe it's because we had an anomalously low T0 which sk...

    Jon_Armer Jon_Armer
    Discussions |
    Feb 15, 2024 5:17 AM
    3129 views | 8 replies
  • Application Builder - Graph Builder Interface

    Hello,I am new to jmp platform and scripting. In application builder interface, when a button is clicked i want to open the graph builder inferface with loaded data columns (same interface as in Analysis - Graph Builder) where user can create graph needed then import the graph into the app screen.  i want to incroprate all the intractive features of Graph Builder interface (from selecting graph ty...

    ComplexNerd ComplexNerd
    Discussions |
    Feb 15, 2024 1:52 AM
    1400 views | 3 replies
  • Predictor Screening Question

    Just a general question - for the Predictor Screening Platform, if you're trying to find variables related to a particular Response Output (say product Yield) - would you ever bring in another response variable & add it to the "X" box - like "impurity" or something along those lines? Or should you only be bringing in explanatory variables in that "X" box? 

    mjz5448 mjz5448
    Discussions |
    Feb 15, 2024 12:23 AM
    1081 views | 1 replies
  • How to supress script dump in log upon closing a chart?

    Upon closing a chart the chart plotting script is reproduced in the embedded log of my JSL script (which is used to plot the chart). Any way to supress this? 

    Neo Neo
    Discussions |
    Feb 14, 2024 10:08 PM
    2765 views | 6 replies
  • IF/Else formula - how to return a blank cell

    I am creating an conditional formula. If the condition I am evaluating is false, How do I return a blank cell?If( :Orientation == "X", :"X Ave"n / 100, ??)I want to evaluate a column and if it is "X" then I want to perform an equation. If it is any other value I want to return a blank cell.What do use in the "else" part of the formula to return a blank cell?

    JSledz289 JSledz289
    Discussions |
    Feb 14, 2024 12:26 PM
    2029 views | 3 replies

Latest Discussions

  • Predictor Screening Question

    Just a general question - for the Predictor Screening Platform, if you're trying to find variables related to a particular Response Output (say product Yield) - would you ever bring in another response variable & add it to the "X" box - like "impurity" or something along those lines? Or should you only be bringing in explanatory variables in that "X" box? 

    mjz5448 mjz5448
    Discussions |
    Feb 15, 2024 12:23 AM
    1081 views | 1 replies
  • How to supress script dump in log upon closing a chart?

    Upon closing a chart the chart plotting script is reproduced in the embedded log of my JSL script (which is used to plot the chart). Any way to supress this? 

    Neo Neo
    Discussions |
    Feb 14, 2024 10:08 PM
    2765 views | 6 replies
  • Help to explanation of Hierarchical Clustering - Ward's method

    Hi all, I try to understand the example of hierarchical clustering (picture below) with a distance matrix from JMP here: https://www.jmp.com/support/help/14/example-of-a-distance-matrix.shtml#316781 Applying Ward's formula (picture below) from here: https://www.jmp.com/support/help/14/distance-method-formulas.shtml#177809 My question: How does JMP calculate the initial distance of 58,689863 betwee...

    Navntoft Navntoft
    Discussions |
    Feb 14, 2024 10:12 AM
    4706 views | 2 replies
  • Suggestions/thoughts/ideas on how to best display data graphic

    Hi All,   I have some production data that I'm analyzing with the MDMVCC platform. Specifically, after running the analysis and selecting those rows that have the most extreme T^2 values -- those which are likely the most out of control -- I can use the platform to plot the T^2 Mean Contribution Portion Plot for Selected Samples. This produces a graph that looks something like this:  What this gra...

    SDF1 SDF1
    Discussions |
    Feb 14, 2024 6:03 AM
    2571 views | 6 replies
  • Resetting a zoom overriding scripts or levels

    When i plot multiple plots with the same x-axis weere the graph is of 3rows x 1 column. And I zoom in one plot, and then zoom in another plot. and then change the plots type, say, from line to scatter and when i try to reset the zoom by double clicking it, it doesnt work.I have to Start Over. What is the method to reset the zoom to the original overriding the previous states or zoom levels?

    thentangler1 thentangler1
    Discussions |
    Feb 13, 2024 9:55 PM
    802 views | 1 replies

Latest Discussions

  • Help with JMP formula (IFERROR)

    My excel formula is: =+IF(AND(E98=1, E108=1), IFERROR(E121-E$128, "NA"), "NA"). E98 = 1. E108 = 1. E121 is a calculation that came out to .267993337. E128 is a calculation that came out to -0.2792984. How can I re-create that formula in JMP? I'm trying with no success. 

    UpliftElk866 UpliftElk866
    Discussions |
    Feb 13, 2024 12:19 PM
    679 views | 0 replies
  • Scheduled job failed

    Hi, I'm trying to run daily scheduled job, but keep getting failing error "Process is terminated due to StackOverflowException".What might be the reason for this?

    shaiv90 shaiv90
    Discussions |
    Feb 11, 2024 11:09 PM
    706 views | 0 replies
  • PickFile(), Projects and Network Drives

    Did you notice that PickFile looks different when it's opened from within a project? More than that - when Pick File is opened from a project, with mydir pointing to a network drive with thousands of files, Jmp will freeze for dozens of seconds:mydir= "\\computername\directory"; Pickfile("select a file" , mydir) So, if you work in a project, to prevent Jmp from freezing, please be sure that your i...

    hogi hogi
    Discussions |
    Feb 9, 2024 3:07 PM
    759 views | 0 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
    937 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
view all discussions