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

  • How to assess factor effects in a Mixture-in-mixture experiment?

    I have three formulations A, B and C each is a mixture of three components c1, c2 and c3; the component fraction in each formulation is different. How to design a three formulation A/B/C mixture experiment so that the effect of each component c on a response variable Y can be assessed?

    frankderuyck frankderuyck
    Discussions |
    Feb 25, 2026 3:05 AM
    371 views | 4 replies
  • Accessing out of fold metrics for K-Fold CV

    Is there any way to access the out of fold metrics when using K-Fold CV with methods like Neural and SVM? As far as I know JMP only reports metrics from the best performing fold, which isn't very useful at all.

    CentroidError56 CentroidError56
    Discussions |
    Feb 25, 2026 1:54 AM
    353 views | 4 replies
  • Control chart builder JMP 19 - How to group together X axis values

    Hello, We migrated from JMP18 to JMP19 and noticed a change in behavior in the control chart builder. In the example below, I have a double X-axis with Sample first and then Product. I liked the fact that in JMP18 the values were grouped together, which made it more visually readable. I know that in this example the order is different because category A comes at the end, but let's assume that this...

    SophieCuvillier SophieCuvillier
    Discussions |
    Feb 25, 2026 12:41 AM
    399 views | 2 replies
  • Storing object references in a list

    Has anyone ever noticed when you store multiple object referances in a list you won't actually get the object referance....?

    e.g.   Namesdefault to here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = dt << Graph Builder( Variables( X( :height ), Y( :weight ) ), Elements( Points( X, Y ), Smoother( X, Y ) ) ); list = {}; list2 = {}; Insert Into(list, {gb, "test", "test2"}); Insert Into(list2...

    aharro aharro
    Discussions |
    Feb 24, 2026 4:12 PM
    247 views | 2 replies
  • Find columns containing a specific value

    I need to compile a list of all columns containing a specific value eg. 999

    SpannerHead SpannerHead
    Discussions |
    Feb 24, 2026 12:44 PM
    168 views | 1 replies

Latest Discussions

  • Find columns containing a specific value

    I need to compile a list of all columns containing a specific value eg. 999

    SpannerHead SpannerHead
    Discussions |
    Feb 24, 2026 12:44 PM
    168 views | 1 replies
  • values > 1 in Oneway Analysis: Compare Densities: what are they?

    In the simple Oneway analysis platform, there is an option to compare what I understood to be probability densities from x conditions, along with the CDF.   However, the y-axis scale is ... confusing, in that it goes above 1 (as shown in fig).   And in fact can go up past 2.5.  Anyone know what this number actually represents? I couldn't find it anywhere in the documentation.  Thanks in advance!

    BlockAntelope79 BlockAntelope79
    Discussions |
    Feb 24, 2026 12:35 PM
    285 views | 2 replies
  • Categorical variables in structural equation models

    First, I am new to using SEM. I see that on the JMP platforms (JMP 19) there is no way to add categorical variables as controls within the SEM analysis. I have more than one categorical variable column  Is there a way to do this and I am not just aware of it? Also, is there a way to did with Nans, and standardize the continuous variables?

    Gabriel Gabriel
    Discussions |
    Feb 24, 2026 12:21 PM
    469 views | 5 replies
  • Equations in JMP pro Notebooks

    Is it possible to get formatted equations in JMP Notebooks, like in Jupyter? My version is 19.0.5 JMP-pro.  

    EduardDerks EduardDerks
    Discussions |
    Feb 24, 2026 4:56 AM
    413 views | 3 replies
  • Removing 0 values to improve model fitting for academic purposes

    Hi there, I have a data file containing volatile concentrations measured for 34 different sample formulations. Now, I'm trying to model the volatiles found (response) to the formulations (predictors). However, as not all formulations lead to the same produced volatiles, I have quite some 0 values (not-detected) in my data. This causes quite a lot of my volatile data to follow a SASH or Johnson dis...

    NullHorse120 NullHorse120
    Discussions |
    Feb 24, 2026 2:40 AM
    312 views | 3 replies

Latest Discussions

  • Color Coding Categorical Report

    When I create a Categorical Report to look at data, I would LOVE if the "Total"/"Total Responses" line could be bold or in a different color to easily stand out. Is this possible to do?

    BackwardWords96 BackwardWords96
    Discussions |
    Feb 19, 2026 10:36 AM
    148 views | 0 replies
  • string - or function

    In a code, the coding for the expression handling was wrong and produced a surprising result.

    I reduced it to an interaction between "x()" [inside Variables (x(:column))] and a variable x.   an example: x= "hello"; type(x); // -> string X(5) // -> "hello"   After defining a variable x, I can use it as a function x(...) - with an arbitrary argument
    ...  and JMP will return the content of x.   someho...

    hogi hogi
    Discussions |
    Jan 28, 2026 3:59 AM
    263 views | 0 replies
  • 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
    1072 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
    506 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    411 views | 0 replies
view all discussions