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

  • 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
    40209 views | 1 replies
  • Extending the Linear regression

    Hi,JMP has constitute the linear regression formula. In this case Q is the slope. I wanted to see the Q=7 and Q=8 demonstrated in the line plot about. How do I do that in jmp. Otherwise I need to calculate and put in excel or data table, 

    zahrein98 zahrein98
    Discussions |
    Jul 26, 2023 3:51 AM
    1429 views | 2 replies
  • JSL execute by .bat file crash and hang

    It seems like I have a .bat file that runs a JSL script, which processes multiple CSV files as input.
    However, when the number of input CSV files increases, the .bat file often crashes and takes a long time without completing the task.On the other hand, executing the same number of input CSV files through JMP and the JSL script only takes 1-2 hours.The speed difference is significant. Do you know t...

    AlphaBighorn347 AlphaBighorn347
    Discussions |
    Jul 26, 2023 2:45 AM
    2989 views | 7 replies

Latest Discussions

  • 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
  • how to change variable in multiple JSLs at once

    Hi, I use include() to run multiple JSLs in each JSL I have variable "todaydate". However, now I want to run all the JSLs using include, but change the todaydate across all JSLs to 03Jun2023. How I can do that ? todaydate = Format date( Today(), "ddmonyyyy" );

    I was thinking:
    todaydate = "03Jun2023";  // this will replace in all 10 jslinclude(jsl1);include(jsl2);...include(jsl10);

    dadawasozo dadawasozo
    Discussions |
    Jul 25, 2023 4:18 PM
    2311 views | 5 replies

Latest Discussions

view all discussions