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

  • No quadratic effects in Response surface experiment

    JMP Pro  So for an assignement an optimilisation problem has to be solved but i can't seem to enter quadratic effects. First i thought i didn't have enough runs but even after gathering data from 80 runs the quadratic effects stayed on zero( see screenshot). Even though you can an estimate for the effect Mf*Mf , the effect remains very small and doesnt getting noticed by JMP after coding. The data...

    Giel Giel
    Discussions |
    May 16, 2021 9:02 AM
    3897 views | 3 replies
  • How to specify a DOE constraint with a categorical and continuous factor?

    In a DOE HPLC optimization study I have a two level categorical factor column (A & B) and a continuous factor flowrate. For column A the flowrate range is 0,5 - 2 ml/min but for flowrate B the range is more narrow i.e. 0,5 - 1 ml/min. How can I make a constraint so that there are no combinations column B with flowrate > 1 ml/min?

    frankderuyck frankderuyck
    Discussions |
    May 15, 2021 5:36 AM
    1490 views | 2 replies
  • Input string variable that is the header for the column, and plot that column as Y axis

    I am trying to manually input a string variable that matches to one of the header of the columns so I can plot specifically choose column to plot on Y axis as needed. My script is below, but it doesn't seem to work. Hope someone can help.   User_Input = New Window( "Enter Lot Number", <<modal(), H List Box( Text Box( "Enter Lot Number:" ), lot_num_teb = Text Edit Box( "", <<set width( 200 ) ...

    aaronjiang aaronjiang
    Discussions |
    May 15, 2021 1:00 AM
    1077 views | 1 replies
  • How to add data values to a table in a for loop using Select Columns Where to make a new overall data table of target data

    For( date = date_array << First, !Is Empty( date ), date = date_array << Next( date ), //looping through date_array's keys is clunky but done this way in JMP dt << Select Columns( :Timepoint, :Target Channel, :Run date ), Where(:Timepoint == date); dt << Subset( ( Selected Rows ), Output Table Name( "Subset" ));
    );
    I wish to add, progressively, through each iteration of a for loop, data specifie...

    mostarr mostarr
    Discussions |
    May 12, 2021 1:35 AM
    3701 views | 5 replies
  • help with disallowed combinations for Custom DOE

    Hi, I'm trying to design a split-plot experiment (4 hard-to-change (HTC) and 1 easy-to-change (ETC) variable) that involves existing hardware, so I've set the role of the four HTC variables as "discrete numeric" in the design.  Each of HTC variables (let's call them A, B, C, D) has three values representing the low, middle, and high levels (let's call the values 1, 2, 3 - but they are numeric, not...

    mnrhode mnrhode
    Discussions |
    May 10, 2021 10:55 AM
    4276 views | 5 replies

Latest Discussions

  • Input string variable that is the header for the column, and plot that column as Y axis

    I am trying to manually input a string variable that matches to one of the header of the columns so I can plot specifically choose column to plot on Y axis as needed. My script is below, but it doesn't seem to work. Hope someone can help.   User_Input = New Window( "Enter Lot Number", <<modal(), H List Box( Text Box( "Enter Lot Number:" ), lot_num_teb = Text Edit Box( "", <<set width( 200 ) ...

    aaronjiang aaronjiang
    Discussions |
    May 15, 2021 1:00 AM
    1077 views | 1 replies
  • How to add data values to a table in a for loop using Select Columns Where to make a new overall data table of target data

    For( date = date_array << First, !Is Empty( date ), date = date_array << Next( date ), //looping through date_array's keys is clunky but done this way in JMP dt << Select Columns( :Timepoint, :Target Channel, :Run date ), Where(:Timepoint == date); dt << Subset( ( Selected Rows ), Output Table Name( "Subset" ));
    );
    I wish to add, progressively, through each iteration of a for loop, data specifie...

    mostarr mostarr
    Discussions |
    May 12, 2021 1:35 AM
    3701 views | 5 replies
  • Target Index/alternatives for Process Screening

    For some dumb reason I was thinking that Target Index normalized on the Spec window, and I'm realizing now that it normalizes on the within sigma, which is a problem as I have a lot of mathematically significant signals that aren't practically significant.  So, couple quick questions.    If you provide a specified sigma will the Target Index use that instead of within?  That will at least standard...

    Evan_Morris Evan_Morris
    Discussions |
    May 7, 2021 1:55 PM
    3362 views | 4 replies
  • Extracting slope from Fit Special

    I have two variables X & Y that I fitted a line with the y - intercept constrained to 0.I need the slope value from this line for a subsequent calculation.Is there anyway to save this slope value in a column so that I can use it for the subsequent calculation.Bivariate(
    Y( :Y ),
    X( :X ),
    Fit Special( Intercept( 0 ),

    jakinsanya jakinsanya
    Discussions |
    May 6, 2021 5:35 AM
    3249 views | 2 replies
  • definitive screening, modeling help / feedback

    Hi Everyone!
    I am realtively new to JMP and would like to ask if I could get some feedback / answers to a few question. I am quite sure some of them are based in a lack of understanding on my side, so please be patient.... ;) I have of course tried to find answers first in documentation and training videos but I'm still left with this.

    At work, I recently took over the development of growth media fo...

    emanuelx emanuelx
    Discussions |
    May 2, 2021 7:24 AM
    1762 views | 2 replies

Latest Discussions

  • Sub-sampling data analysis in JMP

    In Biology (Plant Sci. and Agriculture) usually we have sub-sampling data for replicates. It's very difficult to analyze these data in commonly use Stat S/W (SPSS/Minitab) because MSS(Error) is calculating wrongly.  Without taking averages of samsamples, the easiest S/W for this is using JMP and I need some assistance for this. I've found very useful Youtube video about subsampling in JMP  (CRD: S...

    Kynda Kynda
    Discussions |
    Nov 15, 2017 2:32 PM
    3925 views | 0 replies
view all discussions