cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Mixed model - Estimate Only Variance Components with 95% C.I.'s

    Hi all,Is it possible to run a mixed model with random effects, and use the estimate only variance component option and request 95% confidence intervals estimates for the variance components, similar to the output you receive when you select unbounded variance components option and request 95% confidence intervals from the output? Thanks,Mick

    Mickyboy Mickyboy
    Discussions |
    Jul 31, 2022 4:47 PM
    1091 views | 1 replies
  • Time Series Analysis - scripters needed

    I am trying to do an ARIMA (1,1,0) analysis on time series data - sample attached.  My table has 450 cities, only 2 are in the sample file.  I want to do the same analysis for each city.  In many JMP platforms, I can hold down the control key and ask for the analysis and it will be done for all the cities in the By box.  However, for setting the ARIMA values, it give me the dialog for each city (4...

    dale_lehman dale_lehman
    Discussions |
    Jul 31, 2022 8:51 AM
    2754 views | 6 replies
  • How do I get Model Comparison at the Predictive Modeling bar? I have JMP Pro 15.1.0

    How do I get Model Comparison at the Predictive Modeling bar? I have JMP Pro 15.1.0

    JCmunera JCmunera
    Discussions |
    Jul 30, 2022 1:45 PM
    2161 views | 5 replies
  • Method to prevent "Do you want to save" message?

    Hi.  I'm wondering if there is a way I can prevent the "Do you want to save..." message when a table is closed?  That is, this message:Why?  Because I want to allow the user to make changes to the table, but I want to force them to save as a csv because we have other apps that require csv format.  To do this, I'm adding an " << On Close" script: Names Default To Here(1); dt = Open("$SAMPLE_DATA/Bi...

    nikles nikles
    Discussions |
    Jul 29, 2022 12:06 PM
    2404 views | 6 replies
  • Calculating Yield using Tabulate

    Hi all, I'm currently trying to write a script that will automatically calculate yields of tests across temperatures. I've replaced all "Pass" with 1's and "Fail" with a 0 throughout the table then calculated the sum. Below is my current Tabulate window and the code for this. My goal is to have a third column for each temperature with the yield which is  = ((Sum at Temp)/(N at Temp)) x 100. I'm ha...

    MichaelO MichaelO
    Discussions |
    Jul 29, 2022 11:01 AM
    2466 views | 3 replies

Latest Discussions

  • How do I get Model Comparison at the Predictive Modeling bar? I have JMP Pro 15.1.0

    How do I get Model Comparison at the Predictive Modeling bar? I have JMP Pro 15.1.0

    JCmunera JCmunera
    Discussions |
    Jul 30, 2022 1:45 PM
    2161 views | 5 replies
  • Method to prevent "Do you want to save" message?

    Hi.  I'm wondering if there is a way I can prevent the "Do you want to save..." message when a table is closed?  That is, this message:Why?  Because I want to allow the user to make changes to the table, but I want to force them to save as a csv because we have other apps that require csv format.  To do this, I'm adding an " << On Close" script: Names Default To Here(1); dt = Open("$SAMPLE_DATA/Bi...

    nikles nikles
    Discussions |
    Jul 29, 2022 12:06 PM
    2404 views | 6 replies
  • How to extract repeated data in a multi-column matrix?

    Thanks!  

    lala lala
    Discussions |
    Jul 29, 2022 10:49 AM
    1007 views | 2 replies
  • Interactions in OLS regression and simple slopes.

    Hey everyone, I am currently trying to perform an OLS (linear) regression model with an interaction effect (to test for moderation). For example, let's say I wish to predict a continuous variable Y using two continuous variables X and M and their interaction X*M. The result of the effect of the interaction term is significant. However, I do not know how to ask JMP to give the data for the simple s...

    YaM YaM
    Discussions |
    Jul 29, 2022 6:27 AM
    11067 views | 12 replies
  • Extract data table tile

    HI, I want to extract data table tile and store in the list. I tried get data table list function and was able to store the data table names but the sting contains Data table ("Title"), I only want to store title not the data table(). Names Default To Here( 1 ); Open( "$SAMPLE_DATA/Big Class.jmp" ); Open( "$SAMPLE_DATA/Cars.jmp" ); list = Get Data Table List(); title =

    Jackie_ Jackie_
    Discussions |
    Jul 29, 2022 6:16 AM
    1327 views | 3 replies

Latest Discussions

  • Choice model platform and marginal effects?

    Hi everyone,I have used the choice model platform to design and analyse choice experiments. However, at the analysis step, there are some parts of JMP platform output that are not clear, and I wonder if you can provide an answer:It is not clear how marginal effects are calculated in JMP.More specifically, how do we obtain marginal probabilities from marginal utilities since neither the utility fun...

    gav2013 gav2013
    Discussions |
    Jul 18, 2022 7:14 AM
    1011 views | 0 replies
  • July/August classes from JMP Education

    JMP Education is offering upcoming classes with a live instructor. Links go to the page in the course catalog with more information and a link to register. July 26-29: JMP: Reliability Analysis for Non-Repairable Systems August 9-12: JMP Pro: Analyzing Curves and Profiles Using the Functional Data Explorer August 16-19: JMP: Statistical Decisions Using ANOVA and Regression August 29-September 1: J...

    Di_Michelson Di_Michelson
    Discussions |
    Jul 11, 2022 8:50 AM
    663 views | 0 replies
  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    784 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    631 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    777 views | 0 replies
view all discussions