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

  • 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
  • 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
  • Column name from string

    Hi everyone,I am working on a script that I would like to use a string as a column name, and use that column name in a formula, see below:dt = Open( "$SAMPLE_DATA/Cities.jmp" ); //example column dt << New Column("klaatu barada nikto", formula(3)); //suppose we don't know what exactly will be in 'a' as it is controlled by a for loop etc. a = Concat Items( {"klaatu", "barada", "nikto"}, " " ); //ca...

    rjack rjack
    Discussions |
    May 22, 2022 9:23 AM
    3240 views | 4 replies

Latest Discussions

  • 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
  • rotate the gradient legend

    Hi, is there a possibility to rotate the label of a gradient legend?

       

    hogi hogi
    Discussions |
    May 20, 2022 1:09 AM
    863 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
    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