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

  • Variability chart - Remove ref line

    Hi   I'm trying to remove ref line from variability chart. In previous JMP version the below script worked. can any know why not working on JMP16. biv = Bivariate( Y( :weight ), X( :height ), ); rbiv = biv << report; axisbox = rbiv[axis box( 1 )]; axisbox << Add Ref Line( 90, "Dashed", blue ); //Works axisbox << Remove Ref Line( 90 ); //Don't work   Thanks

    cerdmh cerdmh
    Discussions |
    Jun 15, 2021 7:19 AM
    1848 views | 4 replies
  • Fit Model - Effect Summary - no PValues?

    Question: Why are there no LogWorth and PValues showing up in my Effect Summary section after I Fit Model an output with several inputs & second degree inputs (Factorial to Degree 2)?  Context: Everything is continuous except 1 nominal dataset. I first did 6 singular outputs. it gave me some results so I could use that to eliminate the 2 at the end. But then I tried adding 2nd order inputs and: Am...

    Lcheng Lcheng
    Discussions |
    Jun 12, 2021 6:13 AM
    1551 views | 1 replies
  • JMP Script filter multiple parameters from multiple columns

    See for example, I have data table below, with column name A, B, C, and I want to:Filter Column "A" by exclude "a" and "c" & Filter Column "B" by exclude "e" and "f" & Filter Column "C" by exclude "g" and "h"In the end, I want to delete rows that being excluded above based on the 3 criteria from each column. How can I script to make this happen? ABCadgbehcfiaeibfhcdgaeibdgcfh

    aaronjiang aaronjiang
    Discussions |
    Jun 11, 2021 12:23 PM
    1350 views | 1 replies
  • Quantiles with missing values

    If I have a column named X with 100 values which is a sequence from {1-100}, and I want to retrieve the 10 smallest values, I know I can use the command below:dt = current data table(); temp1 = dt:X << get values; temp2 = quantile(0.1,temp1); dt << get rows where(:X<temp2);Let's say I'm replacing the 10 largest values (i.e. 91-100) with missing values, is there a way to get the same 10 smallest va...

    Djtjhin Djtjhin
    Discussions |
    Jun 11, 2021 7:45 AM
    1858 views | 3 replies
  • Process Capability Physical Boundaries

    How can one set physical boundaries in process capability analysis.  For example, when I evaluate capability to measure within specification of a trace element in a material, most data will be near zero, but cannot be less than zero.  This results in a highly skewed distribution with the bulk of the data piling up around zero and then the distribution has only a one-sided tail.  But the capability...

    Goblin_King Goblin_King
    Discussions |
    Jun 10, 2021 5:31 AM
    1420 views | 1 replies

Latest Discussions

  • Variability chart - Remove ref line

    Hi   I'm trying to remove ref line from variability chart. In previous JMP version the below script worked. can any know why not working on JMP16. biv = Bivariate( Y( :weight ), X( :height ), ); rbiv = biv << report; axisbox = rbiv[axis box( 1 )]; axisbox << Add Ref Line( 90, "Dashed", blue ); //Works axisbox << Remove Ref Line( 90 ); //Don't work   Thanks

    cerdmh cerdmh
    Discussions |
    Jun 15, 2021 7:19 AM
    1848 views | 4 replies
  • Fit Model - Effect Summary - no PValues?

    Question: Why are there no LogWorth and PValues showing up in my Effect Summary section after I Fit Model an output with several inputs & second degree inputs (Factorial to Degree 2)?  Context: Everything is continuous except 1 nominal dataset. I first did 6 singular outputs. it gave me some results so I could use that to eliminate the 2 at the end. But then I tried adding 2nd order inputs and: Am...

    Lcheng Lcheng
    Discussions |
    Jun 12, 2021 6:13 AM
    1551 views | 1 replies
  • JMP Script filter multiple parameters from multiple columns

    See for example, I have data table below, with column name A, B, C, and I want to:Filter Column "A" by exclude "a" and "c" & Filter Column "B" by exclude "e" and "f" & Filter Column "C" by exclude "g" and "h"In the end, I want to delete rows that being excluded above based on the 3 criteria from each column. How can I script to make this happen? ABCadgbehcfiaeibfhcdgaeibdgcfh

    aaronjiang aaronjiang
    Discussions |
    Jun 11, 2021 12:23 PM
    1350 views | 1 replies
  • Process Capability Physical Boundaries

    How can one set physical boundaries in process capability analysis.  For example, when I evaluate capability to measure within specification of a trace element in a material, most data will be near zero, but cannot be less than zero.  This results in a highly skewed distribution with the bulk of the data piling up around zero and then the distribution has only a one-sided tail.  But the capability...

    Goblin_King Goblin_King
    Discussions |
    Jun 10, 2021 5:31 AM
    1420 views | 1 replies
  • How to Highlight some distributions in graph

    Hello:) The figure above is a part of my question. As you can see at the picture, I want to highlight some elements whose Cpk is smaller than 1.Somebody help me.. Thank you in advance:) 

    yummy yummy
    Discussions |
    Jun 8, 2021 3:52 PM
    1386 views | 1 replies

Latest Discussions

  • 多重比較での生存曲線の書き方 Bonferroniなど

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

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2439 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
    1295 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
    3947 views | 0 replies
  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1163 views | 0 replies
view all discussions