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

  • Query on recoded factor variables

    Hello:I am running an experiment with three factors, all are continuous. Two of the factors have three levels and one factor has 2 levels.I was trying with the analysis outcome with recoded factor levels.The one of the factor has levels 2, 4.5 and 7 and so I recoded them as -1, 0 and 1 as 4.5 is the exact center between 2 and 7.The other three level factor has levels 2, 4.5 and 6.5. Now 4.5 is not...

    VarunK VarunK
    Discussions |
    Aug 25, 2023 9:54 AM
    1186 views | 2 replies
  • Is it possible to add reference line with the same value using JSL?

    Hi all, I'm quite new to JMP. I'm writing a script in JSL, I have two high limits and some of the values are the same value. Is it possible to add reference lines with the same value in JMP? Currently, I'm using JMP Pro 14.3.0. Thank you.

    nfn607 nfn607
    Discussions |
    Aug 25, 2023 7:47 AM
    1163 views | 3 replies
  • Radio button on Graph builder to vary Variable Role("Y)

    Hi, I want to create a RB where you can change three variables Resistance, Currents, Voltage using Radio buttons. Here's what I have tried but something doesn't seem to be correct. Any advice?Names Default To Here( 1 ); stk = Current Data Table(); col = stk << Get Column Names( "String" ); Resist = {}; curr = {}; Volt = {}; For( i = 1, i <= N Items( col ), i++, If( Contains( col[i], "Resistan...

    Jackie_ Jackie_
    Discussions |
    Aug 25, 2023 5:30 AM
    1680 views | 4 replies
  • Is there a specific Limits Table format for loading limits using Manage Spec Limits ?

    I am on JMP16.2 and trying to applying spec limits to test data using a limits table file. I noticed that the limits table file need to be open for it to show as an option to load. Is this how it is supposed to be?Also, Parameter Name, LSL, USL columns is what I have got in my limits table, but JMP did not load it when I attempted to load using the "Load from Limits Table" option.  Is there a spec...

    Neo Neo
    Discussions |
    Aug 25, 2023 5:19 AM
    1496 views | 3 replies
  • How can JSL enable the cursor to click on a cell and the same value of the other columns of the table to automatically highlight the cell?

    For example, use the following JSL to copy the name column of the big class two more columns.
    How to use JSL: When the cursor clicks on a cell, the cell automatically sets the background to red for the same value in other columns of the table.Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Select Where( 1 ); dt << Select Columns( "name" ); d2 = dt << Subset( Output Table( "t" ), Selected Ro...

    lala lala
    Discussions |
    Aug 24, 2023 11:54 PM
    1401 views | 4 replies

Latest Discussions

Latest Discussions

view all discussions