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

  • Adding outlines horizontally in journal

    I'm looking to make a journal with "Smaller outlines" within "Bigger outlines". I don't want the top outline to expand vertically, but rather horizontally.  Edit: I see from an example journal (that looks like what I want) that the "Smaller Outlines" boxes should be List boxes with button boxes underneath... but I don't see an option to add either of these?   

    aidanweb aidanweb
    Discussions |
    Jul 27, 2023 11:40 AM
    1732 views | 3 replies
  • AddIn - check if avaialble?

    How can I check via JSL if an AddIn is installed, e.g. Dynamic Subset Add-In (Filterable Data Table, updated) ? Is there a JSL command to enable/disable an Add-In?

    hogi hogi
    Discussions |
    Jul 27, 2023 11:05 AM
    2031 views | 6 replies
  • Sort Column by column properties

    Hi JMP Community, Is there a way to sort the columns by the column property?I have a data table where the column contains the property "Test Number" (see below). I want to sort all the columns in the column group "Tests" by the column property "Test Number"I have attached the data table below. Any suggestions?Thanks, Jackie!

    Jackie_ Jackie_
    Discussions |
    Jul 27, 2023 10:55 AM
    2342 views | 7 replies
  • How to create a matched cohort?

    I am conducting a matched cohort study and would like to use JMP to create my control cohort.  I have approximately 2000 cases and 10000 potential controls.  I would like to match the cases to controls in a 1 to 1 ratio.  How can I use JMP to select from the 10000 potential controls by matching those who are the most similar to the cases on three factors - date of admission to the hospital, comorb...

    shahram shahram
    Discussions |
    Jul 27, 2023 9:50 AM
    12908 views | 4 replies
  • how JMP design the number of runs for Default under DOE (custom design)

    Hi,I m using the custom design of DOE for experimentation. The total number of runs for "Default" is always > Minimum. I 'm curious why there is a Default there and it is always > Minimum? How JMP calculate the extra runs in Default and the purpose of it?
    example below is using 3 factors, including all the effects (full factorial)). the minimum is = 2^3 and this is same when using the classical ful...

    dadawasozo dadawasozo
    Discussions |
    Jul 27, 2023 9:18 AM
    2414 views | 2 replies

Latest Discussions

  • with nolock option in QueryBuilder option?

    Is there an option to run Query Builder including a "with nolock" statement to not tie up a database during a long data pull? Copying the QueryBuilder generated SQL into a script window and adding "with nolock"  produced an error.

    bittnere bittnere
    Discussions |
    Jul 27, 2023 5:43 AM
    4853 views | 8 replies
  • 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
    1245 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
    1397 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
    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

Latest Discussions

view all discussions