cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • How to record DoE generation time ?

    Hi dear JMP Users,   I have a question regarding the recording of the time used for the generation of a DoE. My project is to evaluate the time complexity of different Space-Filling DoE algorithms on different configurations (dimensionality and sample size).
    However, when creating a Space-Filling design (or any other Custom DoE), there is no indication of the time needed to compute the design. I t...

    Victor_G Victor_G
    Discussions |
    Aug 27, 2025 8:21 AM
    434 views | 5 replies
  • Target level in Fit Modell and Model screening Platform

    I am running Model screening to predict a target outcome ("Yes"). My problem is that In Fit Model the Target level is always set to the wrong level (the majority class "No"). I already have changed the value order in the column info of the target column, however without result. Moreover, if I run the Model screening platform I can not choose the target level myself. How can I change the level of m...

    Lu Lu
    Discussions |
    Aug 27, 2025 7:32 AM
    325 views | 3 replies
  • Statstical Performance of XGBoost in Model screening Test set

    Hello, I am using Model screening and Nested cross validation to compare several ML models for the classification of a disease. XGBoost is performing the best across Test folds for ROC- AUC and Misclassification rate. But when I want to look in more detail to other statistics by performing Decision Threshold analysis I get all performances (F1-scores, MCC, Sens, Spec? etc..) for all other models b...

    Lu Lu
    Discussions |
    Aug 27, 2025 5:17 AM
    349 views | 3 replies
  • Adding row values based on graph selection

    Hi, I have data that is spread over serval positions (X\Y). I would like to plot the data on graph builder, mark set of data (based on the position) and for this selected rows add new value in different column.  for example, add new column "Group" and for the selected rows give the value "a1". currently, I am using one of two methods: lag function, or recode for X and then Y and concatenate the ne...

    Ohad_s Ohad_s
    Discussions |
    Aug 27, 2025 2:22 AM
    704 views | 4 replies
  • script - delete or reorder colums

    hi,   I would like to add "delete multiple columns" or "reorder multiple columns" to my script. How can I code this into my scripts? JMP help provides a simple description for a single column, but I can't do it manually for more than 100 columns. Thank you in advance   A++  Zdenek   dt = Open("$SAMPLE_DATA/Big Class.jmp"); dt:height << Set Selected; Wait(2); dt << Delete Columns(); Edit (jthi): ad...

    cz1 cz1
    Discussions |
    Aug 27, 2025 12:39 AM
    167 views | 1 replies

Latest Discussions

  • script - delete or reorder colums

    hi,   I would like to add "delete multiple columns" or "reorder multiple columns" to my script. How can I code this into my scripts? JMP help provides a simple description for a single column, but I can't do it manually for more than 100 columns. Thank you in advance   A++  Zdenek   dt = Open("$SAMPLE_DATA/Big Class.jmp"); dt:height << Set Selected; Wait(2); dt << Delete Columns(); Edit (jthi): ad...

    cz1 cz1
    Discussions |
    Aug 27, 2025 12:39 AM
    167 views | 1 replies
  • difference in EFFECT TESTS between Generalized regression and Fit Least Squares platforms

    I'm on JMP Pro 18.2.2 and have noticed that the Effect Test table differs substantially between the Generalized Regression platform and Fit Least squares (and also all other platforms in JMP) when there is an interaction term.  This is true even when the design is perfectly balanced.  The Generalized Regression platform generates sums of squares that depend on the parameterization of the factors. ...

    GUhartel GUhartel
    Discussions |
    Aug 26, 2025 4:19 PM
    533 views | 2 replies
  • create new column and set each row value from different column based on another column (column name variable)

    Hi,   I have data similar to example in picture. first 6 columns are related. I created MaxCol to find out who has the Max which based on first 3 columns, then I want to create MaxValFromCol column where it take value from one of the column from 4-6. it will pick value from column 4-6 based on MaxCol. I tried to set the value of MaxValFromCol using Column(char(:MaxCol) || "_t"), but not success. ...

    dadawasozo dadawasozo
    Discussions |
    Aug 25, 2025 9:31 PM
    679 views | 5 replies
  • Easy way to broadcast x-axis settings in Run Chart

    Under Analyze>Quality and Process>Control Charts>Run Chart, if you make run chart plots of multiple Y variables, it does not appear that you can broadcast x-axis settings for all the charts.  Rather frustrating.  Any workarounds for this?  

    MathStatChem MathStatChem
    Discussions |
    Aug 25, 2025 10:35 AM
    263 views | 3 replies
  • How to separate excel "copy paste" in JMP string?

    Hey, so by copy pasting some cells from excel into a JMP data table column, the cells are perfectly split into separate rows. But if I paste the same cells into a text edit box or just in a JSL script, the cells are only separated by a "pseudo" line break. They all are in different rows but don't have a whitespace or line break or other delimiter in between. How can I separate them like JMP does i...

    Erik_The_First Erik_The_First
    Discussions |
    Aug 25, 2025 12:13 AM
    728 views | 3 replies

Latest Discussions

view all discussions