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

  • Creating formula using dynamic variables in for loop

    Hi All
    I did that one time, and it was painfully but I lost the script and the memory of that. Below what I am trying to do:

    Tweak_List = dt_Temp << Get Column Names("String"); For(i = 1, i <= N Items(Tweak_List), i++, a = Left(Tweak_List[i], Length(Tweak_List[i]) - 1) || "Δ"; b = Tweak_List[i]; c = Left(Tweak_List[i], Length(Tweak_List[i]) - 2); dt << New Column(Left(Tweak_List[i], Lengt...

    Miof Miof
    Discussions |
    Jul 26, 2023 10:04 PM
    1244 views | 2 replies
  • can't access files in JMP project that i've been working on for a long time

    Hello, all of a sudden i can't access the files in a JMP project i've been using for a long time.  the project itself opens, but then this "JMP alert" pops up and i none of the files saved in the project appear...has anyone else encountered this before??? i am using JMP 16.1.0  

    LogitPorcupine1 LogitPorcupine1
    Discussions |
    Jul 26, 2023 9:55 PM
    7419 views | 12 replies
  • Can JMP automatically run JSL when the cursor clicks on a cell?

     For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!

    lala lala
    Discussions |
    Jul 26, 2023 9:00 PM
    1396 views | 4 replies
  • For loop

    I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you  dt = Current Data Table(); For( i = 1, i <= 50, i++, dt << Bivariate( Y( Column( dt, "u" || Char( i ) ) ), X( Column( dt, "oven.T" ) ), Fit Line( {Line Color( {212, 73, 88} )} ) ) );  

    ParametricStudy ParametricStudy
    Discussions |
    Jul 26, 2023 3:11 PM
    1273 views | 2 replies
  • Script

    Bonjour à tous, Je dispose d’une base de données dans laquelle j’aimerais créer une nouvelle colonne à partir d’une formule ou d’un script. Voici un aperçu de la base de données :  - la colonne T représente des opérations à effectuer- la colonne X_3 représente une particularité- La colonne op représente des objets Le but est de créer une colonne « bilan » dans laquelle on ajoute « ko » et le numér...

    hcarr01 hcarr01
    Discussions |
    Jul 26, 2023 9:00 AM
    8359 views | 27 replies

Latest Discussions

  • Creating formula using dynamic variables in for loop

    Hi All
    I did that one time, and it was painfully but I lost the script and the memory of that. Below what I am trying to do:

    Tweak_List = dt_Temp << Get Column Names("String"); For(i = 1, i <= N Items(Tweak_List), i++, a = Left(Tweak_List[i], Length(Tweak_List[i]) - 1) || "Δ"; b = Tweak_List[i]; c = Left(Tweak_List[i], Length(Tweak_List[i]) - 2); dt << New Column(Left(Tweak_List[i], Lengt...

    Miof Miof
    Discussions |
    Jul 26, 2023 10:04 PM
    1244 views | 2 replies
  • Can JMP automatically run JSL when the cursor clicks on a cell?

     For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!

    lala lala
    Discussions |
    Jul 26, 2023 9:00 PM
    1396 views | 4 replies
  • For loop

    I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you  dt = Current Data Table(); For( i = 1, i <= 50, i++, dt << Bivariate( Y( Column( dt, "u" || Char( i ) ) ), X( Column( dt, "oven.T" ) ), Fit Line( {Line Color( {212, 73, 88} )} ) ) );  

    ParametricStudy ParametricStudy
    Discussions |
    Jul 26, 2023 3:11 PM
    1273 views | 2 replies
  • Edit Effect Summary and Interaction Profiles

    Hello all, I have two trivial questions.  Is there an option to add two blue lines to the effect summary plot? I want there to be a line at p=0,05 and p=0,001 beside the one at p=0,01. Like this:   Is there a way to copy the interaction profiles to the graph builder?  I don't like the format and want to change things, like the legend or the order of the x Labels Thanks in advance!

    fizzy fizzy
    Discussions |
    Jul 26, 2023 8:40 AM
    918 views | 1 replies
  • How can set different cells to different colors

    dt=Open("$SAMPLE_DATA/Big Class.jmp");dt[1,1] is set to red
    dt[1,2] is set to white
    dt[1,1] is set to clear coloringThanks!

    lala lala
    Discussions |
    Jul 26, 2023 8:31 AM
    922 views | 2 replies

Latest Discussions

view all discussions