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

  • DOE with two type of constraints

    Hello, I work on a DOE with two cont. factors and two categorical FactorLow Level High LevelCB Angle 1 (continuous)10 60CB Angle 2 (continuous)10 60Cross Bar 1 (Categorical)Soft HardCross Bar 2 (Categorical)RedYellowBlue Now to the constraints: CB Angle 1 and CB Angle 2 <= 70 AND For Cross Bar 1 == Hard, CB Angle 1 == 25 1) If I try linear constraint and non-allowed combinations one at a time it w...

    Sop Sop
    Discussions |
    Jun 13, 2025 6:01 AM
    903 views | 4 replies
  • Process Screening Single Grouping Item

    Based on this question, I was able to get a script to create a yield table.   Solved: Process Screening By Groups - JMP User Community   One flaw in this approach is that any grouping item that has only 1 value is absent from the finished table.  For example, if the data has multiple wafers from only one lot, the wafer numbers report but the lot does not.    

    SpannerHead SpannerHead
    Discussions |
    Jun 12, 2025 1:05 PM
    439 views | 1 replies
  • JSL: Help with strange behavior for New Script command

    Hello Scripters,   (W11, 64-bit, JMP Pro 18.1.1)     I'm having some strange behavior with a script that I'm running. The script does several things, but one thing that it does is to create some new scripts to add to the data table. I have to pass some variables to the New Script and have it run in the data table outside of the original JSL. I am adding two new scripts to the data table. One is fo...

    SDF1 SDF1
    Discussions |
    Jun 12, 2025 11:19 AM
    810 views | 3 replies
  • Has the bootstrap forest changed in JMP Pro18?

    I've used the bootstrap forest on many different data sets (both continuous and nominal response variables) for a number of years and I generally understand the settings for that algorithm - I usually use the defaults.  My understanding of random(bootstrap) forests is that each tree is run using a random selection of factors and a random selection of observations (with replacement).  In the past, ...

    dlehman1 dlehman1
    Discussions |
    Jun 12, 2025 10:30 AM
    1580 views | 7 replies
  • Mapping Columns in two different Tables by manual Selection using JSL

    I have two tables, let call them dt1 and dt2 Each table has one column each Column1 in dt1 and column2 in dt2. I need to (either update or create a new table ) that has contents of Column1 mapped to to contents of Column2 by manual selection. Since the column entities are so different a join or update feature cannot be used.  My aim is to create a user interface that allows the user to select row ...

    NewToThis NewToThis
    Discussions |
    Jun 12, 2025 7:29 AM
    1924 views | 11 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
    385 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
    1768 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
    385 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
    355 views | 0 replies
view all discussions