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

  • Color by cell

    for each row( Hi folks,  I want to colour my cells by value, so if the row is <=  25 red, if > 25 and < 50 orange , if> 50 < 70 yellow. and >75 green. i am breaking it down to test first and when i run the first 2 arguments, the second condition changes all the rows to orange For Each Row( If( :CDO 4 week Avg <= 25, dt:CDO 4 week Avg << color cells( "Red", Row() ), :CDO 4 week Avg > 25 <= 50,...

    jearls11 jearls11
    Discussions |
    Oct 6, 2021 8:24 AM
    1638 views | 3 replies
  • How to create a data table subgroup for a control chart using a subset button function

    Hello Everyone,   I am trying to create a data table subgroup for a control chart using a subset button function. I found this link Creating a Subset from an Interactive Graph?  to something similar but it is for rows. I would like to use the Columns instead. I have multiple columns and I am using the column switcher with the control charts. I would like to be able to select specific data points o...

    rmthomas rmthomas
    Discussions |
    Oct 6, 2021 8:17 AM
    1695 views | 1 replies
  • Compare means test: graph probability by difference in means

    Is there an interactive method in JMP to determine whether the means of two populations differ by at least a certain amount, or more generally to graph a p value or probability by the minimum difference in means?   Example: in the big class data set, show the likelihood that females are shorter than meals by at least X, similar to the table and chart below.   This may or may not be the best way t...

    ih ih
    Discussions |
    Oct 6, 2021 7:36 AM
    1209 views | 1 replies
  • JMP DOE Setting a range for my factors

    Hello, I am new to JMP and am trying to create a simple DOE where I am trying to maximize growth in a reactor by using different agitation rates, thus my agitation is my factor and my growth is my response. My issue is whenever I try to make a custom DOE I can not set a range for my factors, all there is are values and whenever I make my DOE it just uses the two values I entered. I want to set an ...

    cgagnon cgagnon
    Discussions |
    Oct 6, 2021 7:24 AM
    2843 views | 4 replies
  • correlation diagram with motor severity score Y using a graph builder by adjusting biomarker A according to age and gender

    We would like to clarify whether there is a linear relationship between biomarker X(DATQUANT) and motor severity score Y (MDS-UPDRS 3 total score) in patients with a neurological disorder. In a simple correlation, biomarkerX  is associated with motor severity score Y.Since age and biological sex influence the biomarker X, we considered them as covariates.  At that time, I am thinking of creating a...

    KF2 KF2
    Discussions |
    Oct 6, 2021 5:04 AM
    1910 views | 3 replies

Latest Discussions

  • JMP DOE Setting a range for my factors

    Hello, I am new to JMP and am trying to create a simple DOE where I am trying to maximize growth in a reactor by using different agitation rates, thus my agitation is my factor and my growth is my response. My issue is whenever I try to make a custom DOE I can not set a range for my factors, all there is are values and whenever I make my DOE it just uses the two values I entered. I want to set an ...

    cgagnon cgagnon
    Discussions |
    Oct 6, 2021 7:24 AM
    2843 views | 4 replies
  • correlation diagram with motor severity score Y using a graph builder by adjusting biomarker A according to age and gender

    We would like to clarify whether there is a linear relationship between biomarker X(DATQUANT) and motor severity score Y (MDS-UPDRS 3 total score) in patients with a neurological disorder. In a simple correlation, biomarkerX  is associated with motor severity score Y.Since age and biological sex influence the biomarker X, we considered them as covariates.  At that time, I am thinking of creating a...

    KF2 KF2
    Discussions |
    Oct 6, 2021 5:04 AM
    1910 views | 3 replies
  • JMP Scripting - New Column Function and Multiple Formula Functions Don't MIX !!!! Interesting Problem !!!!

    Hello Community   I have written a script in which I search an open data table for rows which contain text A in column 2 AND text B in column 3.  Using the row numbers, I then save the text from column 7 for all of those rows to a new individual variable.  The problem is I would like to then save the text in column 7 for all those rows in a NewTable with a New Column.  The first column was not a p...

    SMW SMW
    Discussions |
    Oct 6, 2021 2:20 AM
    1569 views | 2 replies
  • how to compare rows with 0 and 1 to find out the prevalence and clustering of two medical conditions?

    Hello, I am a new and unexperienced user of JMP working on my PhD thesis. I simply cannot find out how to compare a part of my data and I need assistance. My data consists of 146 columns with either 1 or 0 (yes/no) for 146 medical conditions respectively. I have about 14000 rows (patients) to compare this data from. I need to find out the order for the most common combinations for two medical cond...

    EmmaLT EmmaLT
    Discussions |
    Oct 5, 2021 4:31 AM
    1846 views | 4 replies
  • //GraphBuilderGroupBox << Get Window Title issue

    Hi,   do you know how to get the GraphBuilderGroupBox "name" from the JSL scripting level? In attached picture it would be "Male" or "Female" (marked in red circles). My guess is to have a similar command to << xpath( "//GraphBuilderGroupBox" )) << Get Window Title. However it doesn't work.   Here is the code:     dt = Open( "$SAMPLE_DATA/Academic Achievement.jmp" ); win = dt << Graph Builder( ...

    LiPav LiPav
    Discussions |
    Oct 5, 2021 12:54 AM
    1452 views | 1 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
    941 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
    943 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
    655 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
    1212 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
    610 views | 0 replies
view all discussions