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

  • 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
    2127 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
    2074 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
    827 views | 1 replies
  • error in set col value with JSL formula

    Open( "$SAMPLE_DATA/Big Class.jmp" ); dt=(Data Table( "Big Class" ) << Tabulate( Add Table( Column Table( Grouping Columns( :sex ) ), Row Table( Analysis Columns( :height ), Statistics( Mean ) ) ) )) << Make Into Data Table; dt<<New Column ("total", numeric, continious); :total<<formula(:F+:M);// this line works by itself but causes error in script:total<<formula(:F+:M);// this line works b...

    ScatterChart190 ScatterChart190
    Discussions |
    May 5, 2022 5:04 PM
    1069 views | 2 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

Latest Discussions

  • 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
    2074 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
    827 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
    774 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
  • 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

Latest Discussions

  • 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
  • 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
view all discussions