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

  • 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
    628 views | 0 replies
  • change the reference group in a categorical variable

    How do you change the reference group in a categorical variable in JMP for a regression analysis? Thank you

    gav2013 gav2013
    Discussions |
    May 6, 2022 9:24 AM
    2717 views | 1 replies
  • How to reset zoom on graph once changed by local data filter?

    Dear Experts, I am aware that one can reset the zoom applied by the magnifier (on graph builder) by double clicking or keeping Alt-key pressed (having the magnifier enabled). However, this functionality does not work if any changes to graph is done by using local data filter when being zoomed in state. Zoom in and zoom out (Ctrl key pressed) still works but I would like to have "zoom reset" back t...

    JanneI JanneI
    Discussions |
    May 6, 2022 7:41 AM
    2126 views | 3 replies
  • Manipulate local data filter from JSL

    Given a list of values I want to write these to the limits of a local data filter. Here is a (almost) working example (remove data filter and re-add based on building the data filter expression dynamically) but it feels to complicated, is this the best way to do it? (It has to work dynamically for other tables with different number of columns as well) dt = Open("$SAMPLE_DATA\Fitness 3D.jmp"); sm =...

    pauldeen pauldeen
    Discussions |
    May 6, 2022 5:13 AM
    2071 views | 4 replies
  • use of the UCL value to apply alert limits for various defects

    Hi AllI'm relatively new to JMP and navigating my way with great help from JMP tutorials etcive being tasked to apply alert limits to various defects within our department.so i have variable data across 30 or more batches i used Laney P to generate the graph and I tabulate the mean of my UCL and this is the value that I apply as my alert limit for a specific defect type. then after a year these va...

    Sinéad Sinéad
    Discussions |
    May 6, 2022 5:07 AM
    824 views | 1 replies

Latest Discussions

  • 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
    628 views | 0 replies
  • Manipulate local data filter from JSL

    Given a list of values I want to write these to the limits of a local data filter. Here is a (almost) working example (remove data filter and re-add based on building the data filter expression dynamically) but it feels to complicated, is this the best way to do it? (It has to work dynamically for other tables with different number of columns as well) dt = Open("$SAMPLE_DATA\Fitness 3D.jmp"); sm =...

    pauldeen pauldeen
    Discussions |
    May 6, 2022 5:13 AM
    2071 views | 4 replies
  • use of the UCL value to apply alert limits for various defects

    Hi AllI'm relatively new to JMP and navigating my way with great help from JMP tutorials etcive being tasked to apply alert limits to various defects within our department.so i have variable data across 30 or more batches i used Laney P to generate the graph and I tabulate the mean of my UCL and this is the value that I apply as my alert limit for a specific defect type. then after a year these va...

    Sinéad Sinéad
    Discussions |
    May 6, 2022 5:07 AM
    824 views | 1 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
    772 views | 0 replies
  • 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

Latest Discussions

  • 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
    628 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
    772 views | 0 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
  • 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
view all discussions