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

  • Split Array

    Hi, 1. Any ideas how to split a = {"c", "d","e"}; into a= {"c"}, {"d"},{"e"}; ? Currently when I did Concat Items (a, ","); , the output will be "c,d,e" instead of "c","d","e" . 2. Concat Items did apply after letter c. However, what if I want to concat "," before c such as ",c,d,e"? 3. Is there any possibilities to combine semicolon together with other strings? For example, " " "|| water || bend ...

    WanCine WanCine
    Discussions |
    Jan 14, 2021 6:33 AM
    2711 views | 4 replies
  • How can get the result of the formula calculated with multiple columns directly from the computation of an array in memory?

    The requirements for calculation with the data of "Big Class.jmp" and formula are as follows:
    Add column "row6" and find the minimum height from row 10 and up to 6 rows;
    Add column "row7" and find the minimum value of the height column starting from row 10 and up to 7 rows;
    ...
    How to find the result of "row6" -- "row9" directly by using memory array method?Thanks!dt=Open("$SAMPLE_DATA/Big Class.jmp")...

    lwx228 lwx228
    Discussions |
    Jan 14, 2021 1:13 AM
    2738 views | 5 replies
  • CUSUM Control Chart

    hi guys,   If I take the data set from the sample data library "Engine Temperature Sensor.jmp." and run the script below, I detect a shift at datapoint 26. What I would like to do is to modify the script below,so upon a shift detection only, it would automatically do something (example trigger an email, or write to a file ) flagging a shift was detected and on which data point the shift occurred? ...

    BrianK BrianK
    Discussions |
    Jan 13, 2021 10:25 AM
    2401 views | 3 replies
  • Change date format in a script

    I have a script that requires the user to input a batch creation time. It currently looks like this:  New Window( "BATCH_CREATE_TIME", <<modal(), Panel Box( "Enter BATCH_CREATE_TIME", Lineup Box( N Col( 1 ) ), number = Text Edit Box( "01/01/2021 09:00:00.000000" ) ), Panel Box( "Actions", H List Box( Button Box( "OK", keep_going = 1; BATCH_TIME = number << Get text; ), B...

    HarriBradbeer HarriBradbeer
    Discussions |
    Jan 12, 2021 9:55 AM
    1839 views | 1 replies
  • How to replace selected values in a column with JSL

    Hi everyone,  I'm looking to replace alternate values in a column in using scripting. I've managed to select the values in the table but I'm struggling to find a way to replace them in just 1 column only.  This is my code so far: Names Default To Here (1);
    dt << new column ("selection", formula (sequence (1,2,1 ))); dt:selection << delete formula; dt << select where(:1 & :selection !=1);
     This is t...

    ASullivan ASullivan
    Discussions |
    Jan 12, 2021 8:13 AM
    5905 views | 7 replies

Latest Discussions

  • 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
  • JSL to summarize delta ranges in different column

    Hello, I have a data table that had 6 repeat test data set. I need to summarize index from each test but not sure how to do so: For each test, I need to summarize the time range (column 1) in between -0.5 to 0.5. For example for test 1, time between -0.5 to 0.5 is 12.Is this something doable in summary table or formula? What would be the right script for this? Any help is highly appreciated. Thank...

    yuedeng1015 yuedeng1015
    Discussions |
    Dec 30, 2020 9:55 AM
    1790 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