cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • [JSL] Script for Two-One Side T-Test on a large number of metrics

    Hello All,I would like to write a JSL script to automate a TOST (Two-One Side T-Test) on a large number of metrics (500+).The TOST works by pair of “levels”, so working with 2x levels is easy, because it requires only 1x row per “pair”.I already wrote a script that works well for 2x levels by generating a “Combined data table” and adding more columns with formula to it, which end up with the resul...

    Voizingu Voizingu
    Discussions |
    Aug 28, 2024 12:43 AM
    5188 views | 13 replies
  • Can JSL make text in this format into a similar mind map?

    Thanks Experts!# JMP Statistical Software
    ## History and Development
    ### Origins in 1989
    #### John Sall's Vision: Combining Statistical Analysis and Graphical Visualization ## Product Evolution
    ### Over 30 Years of Innovation
    #### Led by John Sall
    #### Focus on Visual and Interactive Data Exploration
    ## Applications and Impact
    ### Worldwide Usage
    #### Across Diverse Industries
    #### Designed for Scientists a
    ...

    lala lala
    Discussions |
    Aug 28, 2024 12:41 AM
    589 views | 1 replies
  • How to adjust the height of this window with JSL?

    It's not recorded in the logThanks! 

    lala lala
    Discussions |
    Aug 28, 2024 12:20 AM
    736 views | 2 replies
  • Disallowed Combinations not working

    Hi, I am trying to make disallowed combinations in my custom design.I have a factor with two categorical levels: No ChCl and ChCl and a factor with three ChCl molar ratio (categorical): 0, 1 and 2 I want to make a Disallowed Combinations where 'No ChCl' and a molar ratio of 0 cannot be made.  ChCl== "No ChCl" & Molar ratio ChCl== '0' But the design still makes a combination of No ChCl and 0. What ...

    frejam frejam
    Discussions |
    Aug 27, 2024 11:57 PM
    2682 views | 9 replies
  • Help needed with custom DOE with complex constraints.

    Greetings JMP community, I am working on customizing a DOE. I have 4 ingredients: X1, X2, X3 and X4. The lowest and highest levels of each ingredient are shown in the attached picture.  I have the following constraints that need to be incorporated:total ingredient concentration in each recipe cannot be lower than 9.total ingredient concentration in each recipe cannot be higher than 18.There are ca...

    stat_ranger stat_ranger
    Discussions |
    Aug 27, 2024 11:56 PM
    2470 views | 9 replies

Latest Discussions

  • Can JSL make text in this format into a similar mind map?

    Thanks Experts!# JMP Statistical Software
    ## History and Development
    ### Origins in 1989
    #### John Sall's Vision: Combining Statistical Analysis and Graphical Visualization ## Product Evolution
    ### Over 30 Years of Innovation
    #### Led by John Sall
    #### Focus on Visual and Interactive Data Exploration
    ## Applications and Impact
    ### Worldwide Usage
    #### Across Diverse Industries
    #### Designed for Scientists a
    ...

    lala lala
    Discussions |
    Aug 28, 2024 12:41 AM
    589 views | 1 replies
  • How to adjust the height of this window with JSL?

    It's not recorded in the logThanks! 

    lala lala
    Discussions |
    Aug 28, 2024 12:20 AM
    736 views | 2 replies
  • How to use Regular expression to get characters?

    A simple question, please find the attachment as a demo. the requirement as following, it is required to take some information from :Label column, to two new column, details find the pic "image.png".thanks in advance.KRSean

    Sean_ShCn0 Sean_ShCn0
    Discussions |
    Aug 27, 2024 12:12 PM
    834 views | 1 replies
  • Column Character Matching Formulae

    Hi All, I have a dataset with 2 Columns, I just wanted to check to see if the data in Column 1 is matching with Column 2, It doesn't have to match row by row. All what i am interested in checking is to see if we have the same observations, The order in which they are in both the columns if not a concern.Can anybody help me with a formulae to be used to check this? ThankShawn

    RMSEBudgie341 RMSEBudgie341
    Discussions |
    Aug 27, 2024 4:43 AM
    730 views | 2 replies
  • Show group means constantly popping up

    Hi All! Using JMP 16.2.0 (570548). When I create a Variability / Attribute Gauge Chart a window automatically pops up to show group means. if I have a local data filter active and use it to view groups of data this window pops up every time. so if I want to sort for 3 out of 5 variables this pop up comes up 3 times and I have to select OK or Cancel every time.  - is there a way to suppress this po...

    DanaG DanaG
    Discussions |
    Aug 27, 2024 3:39 AM
    1873 views | 3 replies

Latest Discussions

  • AlT two factors with example fail

    Could you provided me some example, file,with example of ALT, two faftors, for example temerature and humidity. Please

    Juancho97 Juancho97
    Discussions |
    Aug 25, 2024 12:16 PM
    499 views | 0 replies
  • Machine data source list remove in "Database Operations"

    I used "File"-->Database-->Open table-->New connection to setup some tables from DB. but I found my list for new connections becomes longer and longer. like the attached pic. I did not found there is a way that i can remove any items from the connection list. the question is that is there a way that i can delete them. Thanks in advanced. KRSean

    Sean_ShCn0 Sean_ShCn0
    Discussions |
    Aug 22, 2024 7:24 AM
    747 views | 0 replies
  • Write Data from Data Table to Database

    Hello JMP-Community,I am searching your help here because I didn't found a sufficent solution for myself in other posts. It is about writing content of a data table into a table of a database.For that I wrote this little function: myInsertInto = function({dt, dbConnection, destinationName}, cols = dt << GetColumnNames(String); rows = dt << Select All Rows << GetSelectedRows; show(cols, rows); ...

    DBo_94 DBo_94
    Discussions |
    Aug 22, 2024 6:38 AM
    550 views | 0 replies
  • Is there a way to tell LCA that the rows are ordered by class?

    Typical dataset: 120-200 rows, 15 classes. Rows are known to be ordered by class. What is unknown is where the 'fences' between classes are. As-is -- i.e., without taking row order into account -- LCA correctly classifies about 94% of rows. My intuition is that if I knew how to tell the algorithm that the rows are grouped by class on input, we'd be at 100%. Visual, in case my use of 'grouped by' i...

    mtowle419 mtowle419
    Discussions |
    Aug 15, 2024 5:03 PM
    554 views | 0 replies
  • latin hyper cube

    Hi there, 

    I am attempting to run latin hyper cube with three continuous and one categorical factors, but the option is not available except for fast flexible filing design; can anyone assist me with this? thanks in advance

    H6Habib H6Habib
    Discussions |
    Aug 14, 2024 1:58 PM
    610 views | 0 replies
view all discussions