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 script the datafilter GUI

    I have a datafilter that is set to an empty column. The idea is the user does stuff and that column gets data and the user continues until there's no missing items in that column. But I've got a problem. When the data filter is set to conditional, everything looks great, but the moment the user updates the conditional column, JMP loses its mind and discards all the filter choices it had! I think m...

    xxvvcczz xxvvcczz
    Discussions |
    Sep 29, 2022 10:50 AM
    2448 views | 4 replies
  • Matched pairs reference frame

    I don't seem to be able to get the reference frame to show up on the resulting graph by selecting a preference (see screenshot)?  Is this a feature, a bug, or my ignorance of what option to select?  (I can turn it on using the Little Red Triangle [because that's my friend!].)

    sfigard sfigard
    Discussions |
    Sep 29, 2022 6:17 AM
    1448 views | 3 replies
  • Destruction Degradation and Arrhenius Equation.

    I have stability data at three different temperatures (5C, 25C and 40C) and I am trying to use Arrhenius model to predict the estimate of impurity at 25C after 24 months. What model should I use in JMP?  

    HermieSingh HermieSingh
    Discussions |
    Sep 29, 2022 2:36 AM
    1900 views | 1 replies
  • How to add reference line if you don't know what column you will use

    I'm stuck at a seemingly simple task. I plot a Graph Builder where my Y axis isn't known yet, it's provided as a variable.So what do I put in here instead of MyYVariable to draw a reference line regardless of what's on Y axis? Dispatch( {}, "MyYVariable", ScaleBox, {Add Ref Line( 0.1, "Dotted", "Medium Dark Green", "0.1", 3, 1, Label Settings( {Label Color...

    miguello miguello
    Discussions |
    Sep 28, 2022 3:38 PM
    1258 views | 2 replies
  • setting spec limit to column property by JSL - lines not shown on plot

    Hi I have a script that assigns spec limits (USL/LSL) to columns property, and then make a plot of the column, and I expect
    to see the limits lines drawn on the plot. What happens is that the limits are set correctly in the table, but not visible on the plot.If I draw the same plot to this column manually after running the script - no lines again.If I open the column spec property window, I see the...

    shlomi_bakish shlomi_bakish
    Discussions |
    Sep 28, 2022 3:29 PM
    5932 views | 11 replies

Latest Discussions

  • Matched pairs reference frame

    I don't seem to be able to get the reference frame to show up on the resulting graph by selecting a preference (see screenshot)?  Is this a feature, a bug, or my ignorance of what option to select?  (I can turn it on using the Little Red Triangle [because that's my friend!].)

    sfigard sfigard
    Discussions |
    Sep 29, 2022 6:17 AM
    1448 views | 3 replies
  • Destruction Degradation and Arrhenius Equation.

    I have stability data at three different temperatures (5C, 25C and 40C) and I am trying to use Arrhenius model to predict the estimate of impurity at 25C after 24 months. What model should I use in JMP?  

    HermieSingh HermieSingh
    Discussions |
    Sep 29, 2022 2:36 AM
    1900 views | 1 replies
  • Split the information from one column and put them into several columns

    Hello JMP Users, I need your help to split the infomation from Column 1 and put them into several columns. Regards,Chandan   

    chandankishor66 chandankishor66
    Discussions |
    Sep 28, 2022 9:43 AM
    939 views | 2 replies
  • Best way to plot GraphBuilder plot with multiple Y variables using JSL

    All,  I'd like to ask for an input on the best way to script a GB plot with multiple parameters.Let's say I have a table like this:New Table( "Untitled 140", Add Rows( 12 ), New Column( "Category", Character, "Nominal", Set Values( {"A", "A", "A", "B", "B", "B", "C", "C", "C", "D", "D", "D"} ) ), New Column( "Value1", Numeric, "Continuous", Format( "Best", 12 ), Set Values( [1, 4...

    miguello miguello
    Discussions |
    Sep 27, 2022 5:45 PM
    3966 views | 6 replies
  • How to center columns in Tabulate?

    Hello All! I am a fairly new user and would love to know if we can center the columns when we are using the "Tabulate" function.  I have tried:- highlighting/right clicking- adjusting the properties to "center"- looking at the format settings- input "center" into the "Set Format( Uniform Format ( 10, 1 ) )" and adding ",center"- looking at my overall JMP preferences-->Tables  Thank You!

    Maerawlings Maerawlings
    Discussions |
    Sep 27, 2022 2:30 PM
    2107 views | 2 replies

Latest Discussions

  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    578 views | 0 replies
  • wrap: hide sub-titles?

    In GRaph Builder, "wrap" is a nice option to split a data set into small pieces and generate many sub-plots.
    But sometimes, the window is just filles with the "titles" of the sub-plots an there is no space left for the plots.
    Is there an option to hide the titles of the subplots?
    In the "wrap" context menu, there is an option to remove the "title" (here: "data"), but not the sub-titles.
    And in the red...

    hogi hogi
    Discussions |
    Sep 11, 2022 8:53 AM
    623 views | 0 replies
  • How to transform least square means from Turkey table after box cox transformation

    Hello Everyone, I am running a three-way ANOVA with data expressed in percentage, but the data set is not normal. Since I have zeros, I first add a constant 0.00001, then I fit the model, and in the least square fit window, I used the box cox transformation to do a better fit. I know if I ask to save the predicted values, it will save the back-transformed data, but is there an option for JMP to sa...

    Viniaze Viniaze
    Discussions |
    Aug 27, 2022 9:14 AM
    655 views | 0 replies
  • XGBoost Add-In for JMP Pro no test set result in model screening

    I'm using model screening and include XGBoost as a method. However the result from XGBoost are only shown in Train set and Validation set.Why the result of XGBoost for test set is not shown? 

    TasapornV TasapornV
    Discussions |
    Aug 25, 2022 12:45 AM
    719 views | 0 replies
  • JMP Pro, Dantzig selector: how do I improve computational time

     Hello JMP community members. Concerning the use of the Dantzig selector on big and sparse datasets.I wondered what features would be at disposal to tune the computational time.Right now it takes about 40 minutes to get a result back for a problem with 380 rows and 149 non-singular parameters. This makes me wonder about the options available to tweak the computation time. I was thinking about redu...

    Not_A_Student Not_A_Student
    Discussions |
    Aug 12, 2022 7:49 AM
    721 views | 0 replies
view all discussions