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

  • passing a variable in the Set Property fore a column

    Hi all,   can somebody explain how I can pass a variable into, for example, spec limits? I want the spec limit for the column "dt:frac" to be "uls_value" So I define the  value: usl_value=0.05;   and then I tried:     dt:frac <<Set Property( "Spec Limits", {USL(eval(usl_value)), Show Limits( 1 )} ); dt:frac <<Set Property( "Spec Limits", {USL(expr(usl_value)), Show Limits( 1 )} ); dt:frac <<Set Pr...

    ValeriaL ValeriaL
    Discussions |
    May 5, 2022 4:26 PM
    778 views | 1 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    995 views | 0 replies
  • PLS validation & variable loadings

    Hello JMP community,  I have a couple of questions about PLS:- Do I have to hide a portion of my data manually, or is it done automatically when I choose cross-validation?- Is there a threshold of variables loadings on factors that distinguish the most important variables captured by each factor (latent variable)  Thank you for your assistance! 

    Moukanni Moukanni
    Discussions |
    May 5, 2022 7:12 AM
    1377 views | 2 replies
  • Nonlinear modelling and parallelism graphs not displaying

    Hello! I am trying to graph a few sets of data to test parallelism against each other using the the nonlinear modeling. However, when I enter the data and fit my curves, it won't display anything in the graphs themselves. It will show the individual points for each set but won't show the overlapping graphs. I'm sure I can use the predicative formula generated from the fit to create the graph in gr...

    dsweezy9 dsweezy9
    Discussions |
    May 5, 2022 1:20 AM
    877 views | 1 replies
  • k-fold r2

    I am performing a stepwise procedure and evaluating the performance using a k-fold r-squared. Currently, the only k-fold r-square that is provided is averaged across all 5 folds. Is it possible to secure the r-squared for each individual k-fold in a model? 

    bbrown1 bbrown1
    Discussions |
    May 5, 2022 12:27 AM
    1176 views | 1 replies

Latest Discussions

  • passing a variable in the Set Property fore a column

    Hi all,   can somebody explain how I can pass a variable into, for example, spec limits? I want the spec limit for the column "dt:frac" to be "uls_value" So I define the  value: usl_value=0.05;   and then I tried:     dt:frac <<Set Property( "Spec Limits", {USL(eval(usl_value)), Show Limits( 1 )} ); dt:frac <<Set Property( "Spec Limits", {USL(expr(usl_value)), Show Limits( 1 )} ); dt:frac <<Set Pr...

    ValeriaL ValeriaL
    Discussions |
    May 5, 2022 4:26 PM
    778 views | 1 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    995 views | 0 replies
  • Nonlinear modelling and parallelism graphs not displaying

    Hello! I am trying to graph a few sets of data to test parallelism against each other using the the nonlinear modeling. However, when I enter the data and fit my curves, it won't display anything in the graphs themselves. It will show the individual points for each set but won't show the overlapping graphs. I'm sure I can use the predicative formula generated from the fit to create the graph in gr...

    dsweezy9 dsweezy9
    Discussions |
    May 5, 2022 1:20 AM
    877 views | 1 replies
  • k-fold r2

    I am performing a stepwise procedure and evaluating the performance using a k-fold r-squared. Currently, the only k-fold r-square that is provided is averaged across all 5 folds. Is it possible to secure the r-squared for each individual k-fold in a model? 

    bbrown1 bbrown1
    Discussions |
    May 5, 2022 12:27 AM
    1176 views | 1 replies
  • Reduce number of x axis values on graph (too many tick marks) Time units

    Once I add my data my x axis looks like this I want it to look like this How do I do this? THanks!!!

    MRM MRM
    Discussions |
    May 4, 2022 6:53 PM
    9953 views | 6 replies

Latest Discussions

  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    995 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    701 views | 0 replies
  • How to create a graph builder box plot with mean values, and including the "group X" variable in the legend

    I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...

    mvanderaa1 mvanderaa1
    Discussions |
    Apr 20, 2022 4:13 AM
    2513 views | 0 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    793 views | 0 replies
  • Column Switcher Button Removed from Plot Window Toolbar in JMP 16 for Mac

    Recently switched from JMP15 for Mac to JMP16 for Mac. I was surprised to see the column switcher button removed as an option in an analysis/plot window.  It used to reside up top next to the local data filter button (see black circle).  The option to customize it back is also missing and has been replaced by a 'properties' button.  This may also prove useful but I'm new to it.    To get the colum...

    datanaut datanaut
    Discussions |
    Mar 17, 2022 3:18 PM
    842 views | 0 replies
view all discussions