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

  • 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
    169 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
    288 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
    474 views | 5 replies
  • Confidence Intervals in Fit Curve Platform

    I feel like this question has been asked before, but I can't seem to find the discussion. I am fitting a 2P Exponential decay model to my data in the Fit Curve platform. The prediction profiler for this fit has confidence intervals but there is no option to save the confidence intervals, or their formulas. I can think of 2 options to get confidence intervals: 1. Save the predicted values and the s...

    rcast15 rcast15
    Discussions |
    Feb 24, 2026 10:56 AM
    256 views | 2 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
    169 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
    288 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
    474 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
    314 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
    152 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
    413 views | 0 replies
view all discussions