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.

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

  • Can I use Contains () with wildcard?

    I have a list as an output from a JSL script. The list is of the form {"John.01.02", "John.01.02 2"," John.01.02 3", "John.01.02 4", "John.01.02 5 Distribution", "John.01.02 6 Distribution", "John.01.02 7 Distribution", "John.01.02 8 - Graph Builder", "John.01.02 9 - Graph Builder", "John.01.02 10 - Graph Builder"}I want to do an operation if  the word "Distribution" appears in above list and anot...

    Neo Neo
    Discussions |
    Sep 29, 2021 5:09 PM
    1988 views | 1 replies
  • Dunnett's for Multiple Ys

    I am trying to get a script that will run Dunnett's on multiple Ys automatically in fit model, my issues:   If I change the multiple comparisons part where the factor and level is not a variable it works but only for the first Y, it will not repeat the Dunnett's part for the remaining Ys.   So my questions:   1.  Why doesn't this work like the fit model with a variable being used for the factor an...

    lisamaley lisamaley
    Discussions |
    Sep 29, 2021 1:35 PM
    3942 views | 12 replies
  • Text edit box in radiobox

    Hi, Can JMP support Text edit box in radiobox? If so, can someone share an sample script?  Thanks,Jack

    Jackie_ Jackie_
    Discussions |
    Sep 29, 2021 1:23 PM
    993 views | 1 replies
  • Nomological validity

    Hello wonderful community! I have almost finished my analyzes, but I need to check the nomological validity of my measurement scale.  I have read on the subject, but I don't understand how to do it in JMP Pro 16. I would like to make a table like the one in attachment. Could you help me please? Thank you very much! Nataly

    NatalyLevesque NatalyLevesque
    Discussions |
    Sep 29, 2021 12:18 PM
    1939 views | 2 replies
  • Setting up a pre-selection of categories and variables for Dashboard users

    I need my dashboard to be fully flexible and allow users to pre-select: a- The reference category from the variable "Group" b - The variables on which to run the dashboard on. Then, the dashboard to use these such the code knows that:Ref = "name of reference group selected"
    cols = { list of columns selected} Is there a way to have a dialogue window populate with the categories of a variable and the...

    EB101 EB101
    Discussions |
    Sep 29, 2021 11:41 AM
    1994 views | 5 replies

Latest Discussions

  • Dunnett's for Multiple Ys

    I am trying to get a script that will run Dunnett's on multiple Ys automatically in fit model, my issues:   If I change the multiple comparisons part where the factor and level is not a variable it works but only for the first Y, it will not repeat the Dunnett's part for the remaining Ys.   So my questions:   1.  Why doesn't this work like the fit model with a variable being used for the factor an...

    lisamaley lisamaley
    Discussions |
    Sep 29, 2021 1:35 PM
    3942 views | 12 replies
  • Nomological validity

    Hello wonderful community! I have almost finished my analyzes, but I need to check the nomological validity of my measurement scale.  I have read on the subject, but I don't understand how to do it in JMP Pro 16. I would like to make a table like the one in attachment. Could you help me please? Thank you very much! Nataly

    NatalyLevesque NatalyLevesque
    Discussions |
    Sep 29, 2021 12:18 PM
    1939 views | 2 replies
  • Setting up a pre-selection of categories and variables for Dashboard users

    I need my dashboard to be fully flexible and allow users to pre-select: a- The reference category from the variable "Group" b - The variables on which to run the dashboard on. Then, the dashboard to use these such the code knows that:Ref = "name of reference group selected"
    cols = { list of columns selected} Is there a way to have a dialogue window populate with the categories of a variable and the...

    EB101 EB101
    Discussions |
    Sep 29, 2021 11:41 AM
    1994 views | 5 replies
  • Process screening platform change between JMP 15 and JMP16

    Hello,  I use the process screening platform in a script. S = Response Screening( Y( Eval( Expr( YParamList ) ) ), X( :Split ), practical difference portion( 0.05 ),save compare means );Then I use the output table to draw  plots of significant parameters. However since we use JMP16 it doesn't work well. It seems that the name of table, the order of tables (the active table after execution is not t...

    ptijerome ptijerome
    Discussions |
    Sep 29, 2021 4:55 AM
    1803 views | 5 replies
  • Using DOE to optimize a process

    Dear JMP-Community, I want to optimize a process. I have 5 factors (X1 –X5), whereof one is a hard-to-change factor (X3) and 10 response variables (Y1-Y10). Responses are measured with a trained sensory panel (8 – 11 assessors). Each assessor can evaluate 3 samples per whole plot (=day). The assessors evaluate the intensities of the defined attributes (=responses) using an unstructured line scale ...

    kjl kjl
    Discussions |
    Sep 28, 2021 11:01 PM
    2067 views | 2 replies

Latest Discussions

  • Skip Lot Sampling Plan

    Hi,I am interested to use JMP for skip lot sampling plan. I like to test only a fraction (f) of samples after successful inspection of (n) number of samples. Here is the link to NIST https://www.itl.nist.gov/div898/handbook/pmc/section2/pmc27.htm I appreciate any help you can provide. Thanks Adam

    AT AT
    Discussions |
    Sep 10, 2021 10:38 AM
    946 views | 0 replies
  • Time values in xls or xlsx, csv, and JMP

    Hi all, I have a strange issue with the time values from my excel. I have some data (example is attached here as excel file), the time column is an interest for me and I would add the date and time column together to create a date time column. To analyze the data, I use JMP so I am importing the excel file.However, I ran into a number of oddities:1. When I import multiple files (from customers to ...

    fliew0410 fliew0410
    Discussions |
    Sep 7, 2021 7:25 AM
    945 views | 0 replies
  • Error while using Azure MFA to connect with JMP

    I have rightly set up the ODBC connection version 17 for SQL server using Azure MFA. However, when I try to connect for the DSN via JMP i get the following error. how to overcome this error in JMP14.  [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Password option must not be specified, if Authentication option is 'ActiveDirectoryInteractive'.

    hariharan249 hariharan249
    Discussions |
    Sep 3, 2021 7:14 AM
    660 views | 0 replies
  • Applying Boolean Logic to filtering/selecting records in a Dashboard/Application built from multiple platforms

    Hi everyone,  I've been working on a systematic map to accompany a literature review on forest bird habitat relationships that is getting much closer to completion. A hearty shout out to community members @cwillden , @txnelson , @danschikore , @brady_brady , and technical support crew Adam Morris, Sarah Seligman, Laura Archer, and Wendy Murphrey for helping me get this project this far along.  I f...

    caseylott caseylott
    Discussions |
    Aug 17, 2021 11:15 AM
    1216 views | 0 replies
  • Projects Window List in JMP 15 for Mac -- Reorder?

    I'm trying to use JMP projects more with the promise of re-using graphs and analyses on new sets of similar data. I'm using the Window List in the UL as a kind of 'table of contents' that I can click into to see/show my findings for various analyses.  There is a flow to the findings which I'd like to order in that Window List.  Is this possible? I can't click and drag an entry for a window up or d...

    datanaut datanaut
    Discussions |
    Aug 16, 2021 6:38 AM
    611 views | 0 replies
view all discussions