cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Security Warning When Running Addin on Server

    I have several addins that run on my server with no problem.  Just put a new one on the server and now I'm getting this error message: If I uncheck "Always ask..." and click Run it works.  But the security warning comes up each time.

    pmroz pmroz
    Discussions |
    Oct 26, 2024 4:42 PM
    409 views | 1 replies
  • Color cells by conditional formatting

    I need a script that looks through all columns and color cells with the value "< LOD". My script does not give the desired outcome. Any advice?dt = Current Data Table(); // Get all of the column names in the data table ColNames = dt << get column names( string ); NRows = N Rows( dt ); // Loop through each column and row to find "< LOD" and color the previous cell For( i = 1, i <= N Items( ColNam...

    Steffen_Bugge Steffen_Bugge
    Discussions |
    Oct 26, 2024 11:34 AM
    564 views | 2 replies
  • delete CHAR cols if there's only a single value, no string variation

    Wondering how I can script something to look at all the columns to see if there's at least 2 different values and delete all the single-value cols? I have thousands of 'feature' cols, all character-type, but a noticeable amount of them only have a single record in them...aka the distribution level = 1. how to detect and delete 1-record cols?

    TriangularLlama TriangularLlama
    Discussions |
    Oct 26, 2024 10:14 AM
    533 views | 3 replies
  • How to adjust individual Y axis

    How to adjust Y axis scale separately for each group in graph builder

    Alwyn Alwyn
    Discussions |
    Oct 26, 2024 9:05 AM
    1770 views | 4 replies
  • How to show the y scale and adjust it

    4 Y axis scale is same and the scale value can’t be showed,how to show it and adjust

    Alwyn Alwyn
    Discussions |
    Oct 25, 2024 9:48 PM
    1070 views | 1 replies

Latest Discussions

  • Security Warning When Running Addin on Server

    I have several addins that run on my server with no problem.  Just put a new one on the server and now I'm getting this error message: If I uncheck "Always ask..." and click Run it works.  But the security warning comes up each time.

    pmroz pmroz
    Discussions |
    Oct 26, 2024 4:42 PM
    409 views | 1 replies
  • delete CHAR cols if there's only a single value, no string variation

    Wondering how I can script something to look at all the columns to see if there's at least 2 different values and delete all the single-value cols? I have thousands of 'feature' cols, all character-type, but a noticeable amount of them only have a single record in them...aka the distribution level = 1. how to detect and delete 1-record cols?

    TriangularLlama TriangularLlama
    Discussions |
    Oct 26, 2024 10:14 AM
    533 views | 3 replies
  • How to show the y scale and adjust it

    4 Y axis scale is same and the scale value can’t be showed,how to show it and adjust

    Alwyn Alwyn
    Discussions |
    Oct 25, 2024 9:48 PM
    1070 views | 1 replies
  • Optimizing Desirability With Uncontrolled Factor

    I am looking for advice on how to automate maximizing the desirability of a process profile when I am locking one of the factors and having the others optimize around it. My process has an uncontrolled factor, so I need to adapt to what it's doing per unit I measure. My desired response can generally be achieved by adjusting the controlled factors, but the desirability situation is unique per valu...

    V1N0V3R1T4S V1N0V3R1T4S
    Discussions |
    Oct 25, 2024 2:44 PM
    775 views | 5 replies
  • Unable to run addins within Project

    We have organized many scripts into an addin for our company.  The addin responds but scripts will not run when invoked within 'Project'.  Is this something that can be remedied through the addin scripting or does the script itself have to be contained separately within the project?

    LynnWarren LynnWarren
    Discussions |
    Oct 24, 2024 10:20 PM
    2184 views | 8 replies

Latest Discussions

  • How do I replace a prediction expression in a fit model with a specific expression?

    Hi, I am completing a DOE and I have ran a fit model using the JMP software to define a design space based on desirability of certain variables, however one of the desirability variables is a simple ratio of two of the construct model effects, however when running the model, the model is defining its own prediction expression for this variable rather than using the formula in the data table. Does ...

    supermackie93 supermackie93
    Discussions |
    Oct 24, 2024 5:40 AM
    310 views | 0 replies
  • One-Versus-Rest (OVR)  and the One-Versus-One (OVO) LDA

    Hello, I'm looking for a way to test a different LDA strategy than the standard One-off (or hand-out) method when trying to predict a categorical response with multiple classes. I'm particularly interested in the One-Versus-Rest (OVR)  (also referred to as One-Versus-All or OVA)  and the One-Versus-One (OVO) strategies. So, instead of using the default One-off LDA which seeks to solve the classica...

    Quentin26 Quentin26
    Discussions |
    Oct 24, 2024 1:29 AM
    445 views | 0 replies
  • XGbbost training, validation and testing

    Hello,I have a question about handling test datasets in XGBoost. Here's my current approach:I'm using 10-fold cross-validation for model training and validationI keep a separate test dataset completely excluded during this training phase (hide and exclude in the table before launching the model)After training, I manually generate predictions on this test dataset (save predicted to table and I unhi...

    Sburel Sburel
    Discussions |
    Oct 23, 2024 11:00 AM
    340 views | 0 replies
  • Graph Builder: Ordering my overlay by descending order according to the total value of each overlay category

    Hello community, I come to you with a difficult question. Please see the image below for reference. I am using JMP 18, and I am trying to create a bar chart to show PPB values by quarter for various categories. The trouble I run into is that I want the category that has the highest total value from the chart to be on the bottom of the stack. For example, in the image below the category memory shou...

    AttributedMouse AttributedMouse
    Discussions |
    Oct 22, 2024 1:37 PM
    266 views | 0 replies
  • How does AICc criterion and Combined rules interact in Stepwise Fit Platform?

    As an entry-level user of JMP but with a bit of statistical knowledge. I encountered with a problem when trying to use the stepwise fit platform to develope a regression model for my DoE dataset. 

    I read the JMP help book and understand how combined rule applied to p-value based stepwise regression (a joint F-test and another partial F-test of interaction effect when added precedent main effects). ...

    Yun Yun
    Discussions |
    Oct 15, 2024 10:52 PM
    403 views | 0 replies
view all discussions