cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How should experimental day be treated in a Custom Design: fixed block or random block?

    I am planning to create a DOE using Custom Design with 5 factors and 40 experimental runs.
    Due to operational constraints, I can conduct up to 20 runs per day, so the experiment will be executed over 2 days. In this situation, how should the experimental day be treated in the design and analysis? Should the experimental day be modeled as a fixed block or a random block?My assumption is that there i...

    CoverGazelle271 CoverGazelle271
    Discussions |
    Feb 25, 2026 11:23 PM
    488 views | 2 replies
  • 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
    634 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
    723 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
    655 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
    459 views | 2 replies

Latest Discussions

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
    264 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
    367 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
    1202 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
    615 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

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