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

  • 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
    2451 views | 3 replies
  • How to extract repeated data in a multi-column matrix?

    Thanks!  

    lala lala
    Discussions |
    Jul 29, 2022 10:49 AM
    1004 views | 2 replies
  • TextBox Markup Get Plain Text

    Does anyone know of a way to get the plain-text of a TextBox that has markup text applied?  For instance, in the below example I'd like to get the text "This is bold text. This is italic text. This is underlined text. This is bold, italic, underlined text." from the box (without the markup directives). I have a system that creates logs at the bottom of some apps that supports markup (for bold and ...

    ErraticAttack ErraticAttack
    Discussions |
    Jul 29, 2022 10:36 AM
    1249 views | 2 replies
  • How can I increase the number of recent files in "JMP Home" on Mac?

    On Mac (OS 12.4) and JMP (16.2) the JMP Home window has a recent files section.   Mine only seems to contain about 10 of the most recent files (although cleared in the snapshot below).  I would like to increase this (50 would be nice) but have not found a way to do so either in JMP preferences or Mac system preferences. Any hints?  On the windows side, there is a seemingly limitless recent files s...

    datanaut datanaut
    Discussions |
    Jul 29, 2022 9:24 AM
    1138 views | 1 replies
  • ROC for KNN (Predictive Modeling) in JMP PRo

    Dear folks! 

    I wonder, there is no option in KNN (K-Nearest Neighbors) for ROC. For instance, other predictive models have this option to display and it can be selected/deselected in "Preferences". 

    I would be very thankful for some code/add-in to generate ROC with identification of AUC for any model or for KNN, in particular. It could be useful for all users who deal with the JMP Pro platform for p...

    Nazarkovsky Nazarkovsky
    Discussions |
    Jul 29, 2022 9:00 AM
    1736 views | 2 replies

Latest Discussions

  • How to extract repeated data in a multi-column matrix?

    Thanks!  

    lala lala
    Discussions |
    Jul 29, 2022 10:49 AM
    1004 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
    11022 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
    1322 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
    3084 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
    1659 views | 2 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
    661 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
    774 views | 0 replies
view all discussions