cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to visualize new vectors in a PCA biplot

    I created a PCA model to reduce 3 dimensions (3 numerical attributes describing the object set) to 2 for the express purpose of visualization.  The model was created from the set of objects assumed to cover the feature space of interest. Is it possible to project new cases onto the original biplot so that their placement relative to the original set is seen? I would think this may be done since co...

    TCM TCM
    Discussions |
    Mar 8, 2021 10:45 AM
    2695 views | 2 replies
  • 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
    1146 views | 1 replies
  • How to show failure rate in summary statistics (e.g. percentage of cells in a column with value larger than a given number)?

    For example, snapshot below is the statistics of a column of values. There are mean/Std Dev etc in the Summery Statistics. I want to add another variable called failure rate, which is defined as the number of cells out of the total N (=1079) which has value larger than a give number, e.g. 99.5. How can I do that? Thanks.  

    fireonthesea fireonthesea
    Discussions |
    Mar 8, 2021 5:52 AM
    3137 views | 3 replies
  • How to use what is returned from "get Scriptable Objects"

    Hello everyone,I was wondering how I can use what is returned from Getting a Scriptable object. For example, I have this code that I use with the distribution platformbiv={}; Biv1={}; Biv2={}; Biv3={}; test=0; Biv1 = Current Report()[OutlineBox(1)] << Get Scriptable Object; Biv2 = Current Report()[OutlineBox(2)] << Get Scriptable Object; Biv3 = Current Report()[OutlineBox(3)] << Get Scriptable Ob...

    shampton82 shampton82
    Discussions |
    Mar 8, 2021 1:44 AM
    3257 views | 4 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
    1307 views | 2 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
    1146 views | 1 replies
  • How to show failure rate in summary statistics (e.g. percentage of cells in a column with value larger than a given number)?

    For example, snapshot below is the statistics of a column of values. There are mean/Std Dev etc in the Summery Statistics. I want to add another variable called failure rate, which is defined as the number of cells out of the total N (=1079) which has value larger than a give number, e.g. 99.5. How can I do that? Thanks.  

    fireonthesea fireonthesea
    Discussions |
    Mar 8, 2021 5:52 AM
    3137 views | 3 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
    1307 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
    3100 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
    1462 views | 2 replies

Latest Discussions

view all discussions