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

  • 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
    11044 views | 12 replies
  • Mediation test in JMP?

    Could anybody help me with procedures to do mediation test in JMP?

    xiaoyaj0 xiaoyaj0
    Discussions |
    Jul 29, 2022 6:17 AM
    12807 views | 9 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
    1326 views | 3 replies
  • Examining an interaction (moderation effect) using JMP SEM

    I'm new to SEM. Is there a way to examine an interaction (moderation effect) using JMP's SEM program?

    strecher1 strecher1
    Discussions |
    Jul 29, 2022 6:07 AM
    3085 views | 2 replies
  • How can I access the code from the graph builder?

    I am looking to access the code from the graph builder. How can this be done?

    Andyon98 Andyon98
    Discussions |
    Jul 29, 2022 3:31 AM
    1921 views | 3 replies

Latest Discussions

  • 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
    11044 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
    1326 views | 3 replies
  • Examining an interaction (moderation effect) using JMP SEM

    I'm new to SEM. Is there a way to examine an interaction (moderation effect) using JMP's SEM program?

    strecher1 strecher1
    Discussions |
    Jul 29, 2022 6:07 AM
    3085 views | 2 replies
  • Linear mixed model - assumption of homoscedasticity violated

    Hi JMP users

    I am trying to assess the infuence of sex (nominal), altitude (nominal) and latitude (nominal) on corrected wing size (continuous; residual of wing size by body mass) of an animal species. I considered altitude as a nominal factor given the fact that this particular species is mainly distributed at the extremes (low and high) of steep elevational gradients in my study area. I also cons...

    AlexisDiaz92 AlexisDiaz92
    Discussions |
    Jul 29, 2022 2:16 AM
    1661 views | 2 replies
  • Bubble plot time calibration

    I am drawing an animated bubble plot with time as the x-axis as well as the time.  My data is recorded every 1 second.  Is there a way to calibrate the Speed slider such that the plot is drawn, one point every second to match the data?  

    ConradG ConradG
    Discussions |
    Jul 28, 2022 2:04 PM
    2841 views | 8 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
    1010 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
    662 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
    782 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
    630 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
    775 views | 0 replies
view all discussions