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

Latest Discussions

  • JMP alert: Argument must contain data table reference in access or evaluation of 'current data table', current data table/*###*/(dt1)

    Hi, I have encountered this problem when I run a old script on JMP 15. Anyone can help me to solve this problem? Thank you in advance!  

    PearsonEagle535 PearsonEagle535
    Discussions |
    May 6, 2022 7:32 PM
    3025 views | 6 replies
  • Statistic test in JMP

    I assigned a color to 1000 samples of soil from 3 different location. Now I need to compare the color at 3 locations to see if there is statistically different or not? The only data I have is the count of each color and from which location, my research question is that if the location affects on the color?for examplegray color: 80 at site1 - 50 site2 - 75 site3Brown color: 12 at site1 - 5 site2 - ...

    MarginalPanther MarginalPanther
    Discussions |
    May 6, 2022 11:17 AM
    1761 views | 3 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
    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

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