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

  • 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
  • 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
  • How do I get the psqlodbc driver installed on MacOS?

    I'm trying to get the psqlodbc driver (https://odbc.postgresql.org/) installed on an M2 Macbook Pro in order to have JMP connect to a PostgreSQL database within my organization. I was wondering where I can find some documentation on how to do so.

    So far, this link (https://odbc.postgresql.org/docs/unix-compilation.html) is all I've found and the commands under its installation instructions involve...

    BackwardOctopus BackwardOctopus
    Discussions |
    May 15, 2025 7:26 PM
    1227 views | 4 replies

Latest Discussions

  • 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
  • JMP Scripting - Presentation/Journal

    Hello JMP Team,   I need some help outputting my journal to a presentation. The thing is, I want the presentation to use the specific pptx theme. > 'jour << Save Presentation("' + tech_epi + "\\" + tech_epi + '.pptx", Template("C:\\Code\\Scripts\\PCM CPK Automation\\TrendChart-template.pptx"));\n'   Currently, inside my template.pptx, it only has 1 slide inside it. A empty title slide. But the tit...

    AdditiveLamb108 AdditiveLamb108
    Discussions |
    May 14, 2025 5:44 AM
    1106 views | 6 replies
  • Monitoring JMP Live Performance

    Has anyone set up a system to monitor JMP Live performance, perhaps with the ability to graph the number of JMP Sessions or Queued Events over time, or to alert if there are too many?   One method used for some other solutions is a combination of Grafana for visualization and Prometheus to collect data, there are a few example dashboards starting a third of the way down this logit.io blog post.

    ih ih
    Discussions |
    May 13, 2025 10:32 PM
    421 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