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 calculate adjusted variable data ?

    Hello, this may be a simple question.I am trying to analyze e relationship between Adjusted Variable and Variable of Interest. I want to calculate adjusted variable data by age and sex.  What JMP function should I use?  

    KF2 KF2
    Discussions |
    Sep 23, 2021 10:40 AM
    1274 views | 2 replies
  • Does Graph Builder have a ruler tool?

    Graph Builder is fantastic, it's one of the killer features of JMP. Does it have a ruler tool buried somewhere?  A way to measure the distance between two points?   For all the things GB does, I'd be surprised if it didn't...

    BHarris BHarris
    Discussions |
    Sep 23, 2021 8:13 AM
    2694 views | 3 replies
  • Using SPC but with variable target/USL

    Hi, I am looking for some advice using SPC to monitor Actual Yield vs Planned Yield.  Plotting the SPC to measure Actual Yield (%) alone is straightforward, and normally when there's a single fixed value for an USL or a Target, this is also easy to add. However, for each month there's a Planned Yield value and this varies from month to month. The Target or USL seem to require a fixed value - so wh...

    jpollock jpollock
    Discussions |
    Sep 23, 2021 3:35 AM
    3742 views | 7 replies
  • How to display drag line graph values?

    Hello,   I'm hoping to be able to find a way to use the 'Drag line' customisation (see below) to be able to report the x and y-values that the line has been dragged onto so it's displayed onto the graph.   Drag line script:   If( Is Empty( g_x5 ), g_x5 = [25.03, 17.32, 18.81]; g_y5 = [26.86, 25.62, 21.61]; ); Drag Line( g_x5, g_y5 );     If possible, I'm also hoping to make it so the x and...

    Bingh94 Bingh94
    Discussions |
    Sep 23, 2021 3:17 AM
    1211 views | 1 replies
  • Column Formula (Range Selection)

    I have a column of data sequenced in time, most recent result at the top of the table. I want the top row value of a new column to be evaluated (Maximum minus the Minimum) at that most recent time  and a fixed # proceeding values (say the previous 14).So each new value at each time will be the peak-to-peak variation of 15 results; the previous 14 results the one at the current time. If was in Exce...

    Fazio9 Fazio9
    Discussions |
    Sep 22, 2021 7:20 PM
    1624 views | 1 replies

Latest Discussions

  • How to calculate adjusted variable data ?

    Hello, this may be a simple question.I am trying to analyze e relationship between Adjusted Variable and Variable of Interest. I want to calculate adjusted variable data by age and sex.  What JMP function should I use?  

    KF2 KF2
    Discussions |
    Sep 23, 2021 10:40 AM
    1274 views | 2 replies
  • Does Graph Builder have a ruler tool?

    Graph Builder is fantastic, it's one of the killer features of JMP. Does it have a ruler tool buried somewhere?  A way to measure the distance between two points?   For all the things GB does, I'd be surprised if it didn't...

    BHarris BHarris
    Discussions |
    Sep 23, 2021 8:13 AM
    2694 views | 3 replies
  • Using SPC but with variable target/USL

    Hi, I am looking for some advice using SPC to monitor Actual Yield vs Planned Yield.  Plotting the SPC to measure Actual Yield (%) alone is straightforward, and normally when there's a single fixed value for an USL or a Target, this is also easy to add. However, for each month there's a Planned Yield value and this varies from month to month. The Target or USL seem to require a fixed value - so wh...

    jpollock jpollock
    Discussions |
    Sep 23, 2021 3:35 AM
    3742 views | 7 replies
  • How to display drag line graph values?

    Hello,   I'm hoping to be able to find a way to use the 'Drag line' customisation (see below) to be able to report the x and y-values that the line has been dragged onto so it's displayed onto the graph.   Drag line script:   If( Is Empty( g_x5 ), g_x5 = [25.03, 17.32, 18.81]; g_y5 = [26.86, 25.62, 21.61]; ); Drag Line( g_x5, g_y5 );     If possible, I'm also hoping to make it so the x and...

    Bingh94 Bingh94
    Discussions |
    Sep 23, 2021 3:17 AM
    1211 views | 1 replies
  • Column Formula (Range Selection)

    I have a column of data sequenced in time, most recent result at the top of the table. I want the top row value of a new column to be evaluated (Maximum minus the Minimum) at that most recent time  and a fixed # proceeding values (say the previous 14).So each new value at each time will be the peak-to-peak variation of 15 results; the previous 14 results the one at the current time. If was in Exce...

    Fazio9 Fazio9
    Discussions |
    Sep 22, 2021 7:20 PM
    1624 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
    948 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
    946 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
    661 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
    1217 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