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

  • Last login details

    Is the anyway to get the JMP last login are last used details in JMP portal?

    SoftwareLicense SoftwareLicense
    Discussions |
    May 7, 2026 1:15 AM
    54 views | 1 replies
  • Cohen's d Effect Size from Mixed Model Output

    Hello, I am wondering how I can calculate a Cohen's d effect size from my mixed model output (attached), especially in the case of an interaction effect? I have seen some online resources saying to use the least squares mean difference divided by the model root mean square error in order to do so for main effects. However, when doing this, I sometimes get an effect size that appears inflated based...

    AvaSchwartz7 AvaSchwartz7
    Discussions |
    May 6, 2026 4:18 PM
    52 views | 0 replies
  • Missing Y-Axis on Normal Quantile Plot

    When I zoom into a Distribution Normal Quantile Plot, the y-axis will disappear.  This makes it difficult to determine the exact quantile of a value.  Is this a bug? I am using JMP 19.1.0, Windows 11 Pro 25H2. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); // Normal vertical axis on Normal Quantile Plot. dt << Distribution( Continuous Distribution( Column( :weight ), ...

    robot robot
    Discussions |
    May 6, 2026 2:26 AM
    138 views | 2 replies
  • Automatically Add Reference Lines to Graph Builder

    I have a graph created by graph builder and a column in the data contains a constant value that I'd like to automatically add as a reference line to the graph.  Adding the column to the plot axis gives me something (green vertical below) but it's not great looking, any better ideas?     

    SpannerHead SpannerHead
    Discussions |
    May 5, 2026 2:22 PM
    148 views | 3 replies
  • Ignored preference

    In JMP Pro version 18 (Windows 10 Pro) I've selected a different default color for my histograms under the Distribution Platform, but said histograms appear to ignore this preference and appear with the default (somewhat blah) color.  What am I doing wrong (if anything)?  It works fine on my Mac (which I rarely use).

    sfigard sfigard
    Discussions |
    May 5, 2026 1:04 PM
    2145 views | 7 replies

Latest Discussions

  • Last login details

    Is the anyway to get the JMP last login are last used details in JMP portal?

    SoftwareLicense SoftwareLicense
    Discussions |
    May 7, 2026 1:15 AM
    54 views | 1 replies
  • Cohen's d Effect Size from Mixed Model Output

    Hello, I am wondering how I can calculate a Cohen's d effect size from my mixed model output (attached), especially in the case of an interaction effect? I have seen some online resources saying to use the least squares mean difference divided by the model root mean square error in order to do so for main effects. However, when doing this, I sometimes get an effect size that appears inflated based...

    AvaSchwartz7 AvaSchwartz7
    Discussions |
    May 6, 2026 4:18 PM
    52 views | 0 replies
  • Missing Y-Axis on Normal Quantile Plot

    When I zoom into a Distribution Normal Quantile Plot, the y-axis will disappear.  This makes it difficult to determine the exact quantile of a value.  Is this a bug? I am using JMP 19.1.0, Windows 11 Pro 25H2. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); // Normal vertical axis on Normal Quantile Plot. dt << Distribution( Continuous Distribution( Column( :weight ), ...

    robot robot
    Discussions |
    May 6, 2026 2:26 AM
    138 views | 2 replies
  • Ignored preference

    In JMP Pro version 18 (Windows 10 Pro) I've selected a different default color for my histograms under the Distribution Platform, but said histograms appear to ignore this preference and appear with the default (somewhat blah) color.  What am I doing wrong (if anything)?  It works fine on my Mac (which I rarely use).

    sfigard sfigard
    Discussions |
    May 5, 2026 1:04 PM
    2145 views | 7 replies
  • import JMP config from previous version when upgrading

    Hi, I just lost half a day of work because the Autosave timer I had set in JMP18 was set to the default of 0 in JMP 19. Can the installer not just search (or ask the user) for  the previous JMP installation config?

    mvanderaa1 mvanderaa1
    Discussions |
    May 4, 2026 9:49 PM
    117 views | 2 replies

Latest Discussions

  • Cohen's d Effect Size from Mixed Model Output

    Hello, I am wondering how I can calculate a Cohen's d effect size from my mixed model output (attached), especially in the case of an interaction effect? I have seen some online resources saying to use the least squares mean difference divided by the model root mean square error in order to do so for main effects. However, when doing this, I sometimes get an effect size that appears inflated based...

    AvaSchwartz7 AvaSchwartz7
    Discussions |
    May 6, 2026 4:18 PM
    52 views | 0 replies
  • Inquiry regarding the procedure for PLS Discriminant Analysis (PLS-DA)

    [Environment] Version: JMP(r) Student Edition 19.1.0 (914688) License: For Academic Use Only (Expires: 2027/04/13) OS: Microsoft Windows 11 Home (10.0.26200.0)
    [Inquiry] Regarding the procedure for performing PLS Discriminant Analysis (PLS-DA)

    I am attempting to perform a PLS Discriminant Analysis (PLS-DA) using JMP Student Edition, as I understand this feature is supported in this edition. I ...

    SignBurro204 SignBurro204
    Discussions |
    Apr 24, 2026 3:30 AM
    116 views | 0 replies
  • defining function scope changes how result is returned

    Why don't all three of these return their unevaluated argument like the first one does? Is there a way to make the last two work like the first? Inside the function, e is still unevaluated, this seems to happen when the result is returned. names default to here(1); ns = New Namespace("n"); foo = function({e}, Name Expr(e) ); ns:bar = function({e}, Name Expr(e) ); show( foo( expr( notavar...

    ih ih
    Discussions |
    Apr 20, 2026 1:45 PM
    151 views | 0 replies
  • How does JMP bias the rate of count when calculating the probability of Partition platform with categorical responses?

    For categorical responses Partition has the response rates that are slightly biased away from zero to avoid having attributed probabilities of zero. I would like to know how to calcurate the biased probabilities.

    Takashi Takashi
    Discussions |
    Apr 16, 2026 8:41 PM
    147 views | 0 replies
  • Nested Two Way Anova Help?

    Hi, I am trying to analyze calcium transient data from cardiomyocytes. I moved to JMP because Prism cannot do a two way ANOVA on nested data but I cannot figure out how to run this analysis. I have 4 experimental groups (WT SHAM, KO SHAM, WT OVX, KO OVX) across two factors (genotype (WT/KO) and surgery (SHAM/OVX)) but I don't know how to add these variables prior to running analyses. For each anim...

    ClusterSeal6941 ClusterSeal6941
    Discussions |
    Apr 14, 2026 12:36 PM
    346 views | 0 replies
view all discussions