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

  • Parse in substitute

    In Substitute, if I don't have a fixed number of symbols, is it possible to use a for loop and parse to generate the symbol names?Something is wrong here: myExpr=Expr(sum()); For( i=1, i<=10, i++, Insert Into (myExpr,parse("__x"||Char(i)||"__"))); Show(NameExpr(myExpr)); For( i=1, i<=10, i++, substitute (Name Expr(myExpr),parse("__x"||Char(i)||"__"),parse("y"||Char(i)))); Show(NameExpr(myExpr));

    hogi hogi
    Discussions |
    Aug 8, 2023 11:04 PM
    1011 views | 2 replies
  • Get the value from a given column on the first selected row using JSL

    I'm trying to simply get the value from a given column on the first selected row -- but somehow this is surprisingly hard.  Here's what I have so far: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Probe.jmp" ); dt << Select Where( :Wafer Number == "16" & :Die X == 3); selRow = ( dt << get selected rows() )[0]; Row() = selRow; site = :Site; // returns "1", should return "5" (:Site from ro...

    BHarris BHarris
    Discussions |
    Aug 8, 2023 8:38 PM
    6050 views | 6 replies
  • Data time format while importing excel sheet

    Hello JMP users, I am trying to import an excel sheet which have two different type date-time format. (screenshot attached below)After importing in JMP format looks like below: Can you suggest how to fix date-time format while importing excel sheet in to JMP table. Thanks, 

    chandankishor66 chandankishor66
    Discussions |
    Aug 8, 2023 6:47 PM
    996 views | 2 replies
  • How to pick data Quantiles in Distribution?

    Hello, i'm making the contour plot using the data in Distribution, Quantiles 75% & 25%. My question is how do i put the data Quantiles 75% & 25% in my Minimum Maximum Contour Values? All the data Quantiles is different from another data.

    //Put the spec limit on parameter into current data table Names Default To Here( 1 ); dt = Current Data Table(); // Get the all column names from the data table c...

    mystylelife19 mystylelife19
    Discussions |
    Aug 8, 2023 5:44 PM
    1938 views | 2 replies
  • Is there a way to move the default distributions chart "Quantiles" & "Summary Statistics" into the same column?

    // Using sample data, I can generate a distribution chart using the following script:

    dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); rep = dt << Distribution( Stack( 1 ), Continuous Distribution( Column( :height ), Horizontal Layout( 1 ), Vertical( 0 ), Normal Quantile Plot( 1 ), PpK Capability Labeling( 0 ) ) ); Report(rep)[Frame box(1)] << Row Legend("sex", color(1), marker(0));

    // Is the
    ...

    RLo RLo
    Discussions |
    Aug 8, 2023 12:51 PM
    1725 views | 1 replies

Latest Discussions

Latest Discussions

view all discussions