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

  • Blocking in JMP

    I have a set of data where I want to perform a three-way ANOVA in JMP. My experiment has three factors (A, B, C) with response (Y). Each factor has two levels (-1, 1) and two replicates are run. I used "Analyze" -> "Fit Model" and select "Full Factorial" to obtain my three-factor ANOVA. However, I am trying to perform a second test where I block the replicates. How would I go about doing this? Wou...

    kwyl22 kwyl22
    Discussions |
    Oct 30, 2018 3:54 AM
    13089 views | 4 replies
  • I cannot find test median

    I study one mean tutorial. Actually before we do one mean test. We should check whether our data is normal or not. If normal ==> Mean testIf not normal ==> Median testAccording to candy data from tutorial, it is not normal from first picture below. Then we should go to median test instead of mean test. This is what I learn many years ago from my big customer. At that time may be JMP 3 or JMP 5At t...

    ThoYala ThoYala
    Discussions |
    Oct 30, 2018 2:38 AM
    5394 views | 3 replies
  • JSL script - After update table, run the embedded formula

    Hi,I am trying to update my existing table on column name "Capacity". As you can see in the picture below, once the Capacity column is updated, "Predicted_Shipment_1" column need to change the value according to the fomula embedded inside. However, once I run the script below, the value in "Predicted_Shipment_1" column does not change according to the updated Capacity column. Is there anything wro...

    ReginaHong ReginaHong
    Discussions |
    Oct 30, 2018 12:14 AM
    5776 views | 2 replies
  • enter value in specific cell

    Hello,new little problem.I would like to enter a value in a specific cell by1) row name2) column namefor exampleI would like to enter value 25 in cell      row (from col1) = 4     col = SYNCol1SYNMIS11021532045678best regardsLionel

    KinKame KinKame
    Discussions |
    Oct 29, 2018 2:27 PM
    22830 views | 10 replies
  • Contingency table and mosaic plot are not same orientation

    // For a contingency table report, swap the x and y // currently can swap the mosaic plot only Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); myr = Contingency( Y( :Age ), X( :sex ) ); // Have to have a Contingency Analysis report open // Can add test to make sure it is open in the future myr = Current Report(); // taking apart CrossTabBox was easier using XML than JSL ...

    Vball247 Vball247
    Discussions |
    Oct 29, 2018 2:18 PM
    3232 views | 0 replies

Latest Discussions

  • Blocking in JMP

    I have a set of data where I want to perform a three-way ANOVA in JMP. My experiment has three factors (A, B, C) with response (Y). Each factor has two levels (-1, 1) and two replicates are run. I used "Analyze" -> "Fit Model" and select "Full Factorial" to obtain my three-factor ANOVA. However, I am trying to perform a second test where I block the replicates. How would I go about doing this? Wou...

    kwyl22 kwyl22
    Discussions |
    Oct 30, 2018 3:54 AM
    13089 views | 4 replies
  • I cannot find test median

    I study one mean tutorial. Actually before we do one mean test. We should check whether our data is normal or not. If normal ==> Mean testIf not normal ==> Median testAccording to candy data from tutorial, it is not normal from first picture below. Then we should go to median test instead of mean test. This is what I learn many years ago from my big customer. At that time may be JMP 3 or JMP 5At t...

    ThoYala ThoYala
    Discussions |
    Oct 30, 2018 2:38 AM
    5394 views | 3 replies
  • Contingency table and mosaic plot are not same orientation

    // For a contingency table report, swap the x and y // currently can swap the mosaic plot only Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); myr = Contingency( Y( :Age ), X( :sex ) ); // Have to have a Contingency Analysis report open // Can add test to make sure it is open in the future myr = Current Report(); // taking apart CrossTabBox was easier using XML than JSL ...

    Vball247 Vball247
    Discussions |
    Oct 29, 2018 2:18 PM
    3232 views | 0 replies
  • how to adjust Bivariate plot x axis scale with weekly date/time data

    Hello everyone: This is my first posting. I am still a neophite with JSL and I've been trying to solve my problem for couple of days. Here is the problem setup... I have a datafile that I need to analyze every Friday. This datafile consists of a date/time log of some values captured real time. So every Friday, this datafile has a new date range. I wrote a script to plot this data in a bivariate pl...

    abpc1 abpc1
    Discussions |
    Oct 27, 2018 7:13 PM
    3018 views | 1 replies
  • Need help getting a MATLAB structure as a JMP data table

    I have the following JSL code where I call a MATLAB script, LTDmacroNew, and output a MATLAB structure, sensitivityResults. The MATLAB script saves a .mat file and generates some .png figures. JMP is connecting with MATLAB and doing all of that successfully, however it's only showing the first row of my structure.  Here is the MATLAB structure with 12 fields/columns and 19 rows However, the JMP da...

    thamilton thamilton
    Discussions |
    Oct 25, 2018 6:47 PM
    2617 views | 1 replies

Latest Discussions

  • Contingency table and mosaic plot are not same orientation

    // For a contingency table report, swap the x and y // currently can swap the mosaic plot only Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); myr = Contingency( Y( :Age ), X( :sex ) ); // Have to have a Contingency Analysis report open // Can add test to make sure it is open in the future myr = Current Report(); // taking apart CrossTabBox was easier using XML than JSL ...

    Vball247 Vball247
    Discussions |
    Oct 29, 2018 2:18 PM
    3232 views | 0 replies
  • 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
view all discussions