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

  • 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
    1274 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
    8361 views | 27 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
    923 views | 2 replies
  • Sort by

    HelloI have a table with 2 columns, "% of Total" and "Correlation"I would like to sort simultaneously both columns in Descending only but when I run the script, the column Correlation is sorted like Descending but % of Total is sorted like Ascending What is wrong with my script? dt << sort ( by ( "Correlation" , "% of Total" ), Order ( Descending ), Replace table ); 

    Dennisbur Dennisbur
    Discussions |
    Jul 26, 2023 7:20 AM
    40210 views | 1 replies

Latest Discussions

  • 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
    1274 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
    923 views | 2 replies
  • Redo - for a Report in a Dasboard?

    Redo Analysis from the the red triangle/Redo menu is great.It generates an exact copy of the current report. Is there also a possibility to get an exact copy of a report (e.g. Graph uilder Plot ) that is inside a Dashnoard?
    - including the filters that were applied by the surrounding dashbord?

    hogi hogi
    Discussions |
    Jul 26, 2023 1:43 AM
    565 views | 0 replies
  • How to get date yesterday?

    I would want to get the date yesterday, I am using the today () functiondateNow = Format (Today(), "m/d/y");However, I don't know how to derive from dateNow the date yesterday. Tried using d = (dateNow - 1);but is not working.

    UserID16644 UserID16644
    Discussions |
    Jul 26, 2023 1:21 AM
    1767 views | 2 replies

Latest Discussions

view all discussions