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

  • Fitting Life Distribution mixture of two Weibull with custom anchor point

    I am trying to fit a mixture of two weibull distributions to get two separate alphas and betas from my data but I want to determine what part of my data should the first weibull should fit to and what part of my data should the second weibull should fit, something like following. What it currently does with the Fit Mixture 2 two weibull ingredients is determines the first and second weibulls on it...

    FrequencyBison9 FrequencyBison9
    Discussions |
    Jun 12, 2025 3:51 AM
    387 views | 1 replies
  • Setting up a DOE with a transformed Factor

    Hi - I am setting up a simple 2 factor response surface design. We know from prior experimentation, that X2 is best used for model building in transformed units, which is in this case LN X2. The question is, would it be better to use for DESIGN GENERATION the LN X2, instead of going with the physical unit of X2? By using physical units and do a LN transform on X2 for analysis with the responses ob...

    Uwe_Weber Uwe_Weber
    Discussions |
    Jun 11, 2025 2:31 PM
    524 views | 2 replies
  • JSL script Save Values in Model Driven Multivariate Control Chart

    Hi! How could I write JSL to "Save Columns -> Save Values" for saving t-square in Model Driven Multivariate Control Chart?try use obj << T Square Plot( SaveValues );still cannot savevalues in new column T2  thanks  

    Wei1 Wei1
    Discussions |
    Jun 11, 2025 11:28 AM
    1869 views | 4 replies
  • Keep lines continuous, not dotted, in Graph Builder

    Hi All,   I use the Pro version of JMP 18 and, lately, I keep running into a vexing problem with the graph builder. I have a graph with four lines and style set to continuous. Yet, graph builder makes the lines dotted, etc. Today, it started out with continuous lines that switched to interrupted lines (as shown in the picture below) after I hid and excluded some rows in the data table.   Any sugge...

    babn babn
    Discussions |
    Jun 11, 2025 9:17 AM
    592 views | 4 replies
  • JMP v19

    I'm currently using JMP v18 and was wondering when v19 will be available?  My license shows that the current license expires today, 5/31/2025

    Dora Dora
    Discussions |
    Jun 11, 2025 6:14 AM
    1782 views | 7 replies

Latest Discussions

  • Fitting Life Distribution mixture of two Weibull with custom anchor point

    I am trying to fit a mixture of two weibull distributions to get two separate alphas and betas from my data but I want to determine what part of my data should the first weibull should fit to and what part of my data should the second weibull should fit, something like following. What it currently does with the Fit Mixture 2 two weibull ingredients is determines the first and second weibulls on it...

    FrequencyBison9 FrequencyBison9
    Discussions |
    Jun 12, 2025 3:51 AM
    387 views | 1 replies
  • JMP v19

    I'm currently using JMP v18 and was wondering when v19 will be available?  My license shows that the current license expires today, 5/31/2025

    Dora Dora
    Discussions |
    Jun 11, 2025 6:14 AM
    1782 views | 7 replies
  • How to get results of anova table for two with interaction including due to columns, rows and interaction

    The anova model specified gives the ANOVA table with model, error and total. how do we get the usual anova table including the sum of squares due to columns, rows and interaction in the same anova table

    CriticalBias358 CriticalBias358
    Discussions |
    Jun 11, 2025 3:15 AM
    387 views | 1 replies
  • Equivalence test with Geometric Means

    Hi All,   in JMP, is there a way to run equivalence test/TOST using the Geometric Means rather Arithmetic means? Also is there JMP function to establish 95% confidence intervals for Geometric Means. 

    MSN MSN
    Discussions |
    Jun 11, 2025 3:02 AM
    338 views | 1 replies
  • custom graph legend

    I'm trying to add a nice pretty graph legend to a Bivariate Fit:     The orange fit line is a customized line added using this script:     Pen Color( "orange" );
        Pen Size( 2 );
        Y Function( 21.07 * x, x );   I used this custom script in the graph to get that text in there:
        Text( {20, 32}, "TOT Other = 21.1 * 3XL" );
        Text( {20, 25}, "TOT Other = 46.8 + 9.1*3XL" );
        Text( {20, 19}, "Lo...

    seanschubert seanschubert
    Discussions |
    Jun 11, 2025 1:51 AM
    427 views | 2 replies

Latest Discussions

  • Testing slices in JMP Pro Mixed Model?

    Hello, I am doing a 4-way, full factorial ANOVA with one repeated measures factor (time, 3 samplings) and three between-subject factors (species, color, and irrigation; 2 levels of each) using the Mixed Model personality in JMP Pro 18.1.0. I'm using the AR(1) repeated covariance structure, as it provides the best fit based on AICc values. The analysis indicates I have no significant 4- or 3-way in...

    JHS JHS
    Discussions |
    May 7, 2025 7:38 AM
    586 views | 0 replies
  • Help with Multiple Linear Regression

    LogitParrot179 LogitParrot179
    Discussions |
    Apr 23, 2025 7:58 PM
    522 views | 0 replies
  • when does model reduction lead to the problem of multiple comparisons?

    My interest is in identifying the strongest predictors of annual per capita growth rate for three groups of bird species: residents, short-distance migrants and long-distance migrants.  My model has per capita growth rate as the dependent variable, and as predictors bird density during the breeding season, and 13 environmental predictors (various measures of climate, food abundance and nest predat...

    olddabbler olddabbler
    Discussions |
    Apr 21, 2025 5:56 AM
    479 views | 0 replies
  • steps to use the minimum p-value approach with log-rank test?

    I am interested in applying the minimum p-value approach using the p-values obtained from the log-rank test. However, I am uncertain about the specific steps involved. Could you kindly advise me on how to proceed?   I am currently using the following version: JMP® Student Edition 18.2.0, running on Microsoft Windows 11 Home.

    Namamugi Namamugi
    Discussions |
    Apr 10, 2025 11:22 PM
    465 views | 0 replies
  • Scale IDs in Add Graphics Script not working

    I created a script to draw graphs from JSON objects, which works well, but when I tried to overlay one graph on another using two Y axes, I could not get it to work; it always used the left Y axis.  I thought I was doing something wrong, but I finally realized that even the example in the Scripting Guide does not work as it should.  This example is supposed to use the right Y axis, labeled "Test,"...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Mar 27, 2025 5:13 AM
    356 views | 0 replies
view all discussions