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

  • Interactive journals

    Hello, I am working with JMP and need assistance with creating an interactive journal. My goal is to include a feature that allows users to select and highlight specific batches within a graph. Here are the details of the script and what I am trying to achieve:     Names Default To Here(1); Current Data Table(dt); dt << New Column("Time Point Months", Formula(Round(:Time Point Days / 30.438), 2))...

    ConvergentWhale ConvergentWhale
    Discussions |
    Aug 27, 2024 1:07 AM
    996 views | 2 replies
  • why one of the level of a factor is not included in the prediction profiler?

    Hi, I am doing analysis of my bioprocess data in which I am trying to screen the effects of factors such as seeding, feeding etc on antibody productivity. For seeding I have three level 1.2, 2 and 4, however, I found that in the prediction profiler, the level 4 is missing. I am wondering why this lease square model don't take level 4 into consideration?  thanks

    ProbitMarten155 ProbitMarten155
    Discussions |
    Aug 26, 2024 6:20 PM
    816 views | 2 replies
  • New Character Column Based on Date Range

    Hi Everyone, New to JMP here.  I have a Date/Time table where I would like to establish a conditional new column that if the date is > 1/1/2024, then return a character of "After."  If this is not met, return "Before."  I have tried the formula editor but still having issues.....just blanks in the rows. Thanks!

    LEARNING LEARNING
    Discussions |
    Aug 26, 2024 5:27 AM
    1284 views | 4 replies
  • What are some reasons JMP fails to see an equivalence (==)? Is there an approximately equal function ~== to manage rounding errors?

    I'm working on a script to check some parametric data generated by a test program. The table I have is for some laser spectra which have a single SpectralPeak and Left and/or Right Side Peaks. I would like to visualize the data in JMP, so I created this plot: I'm able to highlight the Peak from the spectra with a column which uses a simple formula to populate the rows only at the SpectralPeakPower...

    jbovingt jbovingt
    Discussions |
    Aug 26, 2024 5:26 AM
    610 views | 1 replies
  • Considering Significant Figures in Control Limits Calculation for an X-bar Chart

    I want to build an X-bar chart for data on the thickness of tablets over 20 intervals (200 measurements). The specification limits are 3.0-3.5 mm. JMP calculated very narrow control limits for me, which are 3.28 and 3.35. In rounding these numbers, the limits become 3.3-3.3. I am interested in having only one decimal place, and I see through JMP's calculations that it does not consider significant...

    Bar2024 Bar2024
    Discussions |
    Aug 26, 2024 3:38 AM
    1118 views | 1 replies

Latest Discussions

  • Interactive journals

    Hello, I am working with JMP and need assistance with creating an interactive journal. My goal is to include a feature that allows users to select and highlight specific batches within a graph. Here are the details of the script and what I am trying to achieve:     Names Default To Here(1); Current Data Table(dt); dt << New Column("Time Point Months", Formula(Round(:Time Point Days / 30.438), 2))...

    ConvergentWhale ConvergentWhale
    Discussions |
    Aug 27, 2024 1:07 AM
    996 views | 2 replies
  • What are some reasons JMP fails to see an equivalence (==)? Is there an approximately equal function ~== to manage rounding errors?

    I'm working on a script to check some parametric data generated by a test program. The table I have is for some laser spectra which have a single SpectralPeak and Left and/or Right Side Peaks. I would like to visualize the data in JMP, so I created this plot: I'm able to highlight the Peak from the spectra with a column which uses a simple formula to populate the rows only at the SpectralPeakPower...

    jbovingt jbovingt
    Discussions |
    Aug 26, 2024 5:26 AM
    610 views | 1 replies
  • Considering Significant Figures in Control Limits Calculation for an X-bar Chart

    I want to build an X-bar chart for data on the thickness of tablets over 20 intervals (200 measurements). The specification limits are 3.0-3.5 mm. JMP calculated very narrow control limits for me, which are 3.28 and 3.35. In rounding these numbers, the limits become 3.3-3.3. I am interested in having only one decimal place, and I see through JMP's calculations that it does not consider significant...

    Bar2024 Bar2024
    Discussions |
    Aug 26, 2024 3:38 AM
    1118 views | 1 replies
  • 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
  • plotting data with same heading from two different data table without combining them.

    Hello,I am very new to JMP and I am looking for a way to make a X-Y plot from multiple data tables without combing them. For example, I have a data table “Men” with two variables “age” and “weight”, and I have another data table “Women” with the same variable names “age” and “weight”. I would like to make a simple X-Y plot: age vs weight, using the values from these two data tables, I don’t want t...

    Sam_030 Sam_030
    Discussions |
    Aug 24, 2024 6:22 AM
    767 views | 2 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
    746 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
    552 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