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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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
    374 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
    734 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
    175 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
    537 views | 2 replies
  • How do I get rows based on dynamic column selection in JSL

    In a JMP script I would like to retrieve the rows matching a certain criteria specified by user. I would like to do something similar to this:   Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); r = dt << Get Rows Where( :sex == "M" ); Show( r ); Only where the criteria is selected by the user, i.e. the column ("sex") and the target value ("M") should be dynamic. I have tried ...

    peter_t peter_t
    Discussions |
    Aug 26, 2025 2:25 AM
    701 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
    175 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
    537 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
    708 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
    288 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
    747 views | 3 replies

Latest Discussions

view all discussions