cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Due to global connectivity issues impacting AWS Services, users may experience unexpected errors while attempting to authorize JMP. Please try again later or contact support@jmp.com to be notified once all issues are resolved.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Where did the variability chart toolbar item go and how to get it back please?

    JMP 14, the variability chart button is gone from the analyze toolbar. (why do you have to change things)   How to get it back please?I have tried cutomize toolbars, but there are no option to add anything, just empty 

    mattpace0 mattpace0
    Discussions |
    Mar 8, 2021 12:47 PM
    17093 views | 10 replies
  • Do "work" when you select an item in the Data Filter

    I am having trouble figuring out how to do "work" when you select a item in the data filter. When i select a condition I would like the script to go to my Limits Table and then populate an expression that i use for a Graphics Script. This will change based on the "where" statement from the data filter. I don't know how to get the script to trigger this action or how do you delete it if i were to c...

    Yngeinstn Yngeinstn
    Discussions |
    Mar 8, 2021 10:53 AM
    1066 views | 1 replies
  • Sizing input boxes

    I made a script to line up columns to proper names and the format showed up nice like this:Then I tried to add a check box to the right hand side and now the column name boxes are different widths. Any input on what I need to change to get it to look like the first image(all the boxes the same size) just with the check boxes on the end of each row?  Names Default To Here(1); dt=current datatable(...

    shampton82 shampton82
    Discussions |
    Mar 8, 2021 10:50 AM
    1288 views | 1 replies
  • 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
    2358 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
    991 views | 1 replies

Latest Discussions

  • Where did the variability chart toolbar item go and how to get it back please?

    JMP 14, the variability chart button is gone from the analyze toolbar. (why do you have to change things)   How to get it back please?I have tried cutomize toolbars, but there are no option to add anything, just empty 

    mattpace0 mattpace0
    Discussions |
    Mar 8, 2021 12:47 PM
    17093 views | 10 replies
  • Do "work" when you select an item in the Data Filter

    I am having trouble figuring out how to do "work" when you select a item in the data filter. When i select a condition I would like the script to go to my Limits Table and then populate an expression that i use for a Graphics Script. This will change based on the "where" statement from the data filter. I don't know how to get the script to trigger this action or how do you delete it if i were to c...

    Yngeinstn Yngeinstn
    Discussions |
    Mar 8, 2021 10:53 AM
    1066 views | 1 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
    991 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
    2815 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
    1134 views | 2 replies

Latest Discussions

view all discussions