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

  • Opportunity to participate in an informal, anonymous survey of work location preferences for a JMP Discovery presentation.

    We (@trish_roth and @wendytseng) are collecting opinions about remote, hybrid and on business premises work options for JMP’s Annual Discovery Americas Conference (Exploratory Data Analytics user conference), paper presentation 2024-US-30MP-1900. The survey is anonymous and will take approximately 10 minutes to complete. Please submit your responses by July 31, 2024
    Survey: Remote, Hybrid, In-Off...

    trish_roth trish_roth
    Discussions |
    Aug 23, 2024 11:32 AM
    1083 views | 1 replies
  • Training and Validation R2s in Lasso/Elastic net

    Dear all, I use k-fold cross-validation in combination with penalized regression models (lasso, elastic net) and want to examine the (averaged) R2 values of the training/validation sets to check for overfitting and explained variance. I already searched around with the many options, but I can not find that. Is there a way to show this? It would be great, if that could be shown in the overview tabl...

    MarkusJH MarkusJH
    Discussions |
    Aug 23, 2024 10:52 AM
    2671 views | 5 replies
  • Select cols where null, based on other col's classification AvB?

    Trying to brainstorm this. I have a big data set with a grouping col A vs B, then hundreds of data feature cols. One problem is that some of the cols only have data for one group or the other and thus aren't useful, so I want to select and exclude those cols. How would I script: search group of cols when all rows = null for any of the groups

    TriangularLlama TriangularLlama
    Discussions |
    Aug 23, 2024 8:56 AM
    1245 views | 2 replies
  • Transitioning Project from GraphPad to JMP

    Hello everyone, I'm moving a huge project/worksheet (with multiple datasets, analysis, graphs across multiple years) from Graphpad to JMP. I've downloaded the project into a .pzfx file format. I've tried to open the file in JMP (by going to File, Open, select all file types, and choosing the file), but it was not read into JMP properly.  Other than having to download each dataset as a csv file, wh...

    JmpLearner1 JmpLearner1
    Discussions |
    Aug 23, 2024 8:54 AM
    1279 views | 2 replies
  • Looking for JMP software house in Penang

    Hi There, I'm looking for a software house that offer the JMP statistical software to perform predictive analytics in Penang Island, can anyone provide the contact if have one?

    oboonhon oboonhon
    Discussions |
    Aug 23, 2024 8:28 AM
    649 views | 1 replies

Latest Discussions

  • Training and Validation R2s in Lasso/Elastic net

    Dear all, I use k-fold cross-validation in combination with penalized regression models (lasso, elastic net) and want to examine the (averaged) R2 values of the training/validation sets to check for overfitting and explained variance. I already searched around with the many options, but I can not find that. Is there a way to show this? It would be great, if that could be shown in the overview tabl...

    MarkusJH MarkusJH
    Discussions |
    Aug 23, 2024 10:52 AM
    2671 views | 5 replies
  • Transitioning Project from GraphPad to JMP

    Hello everyone, I'm moving a huge project/worksheet (with multiple datasets, analysis, graphs across multiple years) from Graphpad to JMP. I've downloaded the project into a .pzfx file format. I've tried to open the file in JMP (by going to File, Open, select all file types, and choosing the file), but it was not read into JMP properly.  Other than having to download each dataset as a csv file, wh...

    JmpLearner1 JmpLearner1
    Discussions |
    Aug 23, 2024 8:54 AM
    1279 views | 2 replies
  • Looking for JMP software house in Penang

    Hi There, I'm looking for a software house that offer the JMP statistical software to perform predictive analytics in Penang Island, can anyone provide the contact if have one?

    oboonhon oboonhon
    Discussions |
    Aug 23, 2024 8:28 AM
    649 views | 1 replies
  • How do I get the value of the R-Sq, L1, L2 and lambda out of Elastic Net Regression platform so I can compare models?

    I am comparing different parameter settings for some elastic net regression models on a smallish data set to demonstrate at what point datasets are too small for regression methods and want to compare between JMP, SAS, R and Python. Although I can set the alpha, I can't see how to directly output the lambda, L1 and L2 values that are used in the chosen models and the resulting R-Sq for the model. ...

    gemmahodgson gemmahodgson
    Discussions |
    Aug 23, 2024 2:37 AM
    1297 views | 2 replies
  • select all the excluded cols, then delete?

    I'm working with a script that's doing some big data analysis on dt's with 10k+ cols. some of my first passes for screening these features results in excluding ~90% of the cols for further deeper analysis. In the interest of tidying up and reducing the dt, I want to select all the excluded cols and delete them. Any tips on how to script this? In my script, I am generating a colsList that is the 'k...

    TriangularLlama TriangularLlama
    Discussions |
    Aug 22, 2024 5:26 PM
    839 views | 1 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
    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
    553 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
  • 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
    522 views | 0 replies
view all discussions