cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • What might be the most appropiate approach to modeling an ordinal response variable in a DoE ?

    Hi Community, I have a DoE with several response variables. One of those response variables is an ordinal one having levels: -3, -2, -1, 0, 1, 2 and 3. My questions is what might be the best or more pertinent way to model this response variable ? is it to model it as an ordinal variable using logistic regression ? or considering the variable as a continuous one and using traditional Ordinal least ...

    Julianveda Julianveda
    Discussions |
    Aug 28, 2024 5:55 AM
    2931 views | 4 replies
  • [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
    9585 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
    1063 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
    1290 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
    4940 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
    1063 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
    1290 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
    1407 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
    1343 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
    2850 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
    836 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
    1155 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
    896 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
    875 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
    1021 views | 0 replies
view all discussions