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

  • Extracting the script behind addins

    Is there any way I can extract the script behind add ins like the Table Attributes add in or Limits to data table add in? 

    Aam_jmp Aam_jmp
    Discussions |
    Oct 10, 2018 7:05 PM
    7425 views | 3 replies
  • In Split data table fucntion, how to input variable in "Remaining Columns" ?

    Hi,I am making a script where the user inputs columns using a GUI and then the script splits the input table and make some correlation plots. The user input is very similar to the what the regular JMP Split function needs. My code for splitting looks something below, where remcol = "Drop all" or remcol="Keep all", depending on the user input. Splitdt = dt << Split( Split(Eval...

    shaira shaira
    Discussions |
    Oct 10, 2018 7:02 PM
    4953 views | 2 replies
  • Parse XML Help

    All, 
       I have some XML, I would like to parse using JSL. I am not familiar with XML, so pardon my ignorance. 
       <Table><Rule DayName=\!"Sunday\!" Val1=\!"1\!"/>    What I tried is the following:  Parse XML( Test, On Element( "Table", Start Tag( New Table( XML Attr( "Table" ) ) ) ), On Element("Rule",End Tag( New Column( XML Attr( "DayName" ), Set Values( Parse( XML Text() ) ) ) ) ) );  I...

    uday_guntupalli uday_guntupalli
    Discussions |
    Oct 10, 2018 6:43 PM
    4610 views | 1 replies
  • Prevent window scrolling when adding display boxes

    Is there a way to prevent a window from scrolling to the location of added boxes?  In the following example script, pressing the "Add Spline" button will add a new spline with half the lambda value from the one before, and after pressing the button 6 or so times, the window scrolls away from the graph to the location of the newly added control spline. This is an example -- the solution IS NOT to s...

    LaserRasin LaserRasin
    Discussions |
    Oct 10, 2018 5:59 PM
    9815 views | 6 replies
  • Percentage for each row

    Hello, I am trying to find the percentage of fail for each membrane lot base on the count of fail to pass for each number of rows for the specific membrane lot number. 

    padhikari padhikari
    Discussions |
    Oct 10, 2018 2:17 PM
    7018 views | 3 replies

Latest Discussions

  • Extracting the script behind addins

    Is there any way I can extract the script behind add ins like the Table Attributes add in or Limits to data table add in? 

    Aam_jmp Aam_jmp
    Discussions |
    Oct 10, 2018 7:05 PM
    7425 views | 3 replies
  • How to calculate the variance of the weighted sum of >10 components

    Perl https://stats.stackexchange.com/questions/5392/variance-of-two-weighted-random-variables; the variance of A+B is:  Thus, one would imagine that the calculation of the weighted sum of >10 components will be very very complicated. Was wondering whether JMP has an easy way to perform the calculation. Thanks! 

    ILoveJMP ILoveJMP
    Discussions |
    Oct 10, 2018 9:55 AM
    11724 views | 5 replies
  • DOE L18 Design matrix

    Hi, I am running a Screening Design of experiment to identify the key factors affecting the output variable. The DOE includes 7 factors. Out of which 6 factors have 2 levels and 1 factor has 3 level. JMP is suggesting the L18 Hunter design matrix. But if I review the design matrix two of the runs (15 & 17, 16 & 18 in attached picture) have the same factor settings. Can you suggest why this is the ...

    tahirawan11 tahirawan11
    Discussions |
    Oct 10, 2018 1:09 AM
    3902 views | 2 replies
  • how to generate an interaction plot based on parameter estimate output?

     I am analyzing a set of data about graph performance. I am comparing surface graphs with non surface graphs. In this analysis I have two tasks, A and B. I'm measuring the absloute difference (=participant's answer-correct answer). ABSDifference is ranging from 0 to 100. Its distribution is like a half normal distribution. To analyze this dataset, I used Fit Model, ABS differnce as Y by Graph and ...

    samanb samanb
    Discussions |
    Oct 9, 2018 1:06 PM
    4716 views | 3 replies
  • Combining two Data files

    Hello Everyone,  I have two separate data files (one for eye movements and one for performance on a task). I want to combine these two data files into one file so that I can analyze them with one another, but am running into troubles on how to get started.  The two data files have nothing but the participant file name in common and have varying amounts of responses per participants (ie. The eye mo...

    tlsimons tlsimons
    Discussions |
    Oct 8, 2018 7:34 AM
    18777 views | 34 replies

Latest Discussions

  • how to change the type and color of lines in graph

    I am trying to show line of fit in graph builder for several sets of data. The data table have many columns, I want to show the column(i) vs column(1).Every column can  be grouped by A1 & a, also can  be grouped by B1 & b, but except column(1). The follow is the chart about column(2) vs column(1):  I use the follow script to change the type of lines:Dispatch( {}, "400", ScaleBox, {Legend Model( 8,...

    Yu Yu
    Discussions |
    Sep 25, 2018 2:34 AM
    3631 views | 0 replies
  • Mean separation letter from test slices

    Hello!

    How do I get the mean separation letter in for each level of a factor when interaction is significant? For example, if I have A*B interaction and I want to get the mean separation of B at each level of A, how do I get the LSD letters in JMP? I can do test slices and that will use the DF of the full analysis, but this does not shows which mean of B differs. If I do multiple comparison: How ca...

    jfranc19 jfranc19
    Discussions |
    Sep 14, 2018 2:35 PM
    2455 views | 0 replies
  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3433 views | 0 replies
  • Time Series - Prewhiten

    Hello Everyone, My question pertains to understanding what the terminology in JMP's prewhiten platform means.Also, understanding how that helps me determine an appropriate Transfer Function that I can use to test whether x causes y. JMP's prewhiten output shows three different ACF's labeled "Prewhiten Corr", "Noise AutoCorr", & "Noise Partial AutoCorr".
    What is the Prewhiten Corr, Noise AutoCorr, &...

    nopon649 nopon649
    Discussions |
    Jun 7, 2018 11:10 PM
    2467 views | 0 replies
  • Fit Spline By Group: Save Spline Coefficients to Column?

    Hi all--having an issue.  I am using Fit Y by X to fit 5,000 separate regressions.  I hold control, select red drop-down arrow, and Fit->Flexible, Fit->Spline and select, say, 0.1.   This fits a spline to all 5,000 graphs with lambda of 0.1.  I have 28 X values in each of 5,000 graphs, and I understand there are 4 different spline coefficients (A, B, C, D).  I understand if I just had 1 regression...

    M0gAl0g M0gAl0g
    Discussions |
    Jun 5, 2018 3:19 PM
    3023 views | 0 replies
view all discussions