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

  • Add values into X number of lag rows

    I have a continuous dataset with measurements every 5 minutes over many years. Certain time periods have been designated and assigned and ID# (e.g. 1, 2, 3,... 500). For each of these periods of time that received an ID I want to extend the column ID backwards in time for 4 hours (ie 48 rows back). So for example If the period categorized as ID# 200 starts on 1/1/2020 at 12:00PM, then I currently ...

    RVhydrA RVhydrA
    Discussions |
    Jan 18, 2021 6:57 PM
    2028 views | 2 replies
  • Find columns similar to test column (one by many correlation)

    With 20,000 columns of continuous data, correlation of all by all is undesirable.  How to calculate correlation of all columns vs one column (many to one)?  to find similar columns.

    EugeneB EugeneB
    Discussions |
    Jan 16, 2021 11:06 AM
    1547 views | 2 replies
  • Save To Tall/Wide Spec Limits Table

    Hi.  I'm interested in saving the limits of a table to a new table using the "Save to tall spec limits table" or "Save to wide spec limits table" feature.  However when I try it, nothing happens.  Names Default to Here(1); dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp"); msl = dt << Manage Spec Limits(Y(:PNP1, :NPN1, :PNP2)); dtlim = msl << Save to Tall Limits Table; //Nothing happensDoes ...

    nikles nikles
    Discussions |
    Jan 15, 2021 9:41 AM
    2124 views | 4 replies
  • Setting SPC control limits based on an initial set amount of data points in JMP?

    Hi fellow JMP users. 
    In Minitab when I wanted to set the Control limits for an SPC chart based on the first "x" amount data points (e.g. 10) I could do this very easily using the 'stage' feature. Any future data points over and above the initial stage would retain these control limits.
    Being relatively new to JMP I was curious how setting the control limits based on the first "x" amount of data poi...

    jpollock jpollock
    Discussions |
    Jan 15, 2021 4:38 AM
    1418 views | 1 replies
  • jsl script to recode multiple columns

    Dear All, I am trying to recode multiple columns by using the following script (also in attachment together with an example data table). I tried several changes but it does not work. The values in the columns just disappears instead of being recoded.  I appreciate any help. Many thanks,
    Marcello.     dt3 = Current Data Table(); n3 = dt3 << Get Column Names(); Show( n3 ); lstColNames_n3 = dt3 << Ge...

    MFVIT MFVIT
    Discussions |
    Jan 15, 2021 1:40 AM
    4563 views | 8 replies

Latest Discussions

  • Create Excel Workbook odd behaviors

    Hi,  I'm having two issues with the Create Excel Workbook call in a JMP script and I'm hoping someone here can give me some insight.I'm running JMP Pro 15.2.1 on Windows 10.  I have a script that is maintaining a pair of invisible tables (::dt_wj and ::dt_ma below) which are updated by the user via a non-modal UI window.  One of the buttons on this window is supposed to generate a new excel workbo...

    gob0b gob0b
    Discussions |
    Jan 14, 2021 8:14 AM
    1520 views | 1 replies
  • How do I interpret wilcoxon results table?

     I understand  the prob/ Chi Sq is my P value here. most of my tests were non significant. But hwat does the " Score mean" mean? Its a non parametric test so it should be median, correct?I'm trying to set up a results table and don't know how to show numerically the data that is significant and approaches significance.  This is what I had hoped to present but My mentors are confused because my dat...

    Ellabluebird Ellabluebird
    Discussions |
    Jan 8, 2021 10:54 AM
    3989 views | 1 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
    3934 views | 0 replies
  • Caption Box - Text Wrap Possible?

    Is there any way to control (expand) the Caption() box text wrap?  

    I'm guessing not from the Scripting Guide.  It would be a nice feature if ever possible.  It's kind of annoying to have a line wrap where you don't want it to wrap, and if set wrap() could ever be employed, then one could choose the line break where they wanted using a normal line break escape. thanks, DJ

    djhanson djhanson
    Discussions |
    Jan 5, 2021 6:14 AM
    2620 views | 3 replies
  • Application Current DataTable

    Dear Community, With your help, and many searches and iterations, I'm now close to wrapping-up my first JMP application. I'm still struggling on few points, for which sure someone will suggest easy solutions ;):A the end of Dialog1 script, I'm opening a Data Table that was selected by the UserOnNext1 = Function( {}, file_path = FilePath << GetText(); If ( file_path != "", //IST Text File dt ...

    HubP_SDe HubP_SDe
    Discussions |
    Jan 4, 2021 3:05 AM
    2002 views | 2 replies

Latest Discussions

  • 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
    3934 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
    1155 views | 0 replies
view all discussions