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

  • 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
    553 views | 0 replies
  • How F Ratio Value is determined for Brown-Forsythe and Levene's test for Equal Variance

    I had evaluate the JMP output for Brown-Forsythe and Levene's test for Equal Variance under Fit X-Y analysis module.  The values from the JMP Fit X-Y are F-Ratio, DOF for factor, DOF for sample, and Prop>F.  I performed Levenes and Brown-Forsythe test in excel using the single factor ANOVA module in the data analysis add-on to complete the Levenes and Brown-Forsythe analysis.  The F-ratio from JMP...

    Brice_L Brice_L
    Discussions |
    Aug 22, 2024 2:10 AM
    4799 views | 7 replies
  • How to calcualte the average values from selected cells/rows/columns?

    Hi, I'm wondering what would be the quickest way to calculate the average values from seleted rows/columns/cells on JMP 17? The average value from column 1 to column 6Thank you! 

    Fruit325 Fruit325
    Discussions |
    Aug 22, 2024 1:37 AM
    3439 views | 6 replies
  • Customize Column Name for Save Predicteds Column

    The following code launches the Bivariate platform and then saves predicted values in a column. This works fine. However, I would like to customize the column name for the save predicteds column. The Scripting Guide suggests sending nested messages but I can't seem to get that to work. So the questions are... 1) Is it possible to customize the name of the Save Predicteds column within the platform...

    scott1588 scott1588
    Discussions |
    Aug 21, 2024 9:57 PM
    1140 views | 3 replies

Latest Discussions

  • 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
    553 views | 0 replies
  • How F Ratio Value is determined for Brown-Forsythe and Levene's test for Equal Variance

    I had evaluate the JMP output for Brown-Forsythe and Levene's test for Equal Variance under Fit X-Y analysis module.  The values from the JMP Fit X-Y are F-Ratio, DOF for factor, DOF for sample, and Prop>F.  I performed Levenes and Brown-Forsythe test in excel using the single factor ANOVA module in the data analysis add-on to complete the Levenes and Brown-Forsythe analysis.  The F-ratio from JMP...

    Brice_L Brice_L
    Discussions |
    Aug 22, 2024 2:10 AM
    4799 views | 7 replies
  • How to select row with specific criteria from left or right of digit string?

    From example in sample.xlsx. I have a list of IDs. In my case, I have tens of thousands of those. I need to remove rows where number starts from "204". I tried using:Data Table ("Sample") << Select Where ( Contains(:Sample ID, "240")) << Delete Rows; But this will also select and delete even when "240" is in the middle of digit string. What do I do if I want to only remove when my Sample ID starts...

    Azim Azim
    Discussions |
    Aug 21, 2024 4:28 AM
    716 views | 1 replies
  • Displaying number at Risk on Kaplan Meier curve in JMP pro 17

    Can anyone help me in Displaying number at Risk on Kaplan Meier curve in JMP pro 17?

    yousefhan yousefhan
    Discussions |
    Aug 21, 2024 2:27 AM
    2949 views | 3 replies

Latest Discussions

  • 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
    553 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
    555 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
    611 views | 0 replies
  • Characters as Markers: How to get rid of the shadows?

    I like the ability to add outlines to data points. This is very useful for separating partially overlapping data points.Unfortunately, when characters are used as markers, the outline mode looks very unprofessional - kind of like shadows, but without blur.Besides turning off the outline mode - is there a way to get rid of the "shadows"? (view in My Videos)  Names Default to Here(1); dt = Open( "$S...

    hogi hogi
    Discussions |
    Aug 9, 2024 3:04 AM
    523 views | 0 replies
view all discussions