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

  • JMP15 modal window with check box behavior

    OK so I have code that worked fine in JMP 14, it went like this:   ithead = "EAR Configuration for Factor Cross Plots"; itprompt = "Select to Include EAR warning on Factor Cross Plots."; itwarn = "WARNING – This document contains technical data classified under the Commerce Control List and assigned Export Control Classification Number (ECCN) 0A606.x and 0E606. "; //determine if itar/ear warning ...

    jheadley jheadley
    Discussions |
    May 19, 2021 4:59 PM
    2696 views | 4 replies
  • Can I define/constrain number of runs for each level of a categorical factor in custom design?

    Dear JMP community, I am in the processing of exploring the JMP and trying to make it work out a custom design for a bioprocess involved with 3 continuous factors and two categorical factors and some factor constrains. I would like to group same number of runs into each level of one of two categorical factors (6 levels in total, it is a "vessel"-like factor to contain different runs essentially). ...

    modelcitizen89 modelcitizen89
    Discussions |
    May 19, 2021 12:22 PM
    2505 views | 4 replies
  • DoE custom designs - include factors that are mutually exclusive

    Hi JMP community.   I just started my DoE journey on JMP recently. Sorry if I am missing anything obvious here.    I am trying to work out a DOE design of a biological process that have 4-5 factors. Factor A, B and C are mutually exclusive e.g. if factor A is present then B and C are not, vice versa.   I have found a previous discussion here in the community Defining Factor Constraints in Custom D...

    modelcitizen89 modelcitizen89
    Discussions |
    May 19, 2021 5:51 AM
    3291 views | 4 replies
  • Constrained variables query

    Hi,Can anyone advise a simple way to indicate that either a factor or an effect is constrained within limits ?  Examples would include numbers expressed as %'s which must therefore lie between 0 & 100, such as Purity or the Yield of a reaction.  This would be especially useful if it can be applied to a data table column, for example, rather than needing to be built into a custom design, thus enabl...

    NickT NickT
    Discussions |
    May 18, 2021 11:54 PM
    1992 views | 4 replies
  • How to connect formulas to dedicated colums instead of row number

    Hey everybody,From my predecessor I inherit some data files with these kind of formulas (see also attached file):
     Match( :Phase, "Preparation", (:Date_time[2] - :Date_time[1]) / 3600, "Cultivation", (:Date_time[5] - :Date_time[3]) / 3600, "Harvest", (:Date_time[7] - :Date_time[6]) / 3600 )   I would like to exchange the row numbers with dedicated Timepoints, so that it doesn't matter at what ro...

    mkunzi mkunzi
    Discussions |
    May 18, 2021 6:43 AM
    1543 views | 2 replies

Latest Discussions

  • Constrained variables query

    Hi,Can anyone advise a simple way to indicate that either a factor or an effect is constrained within limits ?  Examples would include numbers expressed as %'s which must therefore lie between 0 & 100, such as Purity or the Yield of a reaction.  This would be especially useful if it can be applied to a data table column, for example, rather than needing to be built into a custom design, thus enabl...

    NickT NickT
    Discussions |
    May 18, 2021 11:54 PM
    1992 views | 4 replies
  • Screen for important effects from multiple nominal variables with 1 continuous response, using historical data

    Hello,I'm new to JMP and I'm learning about statistical analysis. I would like some pointers on what I'm trying to achieve.  Let's say I am working on expressing a protein using a bacteria. 
    I have one response : Yield (mg/mL)I have multiple (nominal) elements regulating the expression in the bacteria : - Type of expression promoters : PromA, PromB, PromC, PromD, ... etc (I have 20+ choices) - Type...

    Marie-Eve Marie-Eve
    Discussions |
    May 18, 2021 6:37 AM
    2713 views | 5 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
    1076 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
    3694 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
    3359 views | 4 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
    3917 views | 0 replies
view all discussions