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

  • Setting SPC control limits based on an initial set amount of data points in JMP?

    Hi fellow JMP users. 
    In Minitab when I wanted to set the Control limits for an SPC chart based on the first "x" amount data points (e.g. 10) I could do this very easily using the 'stage' feature. Any future data points over and above the initial stage would retain these control limits.
    Being relatively new to JMP I was curious how setting the control limits based on the first "x" amount of data poi...

    jpollock jpollock
    Discussions |
    Jan 15, 2021 4:38 AM
    1418 views | 1 replies
  • jsl script to recode multiple columns

    Dear All, I am trying to recode multiple columns by using the following script (also in attachment together with an example data table). I tried several changes but it does not work. The values in the columns just disappears instead of being recoded.  I appreciate any help. Many thanks,
    Marcello.     dt3 = Current Data Table(); n3 = dt3 << Get Column Names(); Show( n3 ); lstColNames_n3 = dt3 << Ge...

    MFVIT MFVIT
    Discussions |
    Jan 15, 2021 1:40 AM
    4566 views | 8 replies
  • Labeling data on split Y-axis

    JMP 15.1.0Sorry if this has been answered before. I have a graph built on graphbuilder with split y-axis (eg Temperature (y-axis1), Humidity (y-axis2) vs day). I want to add data labels showing the datapoint values for each series with its respective data (ie Temperature datapoints labeled with temperature values and Humidity datapoints labeled with humidity values). What I get is both series labe...

    howard_woo1 howard_woo1
    Discussions |
    Jan 14, 2021 10:19 PM
    2524 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
    12819 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
    2187 views | 1 replies

Latest Discussions

Latest Discussions

view all discussions