cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Define factors constrains

    Hi everyone! I have a simple DoE with two continuous factors (Holes and HoleDia) and I have a constrain that is: Holes * HoleDia^2 muste be smaller than 72000000.   Now, I wrote the following expression in the Disallowed combinations script but I still get a combination which is >72000000. :Name(Holes) * :Name(HoleDia) ^ 2 ) >= 72000000.  

    PaoloMai94 PaoloMai94
    Discussions |
    Nov 3, 2025 6:34 AM
    375 views | 4 replies
  • How do I apply different error intervals to different lines (or series of points) in Graph Builder?

    Hello, I'm building a graph in JMP 19. I have measured a parameter (DAR) for four samples over a number of days. I also have a reportable error on my parameter which I've measure as 2.8% of the measured DAR. I'm plotting the DAR over time with a separate line per sample, so it looks like this: My problem is that I can't manage to associate different error intervals to different lines (or series o...

    paoladl paoladl
    Discussions |
    Nov 3, 2025 2:44 AM
    194 views | 2 replies
  • How do I set up a constraint when using Bayesian Optimization?

    Hi, I have been evaluating the Bayesian Optimization platform with some success.   In order to run trials quickly I have been using SigmaZones's virtual catapult         Six Sigma Virtual Catapult - SigmaZone BO was very efficient in achieving the targets set in the exercises for up to 4 input factors (9 total runs from a 4-factor experiment).   I attempted to evaluate performance using 5 factors ...

    jpol jpol
    Discussions |
    Nov 2, 2025 10:38 PM
    828 views | 10 replies
  • Why Include Replicates In DoE? (Design Comparison)

    Hi, I understand the concept of what design replicates are supposed to do (Help with). Run replicates allow for understanding of general experimental error (Noise?). However, when you compare custom designs generated with and without replicates (When maintaining the same total run number) you find that in most (if not all) cases, the design without replicates outperforms the design with replicates...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Nov 1, 2025 11:50 PM
    457 views | 4 replies
  • Throw() with traceback flag within a sub-function crashes JMP

    I 've encountered the following issue (minimal example below). Is this a bug or am I missing something? (Windows 11, JMP 18.0)

    The following script crashes JMP instead of simply throwing the error: Names Default To Here(1); f = Function( {}, { sub_f }, sub_f = Function( {}, If( 1, Throw( "thrown", 1 ) ); Return( "ok" ) ); Return( sub_f() ) ); f() In contrast to the above, without th...

    AlterEgo AlterEgo
    Discussions |
    Oct 31, 2025 6:40 PM
    187 views | 1 replies

Latest Discussions

  • Throw() with traceback flag within a sub-function crashes JMP

    I 've encountered the following issue (minimal example below). Is this a bug or am I missing something? (Windows 11, JMP 18.0)

    The following script crashes JMP instead of simply throwing the error: Names Default To Here(1); f = Function( {}, { sub_f }, sub_f = Function( {}, If( 1, Throw( "thrown", 1 ) ); Return( "ok" ) ); Return( sub_f() ) ); f() In contrast to the above, without th...

    AlterEgo AlterEgo
    Discussions |
    Oct 31, 2025 6:40 PM
    187 views | 1 replies
  • how to generate this graph in Graph Builder?

    How to generate a plot in Graph Builder with: color & fit  = Latitude binmarker = Station like this one:   The plot doesn't look fancy, but most JMP uses will get stuck when they try to adjust the markers.
    STATION is used as Color - and "therefore" the user is only allowed to change the color:

    Sure, everybody knows a JMP expert - and they will help with a  workaround [what is your favorite one?].

    ...

    hogi hogi
    Discussions |
    Oct 31, 2025 9:55 AM
    484 views | 5 replies
  • contour plot design

    hi all,  thanks for help in my previous questions. everything worked very well and now i reached the data analysis.  so i could plot my data in contour plot (figure a) but when i wanted to get it shaded, i went to graph and selected contour plot but the shap was completely different (figure b).  figure a    figure b   how to get figure a but in colo shades like in figure b??? as it is easier for...

    NourNashed NourNashed
    Discussions |
    Oct 31, 2025 5:28 AM
    311 views | 3 replies
  • Scripting the same output for all levels of a categorical variable

    Hi, I have a script that performs some calculations, runs some platforms and extracts certain output, and then builds a tab box in a new window. I want to do all of this for each level of some categorical variable that the user specified in my dialog box.   Currently I create individual subsets of the data based on my grouping variable, and then loop through each of those datasets: dtSubset = dt ...

    rcast15 rcast15
    Discussions |
    Oct 30, 2025 10:53 AM
    603 views | 6 replies
  • Windows 11 > JMP 17.2 > Fit Model > Contrasts > How to Build a Contrast Matrix with More Columns than Conditions?

    Hi JMP Community, When building contrasts in a Regular Least Squares Fit Model analysis, the number of columns (i.e., discrete contrasts) is limited to the number of conditions (i.e., number of items produced by the combinations of all parameters). In many cases, I'd like to create more contrasts than conditions (i.e., comparisons of multiple pairs of factor combinations)  Example: VAR1 = A, B, C ...

    Thierry_S Thierry_S
    Discussions |
    Oct 30, 2025 9:04 AM
    160 views | 0 replies

Latest Discussions

  • Windows 11 > JMP 17.2 > Fit Model > Contrasts > How to Build a Contrast Matrix with More Columns than Conditions?

    Hi JMP Community, When building contrasts in a Regular Least Squares Fit Model analysis, the number of columns (i.e., discrete contrasts) is limited to the number of conditions (i.e., number of items produced by the combinations of all parameters). In many cases, I'd like to create more contrasts than conditions (i.e., comparisons of multiple pairs of factor combinations)  Example: VAR1 = A, B, C ...

    Thierry_S Thierry_S
    Discussions |
    Oct 30, 2025 9:04 AM
    160 views | 0 replies
  • QQ Plot behavior under factor coding and no-intercept model

    Hi everyone, When I fit a model in JMP using factor coding and set the model to no intercept, I noticed that the residual normal quantile plot (QQ plot) behaves differently compared to the version with an intercept. Specifically, the residuals and the fitted “robust fit line” in the QQ plot seem to shift vertically, and even after centering the residuals, the slope of the fitted line changes sligh...

    happy happy
    Discussions |
    Oct 30, 2025 4:56 AM
    206 views | 0 replies
  • How to fit a model with random effect using Nonlinear platform

    May I ask a question: In “Random Effect Model.jmp”, where the response is Y, X is a fixed effect, and Z is a random effect, how to fit the corresponding model using “Nonlinear” Platform? "Example 23.13" in the book “Statistical Methods for Reliability Data, Second Edition” is an example of accelerated life test data analysis that includes random effect,I don't know how to perform the analysis, I w...

    Rily_Maya Rily_Maya
    Discussions |
    Oct 26, 2025 4:09 AM
    184 views | 0 replies
  • WINDOWS > JMP 17.2 > Custom Report Window > Save Presentation ==> Only portion saved to PPTX

    Hi JMP Community, I built a simple report with a graph builder plot, a multicolumn text section, and a summary section (see below)  that I would like to export to PowerPoint. While I can save this report as a PDF without any problems, when I save it as a Presentation/PowerPoint manually or within the script, JMP generates slides that only contain the plot section and none of the text (GO GENES and...

    Thierry_S Thierry_S
    Discussions |
    Oct 20, 2025 8:06 AM
    236 views | 0 replies
  • How do I get z-scores for each protein in the Longitudinal dataset? (JMP Pro 18 Free Student Edition)

    For context, I am running analyses on a proteomics experiment. I have two datasets: Intraday (comparing AM to PM), and Longitudinal (comparing Day 0 to Day 30 to Day 90) for protein concentration. For Intraday, I have 600 proteins I am looking at. For Longitudinal, I have 68. I want to find out the magnitude of change between the time points for each protein, so I am trying to find z-scores. I am ...

    CompositeLemur6 CompositeLemur6
    Discussions |
    Oct 19, 2025 3:48 PM
    268 views | 0 replies
view all discussions