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

  • 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
    1067 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
    2738 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
    1547 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
    2120 views | 4 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
    2222 views | 3 replies

Latest Discussions

  • 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
    1067 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
    2738 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
    2222 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
    12818 views | 11 replies
  • Create composite variable (factor)

    Hi, I am creating a measurement scale and want to do SEM. On the other hand, I cannot find how to create a composite variable (factor), that is to say which groups the items of the dimension together. Can someone please help me?  Thank you,  Nataly

    NatalyLevesque NatalyLevesque
    Discussions |
    Jan 14, 2021 10:24 AM
    2185 views | 1 replies

Latest Discussions

view all discussions