cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to Add reference lines on Graph Builder script loop

    I'm trying to automate graph generation which looks good but when adding the reference lines they're not plotted. How this can be accomplished through the loop?As test I've also tried to give a number or the index to the Scalebox but nothing appear.Data Table( "NC119_1" ) << Graph Builder( Page Gap Size( 1 ), Variables( X( :timeTrace ), Y( :VI2, Side( "Right" ) ), Y( :VI1, Position( 1 )...

    Buttinoni7 Buttinoni7
    Discussions |
    Sep 22, 2021 8:44 AM
    1630 views | 1 replies
  • Invalid row number when accessing or evaluating of column values

    Hello everybody,after creating a new column Norm_Value I want apply formula to calculate relative values based on the position of "1" in the Base_value_norm column: dt << New Column( "Norm_Value", Numeric, "Continuous", formula( Eval( Eval Expr( dt:Value[(:SerialNumber << get data table) << get rows where( dt:Base_value_norm == 1 & dt:SerialNumber == Expr( dt:Serial...

    lukasz lukasz
    Discussions |
    Sep 22, 2021 12:31 AM
    1795 views | 2 replies
  • How to make a JMP script to make a new window for user input assigning values to a col based on another col

    Hi there,  I am stuck on a specific part of my JMP script and am hoping to get some help from a different set of eyes.  I have a dataset that looks like this, but with a lot more categories, each with longer names.  I want to create another column, with numeric values, based on the given column. This product needs to be fully automated, with a pop-up window with each of the categories listed out, ...

    kachveder kachveder
    Discussions |
    Sep 21, 2021 10:40 AM
    3526 views | 4 replies
  • Significant Two Sample Test for Proportion but not significant Chi-square

    Hi all  I'm working with data from some pass-fail testing, where a difference in performance has been observed for some samples grouped into left and right. I'm trying to analyse whether this is a real difference or rather variation due to statistical variance. I'm doing this by using the Contingency analysis (Fit X by Y) framework in JMP.  The issue is that I'm a bit confused by the results, whic...

    Forrest Forrest
    Discussions |
    Sep 21, 2021 6:03 AM
    3684 views | 3 replies
  • Delete multiple table opened with certain string

    Hi I'm really bad with coding. I have a script where it opens multiple subset of tables, appends it and creates a control chart. The problem is that multiple subtables are created and left opened. All table name starts with the string "subset". How can I close all tables at once? 

    ninanoc ninanoc
    Discussions |
    Sep 21, 2021 5:25 AM
    1537 views | 2 replies

Latest Discussions

  • How to Add reference lines on Graph Builder script loop

    I'm trying to automate graph generation which looks good but when adding the reference lines they're not plotted. How this can be accomplished through the loop?As test I've also tried to give a number or the index to the Scalebox but nothing appear.Data Table( "NC119_1" ) << Graph Builder( Page Gap Size( 1 ), Variables( X( :timeTrace ), Y( :VI2, Side( "Right" ) ), Y( :VI1, Position( 1 )...

    Buttinoni7 Buttinoni7
    Discussions |
    Sep 22, 2021 8:44 AM
    1630 views | 1 replies
  • Significant Two Sample Test for Proportion but not significant Chi-square

    Hi all  I'm working with data from some pass-fail testing, where a difference in performance has been observed for some samples grouped into left and right. I'm trying to analyse whether this is a real difference or rather variation due to statistical variance. I'm doing this by using the Contingency analysis (Fit X by Y) framework in JMP.  The issue is that I'm a bit confused by the results, whic...

    Forrest Forrest
    Discussions |
    Sep 21, 2021 6:03 AM
    3684 views | 3 replies
  • Traversing a nested tree box.

    I am building a dynamic tree box based on a directory structure.....so I don't know in advance how many roots and nodes there will be in the tree. The final nodes of the tree could have the same name. I then put the tree into an application.When a user clicks on a node I want to re-create the 'Path' from that node back to the root. So if someone selects say 'Ducato' I want to be returned 'Trucks -...

    thickey thickey
    Discussions |
    Sep 16, 2021 9:40 AM
    1199 views | 1 replies
  • Determining Certainty of continuous data

    I have a dataset that is comprised of multiple continuous measurements of a system. I would like to determine the bounds of certainty in my response which will then be used to create an equation to predict the input. I would like to be able to use JMP to determine the certainty bounds vs the x-axis. The attached image shows how the data appears for a portion of the dataset. Any help would be much ...

    XO-NANO XO-NANO
    Discussions |
    Sep 16, 2021 9:34 AM
    1309 views | 1 replies
  • JMP 16 Functionality Issue

    Hello - When using the EMP Measurement Analysis my software does not appear to work correctly. To Cast Selected Columns into Roles you select the column and drag to the appropriate box such as Y, Response. Typically, the selected column name appears in the box. For some reason, my JMP is not showing the name of the column. It drags the name invisibibly and looks like the boxes are not filled out. ...

    KellyG KellyG
    Discussions |
    Sep 16, 2021 8:36 AM
    4189 views | 7 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
    1112 views | 0 replies
  • How do I get Odds Ratios after fitting a GLM with binomial distribution and logit function?

    Hi everyone,I need to get OR after fitting a GLM with binomial distribution and logit function - that is a logistic model. I cannot fit a "nominal logistic" where there's the option for OR because I need to use the Firth adjustment for small-sample bias (I can only do that for that GLM). Is there an option to get the Odds Ratios? Thank you in advance. Antony

    Antony Antony
    Discussions |
    Jul 7, 2021 10:04 AM
    998 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

    4群での生存曲線をJMPproでの書き方を教えて下さい。 また、JMPで「環境設定グループ」から「レポート」を選択し、「ローカルデータフィルター」を出せればできる方法も紹介されていたのですが、「ローカルデータフィルター」を出せません。 どの方法でもよいので、JMPProで、多重比較法を用いた生存曲線の書き方をどなたか教えてください!宜しくお願い致します。

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2428 views | 0 replies
  • Return number from specified row of calculation column in either a text edit box or number edit box in an add in

    Hello,  I'm attempting to build an application in application builder. I have two modules currently. The first module is a series of number edit boxes and lists that allow the user to input values and make selections.After pushing a button, the inputs and/or list selections update table variables in a data table that subsequently updates column equations. The data table opens in the background so ...

    tys5384 tys5384
    Discussions |
    Feb 15, 2021 7:33 AM
    1289 views | 0 replies
  • Comparing observed/predicted from different models. (Mean Absolute Deviation (MAD) or Mean Absolute Error (MAE))?

    I'm using the neural platform to calculate a model that makes predictions from some observed data and want to compare the performance of that model to other models (not from JMP). To compare the different models, I want to compare the observed data and the predictions from the different models.The R2 is not a good measure because it checks for any linear relationship between the observed and predi...

    matthias_bruchh matthias_bruchh
    Discussions |
    Jan 8, 2021 2:32 AM
    3933 views | 0 replies
view all discussions