cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Nonlinear fit using loss function with penalty

    HI All,  I need to do a nonlinear fit imposing a constraint equation to the parameters besides the range bounds. To do that, I am using the nonlinear platform defining the loss function with penalty. I wrote the model formula in a column where I defined the fitting parameters and in an other column I defined the loss function I am trying to use. Below I report   a description of the loss function:...

    LucaC LucaC
    Discussions |
    May 16, 2025 11:04 AM
    507 views | 2 replies
  • Duplicate Row Selection Including the Original Row

    Hello. I have a data table that contains 960K rows and 49 columns. There are duplicate rows (from 2-4 rows) based on one of the 49 columns. I've used the Row Selection - Select Duplicate Rows function after selecting this one column that contains the duplicate values. When the results came back, the duplicate rows became highlighted but the original row above the duplicate row/s is not. Is there a...

    SKHDS SKHDS
    Discussions |
    May 16, 2025 10:46 AM
    2043 views | 4 replies
  • Column Names With A Numeric Initial

    I have a code that stumbles with column names having a numeric initial, whereby the code thinks the name represents a date.  I did a column rename to overcome the problem but it's ugly.  I also found that wrapping the object that represents the names in a Char(obj) statement didn't work either.  Any suggestions on how to better deal with this? dt = Current Data Table(); cnmes = dt << get column na...

    SpannerHead SpannerHead
    Discussions |
    May 16, 2025 9:37 AM
    516 views | 2 replies
  • Confirmation results: Redo mixture design or make a new one?

    Hi JMP community,   I have conducted the following mixture design with constraints: MeOH + ACN + UPW = 0.6, and MeOH + ACN ≤ 0.3. Would it be better to repeat this mixture design to confirm the results, or create a new one for validation?   Thanks a lot!  Kimberly   Details mixture design:  Version: Jmp Pro 18

    K_JMP K_JMP
    Discussions |
    May 16, 2025 6:39 AM
    773 views | 4 replies
  • How to plot only for the selected range of data without extracting subsets?

    For example, like this, I deliberately increased the data within the selected range:
    Age ==14 dt=Open("$SAMPLE_DATA/Big Class.jmp"); dt<<Sort(By( age),Order(Ascending),replace table); ca="NO";New Column(ca);Column(ca)<<Formula( if(row()==1|age!=lag(age,1),r=row();1,1+row()-r) );dt<<run formulas;Column(ca)<<deleteFormula; ca="height1";New Column(ca);Column(ca)<<Formula( if(age==14,height*100,height)...

    lala lala
    Discussions |
    May 16, 2025 6:22 AM
    1614 views | 9 replies

Latest Discussions

  • Nonlinear fit using loss function with penalty

    HI All,  I need to do a nonlinear fit imposing a constraint equation to the parameters besides the range bounds. To do that, I am using the nonlinear platform defining the loss function with penalty. I wrote the model formula in a column where I defined the fitting parameters and in an other column I defined the loss function I am trying to use. Below I report   a description of the loss function:...

    LucaC LucaC
    Discussions |
    May 16, 2025 11:04 AM
    507 views | 2 replies
  • Duplicate Row Selection Including the Original Row

    Hello. I have a data table that contains 960K rows and 49 columns. There are duplicate rows (from 2-4 rows) based on one of the 49 columns. I've used the Row Selection - Select Duplicate Rows function after selecting this one column that contains the duplicate values. When the results came back, the duplicate rows became highlighted but the original row above the duplicate row/s is not. Is there a...

    SKHDS SKHDS
    Discussions |
    May 16, 2025 10:46 AM
    2043 views | 4 replies
  • How to plot only for the selected range of data without extracting subsets?

    For example, like this, I deliberately increased the data within the selected range:
    Age ==14 dt=Open("$SAMPLE_DATA/Big Class.jmp"); dt<<Sort(By( age),Order(Ascending),replace table); ca="NO";New Column(ca);Column(ca)<<Formula( if(row()==1|age!=lag(age,1),r=row();1,1+row()-r) );dt<<run formulas;Column(ca)<<deleteFormula; ca="height1";New Column(ca);Column(ca)<<Formula( if(age==14,height*100,height)...

    lala lala
    Discussions |
    May 16, 2025 6:22 AM
    1614 views | 9 replies
  • Confidence Intervals For Cpk

    I was trying to replicate the confidence intervals for Cpk in JMP.  I found this page which details the formula: https://www.jmp.com/support/help/en/17.0/#page/jmp/statistical-details-for-capability-analysis.shtml This page says the equation is: So this is the example I am trying to match,    since it is 95%, the lower confidence interval should be (32 is the sample sample size):    This equals, 6...

    lisamaley lisamaley
    Discussions |
    May 15, 2025 9:50 PM
    3194 views | 5 replies
  • JMP Student Addition/ Python Connection

    Hi,   I was previously developing an app in JMP Pro 17. Inside the app, there is python code integrated into the JSL. Now, my university has swapped to the JMP Student Version 18. Does anyone know if this still allows for this python code?   Thanks, Kyle

    kterri3 kterri3
    Discussions |
    May 15, 2025 8:50 AM
    299 views | 1 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
    531 views | 0 replies
  • Help with Multiple Linear Regression

    LogitParrot179 LogitParrot179
    Discussions |
    Apr 23, 2025 7:58 PM
    486 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
    437 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
    432 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
    318 views | 0 replies
view all discussions