cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Generating Random Letters

    Hi, I have a script that opens data set where I have a list of "Operator". I have to manually assign each person a random letter in the "Analyst"  but wondering if there is a  code that could loop though all the different operators and assign a random letter to the analyst column? Thanks!

    B1234 B1234
    Discussions |
    May 24, 2022 5:51 AM
    2351 views | 4 replies
  • Window that Scrolls Through Images in a Folder

     I need some help with the scripting syntax. I am using JMP 16. I have the script to read through all the files in a subfolder and identify the files that has the jpg extension. What I would like to do is display a Window, with a forward and backward button, that would allow the user to display the images. How would I go about creating that? Any help would be appreciated. folder = char(Get Default...

    LaserGuy LaserGuy
    Discussions |
    May 23, 2022 7:22 PM
    1070 views | 1 replies
  • Need help with expressions, column references, formulas and column renaming

    All,  Need some help in the following case.I have a name of a column in a string format.I need to create a new column with formula based on the old one. I do it like so:oldCol = "OldColumn"; Eval( Eval Expr( dt << New Column( "NewColumn", formula( As Column( Expr( oldCol ) ) ) ) ) );Then later in the script I need to rename the old column. I do it like this:Column(oldCol) << Set Name("NewOldColumn...

    miguello miguello
    Discussions |
    May 23, 2022 4:14 PM
    3837 views | 8 replies
  • Robust fit outliers (huber) excludes all rows when all values are equal, why?

    Dear Community,we are processing large tables and want to exclude outliers.We found, that the platform robust fit outlier according to huber excludes all rows, unless in the summary there are found no outliers, see picture and sample table script to reproduce (JMP15 or JMP16 on Windows).Does this really make sense or is there a bug, I would expect a different behaviour.New Table( "Huber-outlier-0-...

    Georg Georg
    Discussions |
    May 23, 2022 7:08 AM
    1800 views | 3 replies
  • How to set alpha in Test mean

    Dear community, in Distributions platform I can test the mean, but how to change the alpha level (e.g. from 95% confidence to 99% confidence). I know in oneway there is a "set alpha level" in the red triangle, but couldn't find it in Test Mean. Thanks

    Georg Georg
    Discussions |
    May 23, 2022 5:30 AM
    2237 views | 3 replies

Latest Discussions

  • Robust fit outliers (huber) excludes all rows when all values are equal, why?

    Dear Community,we are processing large tables and want to exclude outliers.We found, that the platform robust fit outlier according to huber excludes all rows, unless in the summary there are found no outliers, see picture and sample table script to reproduce (JMP15 or JMP16 on Windows).Does this really make sense or is there a bug, I would expect a different behaviour.New Table( "Huber-outlier-0-...

    Georg Georg
    Discussions |
    May 23, 2022 7:08 AM
    1800 views | 3 replies
  • JSL coding for Partition of multiple segments

    The following code allows the selection of multiple leaf nodes from the partition tree via the Select Rows option. But, the partition window has to be closed after the user selects the leaf nodes for file creation of good and bad populations. Is there any alternative where the Partition window does not need to be closed? or any other function in place of the onClose() which I can use?   dt = Open(...

    AnovaPorpoise AnovaPorpoise
    Discussions |
    May 23, 2022 3:40 AM
    837 views | 1 replies
  • Score plot x and y data

    Hi there.Currently I am studying Principal Component Analysis.I have run an analysis.In the score plot, is there any way to know the value of the scattered dots on the x-axis and y-axis?Thank you for your kind help!

    Alauddin_NS Alauddin_NS
    Discussions |
    May 23, 2022 1:23 AM
    1321 views | 2 replies
  • How to store unique column values as a list

    I am trying to take a single column from my data table and store each unique value to a list.   Ex:  column is named "Type" and the values in rows 1-6 are "A,B,C,A,B,C" I currently have: dtbl = Current Data Table(); newlist = column("Type") <<Getvalues(); Show(newlist);   which returns "A,B,C,A,B,C", but I am trying to get a list which would contain "A,B,C" instead. Any help would be appreciated (...

    Ckaiser Ckaiser
    Discussions |
    May 22, 2022 9:27 AM
    1880 views | 2 replies
  • How can I calculate control limits for a parameter that is consistently increasing?

    I'm trying to establish control limits in a parameter that is consistently increasing.  I can do it in Excel with a running average calculation, but I haven't yet found a way to do this in JMP.  If anyone has found a way to do this, that would be greatly appreciated! -Mike

    Rehrig76 Rehrig76
    Discussions |
    May 21, 2022 4:20 AM
    1034 views | 2 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
    631 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
    778 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
    999 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
    2521 views | 0 replies
view all discussions