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

  • JMP script for a user select Y, response columns for Fit Y by X

    Hi,  I'm trying to write a script that user can select columns for 'Y, response', 'X, Factor', and 'By' for Fit Y by X or Bivariate. I figured out that I can use 'Column Dialog' function to select Y, X, and By using below script. But, I could not write a script to plot Fit Y by X with selected columns. It would be really appreciated if anyone can help to make a full script. Thanks in advance.  Reg...

    hwchoi0109 hwchoi0109
    Discussions |
    Mar 8, 2021 10:41 AM
    1105 views | 1 replies
  • Sequentially exclude rows?

    Hi.  Is there a command to exclude rows that doesn't also unexclude previously excluded rows?  In my script, I'd like to exclude rows in a table that already may have some of these rows excluded.  The problem is that if I use Exclude, it may actually Unexclude previously excluded rows.  For example:Names Default To Here(1); dt = Open("$SAMPLE_DATA/Big Class.jmp"); dt << Clear Row States; r = dt <<...

    nikles nikles
    Discussions |
    Mar 8, 2021 12:35 AM
    1267 views | 2 replies
  • Tweak a model before running fit model, list box not respecting special column names

    I’m looking to build a copy of this model effects dialog from fit model: Goal is to build a script that will read in this effects expression from the model script that DOE saves in the table, allow people to tweak the effect expression and then run some analysis using fit model with the new effects expression.If you run the dialog in below script, you will see that it reads in the effects expressi...

    pauldeen pauldeen
    Discussions |
    Mar 7, 2021 10:59 PM
    3028 views | 6 replies
  • Using loop variable as column input

    Hello,   I am wondering if it possible to use my for loop variable, i, as an input for a new column, depending on the value of another column.  Here is what I am thinking, but cannot get to work. dt << New Column("Site", Numeric, Formula(    For(i = 1, i <= 8, i++,       If(Contains(:Column1, i), i);    ) ));  

    wyatt_dunn wyatt_dunn
    Discussions |
    Mar 5, 2021 1:10 AM
    1418 views | 2 replies
  • How to color code by sample type in a PCA?

    I am novice at JMP, and I am making my first PCA that I would like to color code by sample type (treatment) ... but I cannot figure out how. Any advice?My study compares a variety (15+) of carbon composition metrics of the leaves, litter, and soil of two different plant species in rivers versus creeks -- overall that is 12 sample types, or treatments.Any help would be greatly appreciated!I have JM...

    harvestnoon harvestnoon
    Discussions |
    Mar 4, 2021 10:14 PM
    3198 views | 1 replies

Latest Discussions

  • JMP script for a user select Y, response columns for Fit Y by X

    Hi,  I'm trying to write a script that user can select columns for 'Y, response', 'X, Factor', and 'By' for Fit Y by X or Bivariate. I figured out that I can use 'Column Dialog' function to select Y, X, and By using below script. But, I could not write a script to plot Fit Y by X with selected columns. It would be really appreciated if anyone can help to make a full script. Thanks in advance.  Reg...

    hwchoi0109 hwchoi0109
    Discussions |
    Mar 8, 2021 10:41 AM
    1105 views | 1 replies
  • Sequentially exclude rows?

    Hi.  Is there a command to exclude rows that doesn't also unexclude previously excluded rows?  In my script, I'd like to exclude rows in a table that already may have some of these rows excluded.  The problem is that if I use Exclude, it may actually Unexclude previously excluded rows.  For example:Names Default To Here(1); dt = Open("$SAMPLE_DATA/Big Class.jmp"); dt << Clear Row States; r = dt <<...

    nikles nikles
    Discussions |
    Mar 8, 2021 12:35 AM
    1267 views | 2 replies
  • Tweak a model before running fit model, list box not respecting special column names

    I’m looking to build a copy of this model effects dialog from fit model: Goal is to build a script that will read in this effects expression from the model script that DOE saves in the table, allow people to tweak the effect expression and then run some analysis using fit model with the new effects expression.If you run the dialog in below script, you will see that it reads in the effects expressi...

    pauldeen pauldeen
    Discussions |
    Mar 7, 2021 10:59 PM
    3028 views | 6 replies
  • Using loop variable as column input

    Hello,   I am wondering if it possible to use my for loop variable, i, as an input for a new column, depending on the value of another column.  Here is what I am thinking, but cannot get to work. dt << New Column("Site", Numeric, Formula(    For(i = 1, i <= 8, i++,       If(Contains(:Column1, i), i);    ) ));  

    wyatt_dunn wyatt_dunn
    Discussions |
    Mar 5, 2021 1:10 AM
    1418 views | 2 replies
  • How to color code by sample type in a PCA?

    I am novice at JMP, and I am making my first PCA that I would like to color code by sample type (treatment) ... but I cannot figure out how. Any advice?My study compares a variety (15+) of carbon composition metrics of the leaves, litter, and soil of two different plant species in rivers versus creeks -- overall that is 12 sample types, or treatments.Any help would be greatly appreciated!I have JM...

    harvestnoon harvestnoon
    Discussions |
    Mar 4, 2021 10:14 PM
    3198 views | 1 replies

Latest Discussions

view all discussions