cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • JMP workflow - For Each Function

    I've got a JMP workflow that run steps on a JMP file and I'm trying to get it to run on multiple files at once. From what I've read I need to be using the For Each Function however I'm struggling to use it as it's constantly failing and I can't see much information about it on the website. Does anyone have any tips/guidance on how to apply it to my workflow please.

    DC246 DC246
    Discussions |
    Jan 14, 2026 7:10 AM
    132 views | 1 replies
  • Normalize a column

    TLDR: How do I normalize a column to itself?   See attached. I have: Column A = 0,1,2,3. Maybe think of this as like an ID numberColumn B. Think of this as a timestampColumn C. This is the data Now I want column D to have the data in Column C, ONLY when B=1. As you can see in the attached file, I have manually copy-pasted the yellow cells from C into D. Pasted over and over. Therefore when I do D...

    dnh234589 dnh234589
    Discussions |
    Jan 13, 2026 12:05 PM
    470 views | 11 replies
  • Why does the new window layout look different in JMP 19 compared to JMP 18?

    Upgraded from JMP 18 to JMP 19, and I noticed that the same custom window looks quite different between the two versions. In JMP 19, there seems to be a lot of extra spacing between elements, making the layout appear more spread out, whereas in JMP 18, the components are more compact and aligned.
    Is there a way to control or reduce the extra spacing so the layout looks similar to JMP 18?
     

    Jackie_ Jackie_
    Discussions |
    Jan 13, 2026 10:45 AM
    176 views | 1 replies
  • Functional Data Explorer's FDOE model flexibility

    I am using Functional Data Explorer in JMP Pro v19 to perform a Functional DOE analysis. One of my supplementary variables has three levels, and the platform defaults to including its quadratic term in the resulting Generalized Regression model.   Is it possible to specify the model terms in the FDOE Generalized Regression model (e.g. restrict the FDOE analysis to linear effects only)?  I see that...

    anchildress anchildress
    Discussions |
    Jan 13, 2026 6:24 AM
    184 views | 2 replies
  • Changing the scales of a graph box

    Hi I am wirking on a custom graph. I want to draw the graph similar to this:nw = New Window("Test",
    Outline Box( "Outline",
    gb = Graph Box(
    FrameSize( 600, 300),
    XName("X axis"),
    YName("Y axis"),
    X Scale( 0, 5*Pi() ),
    Y Scale( -1, 1 )
    )
    )
    );gb << Set Graphics Script(Y Function(Sin(x), x)); Now I want to change the scales of the graph. I can drag to change the size and scale of the graph, but how do I change...

    JesperJohansen JesperJohansen
    Discussions |
    Jan 13, 2026 4:04 AM
    8015 views | 9 replies

Latest Discussions

  • JMP workflow - For Each Function

    I've got a JMP workflow that run steps on a JMP file and I'm trying to get it to run on multiple files at once. From what I've read I need to be using the For Each Function however I'm struggling to use it as it's constantly failing and I can't see much information about it on the website. Does anyone have any tips/guidance on how to apply it to my workflow please.

    DC246 DC246
    Discussions |
    Jan 14, 2026 7:10 AM
    132 views | 1 replies
  • Why does the new window layout look different in JMP 19 compared to JMP 18?

    Upgraded from JMP 18 to JMP 19, and I noticed that the same custom window looks quite different between the two versions. In JMP 19, there seems to be a lot of extra spacing between elements, making the layout appear more spread out, whereas in JMP 18, the components are more compact and aligned.
    Is there a way to control or reduce the extra spacing so the layout looks similar to JMP 18?
     

    Jackie_ Jackie_
    Discussions |
    Jan 13, 2026 10:45 AM
    176 views | 1 replies
  • Setting limits of a factor based on a categorical variable

    Dear JMP!   We have recently purchased JMP Pro, and I want to utilize Bayesian optimalization. I would like to generate a starting set of points with a DoE with Fast Flexible Filling Design for the optimalization.  I have 2 responses and 5 factors, 1 of them is categorical (Dtype), 4 is continuous.  Based on the level of Dtype, I would like to set the limit of the factor D to different values (e.g...

    VarianceCivet85 VarianceCivet85
    Discussions |
    Jan 13, 2026 12:35 AM
    189 views | 1 replies
  • Update SPC Table with Process Details Table Data

    Currently have a license for JMP 19 (non-pro). My group's current process is to run an import script when a metrology tool produces output for a lot. Output data usually has Lot Number and Wafer ID. The data is concatenated to a table with previous measurements, our SPC Table. The user then has to manual update row values for columns in the SPC Table that track process details like Process Tool, E...

    Luis_HC Luis_HC
    Discussions |
    Jan 12, 2026 8:12 AM
    129 views | 1 replies
  • Installing python packages in JMP 19

    I was following the instructions in the online help to install python packages (pandas, numpy, ...) that I need for my scripts, but I am having trouble. When I run  Names Default To Here( 1 ); Python Install Packages( "pandas" ); (I needed to change to "" for it to work), I'm getting the error:

    import jmputils
    jmputils.jpip('install', 'pandas')
    /*:
    ERROR: Can not perform a '--user' install. User sit...

    Feli Feli
    Discussions |
    Jan 12, 2026 7:46 AM
    1777 views | 16 replies

Latest Discussions

  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    646 views | 0 replies
  • Analyzing and Interpreting a Mixture of Mixtures Model

    I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...

    bryantw bryantw
    Discussions |
    Dec 5, 2025 12:56 PM
    291 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    280 views | 0 replies
  • Calculating the missing values in AHP matrix

    Calculating the missing values in AHP matrix I have an incomplete AHP matrix, and I want to define the missing data using JMP, which method of screening values do you advice me to use, normal imputation,  SVD imputation, or RPCA imputation. My second question as one part of the AHP matrix is equal to 1 divided on the second part. How can I tell JMP that to screen only the half of missed value whic...

    NoSQLPlotPanda4 NoSQLPlotPanda4
    Discussions |
    Nov 16, 2025 10:48 PM
    387 views | 0 replies
  • How to correctly compute Odds Ratios from a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro?

    I am fitting a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro 18, with: binary outcome (1 = event, 0 = no event), several categorical predictors (factors), and a random intercept for subject ID to account for repeated measures / clustering. The model converges and produces a table of Fixed Effects Parameter Estimates, which includes: Estimate (β) Standard Error Lower / Uppe...

    eliyahu100 eliyahu100
    Discussions |
    Nov 16, 2025 10:51 AM
    331 views | 0 replies
view all discussions