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

  • How to create a range control chart based on the median range and not the average range

    Is there any easy way to use JMP 13 to create a range chart based on the MEDIAN range and not the average range? (Hence the upper range limit would also be based on the median range as well.)If not I assume one option is to use the run chart and adapt it through scripts. I'd put the range values for all the subgroups into a list, find the median of this list, and then take it from there (i.e. addi...

    scottahindle scottahindle
    Discussions |
    Jan 18, 2021 8:41 AM
    8751 views | 10 replies
  • Shading graph area in multiple graphs simultaneously

    Hi All,In my work, we split the subject into multiple splits and check the variation of certain parameters in each split.Let's say we have 100 parameters which are being measured and 8 splits are there. Through JMP analysis, we get 100 graphs (for 100 parameters) with split on the x-axis.Now i want to shade a certain split in each graph. I checked various options but couldn't do them simultaneousl...

    Anup_Singh Anup_Singh
    Discussions |
    Jan 17, 2021 1:03 PM
    963 views | 1 replies
  • getting specific percentile rows from data

    Hi,I'm trying to figure it out how get top 25th percentile of row values from data. basically subset the original data with top 25th percentile of values. Tried this ; dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); top_25th_perc = dt << Summary( Group( :sex), Quantile( :height, .25 ), Freq( "None" ), Weight( "None" ), Link to original data table( 1 ), output table name( "t...

    joshua joshua
    Discussions |
    Jan 17, 2021 5:57 AM
    2540 views | 3 replies
  • Find columns similar to test column (one by many correlation)

    With 20,000 columns of continuous data, correlation of all by all is undesirable.  How to calculate correlation of all columns vs one column (many to one)?  to find similar columns.

    EugeneB EugeneB
    Discussions |
    Jan 16, 2021 11:06 AM
    1401 views | 2 replies
  • Save To Tall/Wide Spec Limits Table

    Hi.  I'm interested in saving the limits of a table to a new table using the "Save to tall spec limits table" or "Save to wide spec limits table" feature.  However when I try it, nothing happens.  Names Default to Here(1); dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp"); msl = dt << Manage Spec Limits(Y(:PNP1, :NPN1, :PNP2)); dtlim = msl << Save to Tall Limits Table; //Nothing happensDoes ...

    nikles nikles
    Discussions |
    Jan 15, 2021 9:41 AM
    1896 views | 4 replies

Latest Discussions

  • How to create a range control chart based on the median range and not the average range

    Is there any easy way to use JMP 13 to create a range chart based on the MEDIAN range and not the average range? (Hence the upper range limit would also be based on the median range as well.)If not I assume one option is to use the run chart and adapt it through scripts. I'd put the range values for all the subgroups into a list, find the median of this list, and then take it from there (i.e. addi...

    scottahindle scottahindle
    Discussions |
    Jan 18, 2021 8:41 AM
    8751 views | 10 replies
  • Shading graph area in multiple graphs simultaneously

    Hi All,In my work, we split the subject into multiple splits and check the variation of certain parameters in each split.Let's say we have 100 parameters which are being measured and 8 splits are there. Through JMP analysis, we get 100 graphs (for 100 parameters) with split on the x-axis.Now i want to shade a certain split in each graph. I checked various options but couldn't do them simultaneousl...

    Anup_Singh Anup_Singh
    Discussions |
    Jan 17, 2021 1:03 PM
    963 views | 1 replies
  • getting specific percentile rows from data

    Hi,I'm trying to figure it out how get top 25th percentile of row values from data. basically subset the original data with top 25th percentile of values. Tried this ; dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); top_25th_perc = dt << Summary( Group( :sex), Quantile( :height, .25 ), Freq( "None" ), Weight( "None" ), Link to original data table( 1 ), output table name( "t...

    joshua joshua
    Discussions |
    Jan 17, 2021 5:57 AM
    2540 views | 3 replies
  • delete rows with same values except...

    Hello to you, I have this table and I want to delete all duplicated rows based on "entity" and "layer" column value with one exception - I want that rows that have the value "set process allowed to" in "layer" column, will stay and not delete the duplications. Would like your help with it:  

    Stas Stas
    Discussions |
    Jan 15, 2021 5:42 AM
    2005 views | 3 replies
  • transpose list of lists (summarize()) without a for loop

    Can anyone think of a way to transpose a list of lists like what comes from the following script so that each row is grouped together instead of by column.  I know I can do it with a for loop but I'm wondering if there's anything better or less brute.     Names default to here(1); dt = open("$SAMPLE_DATA\Big Class.jmp"); summarize(dt, d = By(:age, :sex)); rows = nitems(d); cols = nitems(d[1]); s...

    vince_faller vince_faller
    Discussions |
    Jan 14, 2021 6:19 PM
    12307 views | 11 replies

Latest Discussions

view all discussions