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

  • 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
    917 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
    1289 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
    1389 views | 5 replies
  • Rectangle Graphic

    Hello everybody,is there an easy way in JMP to generate a graph with different rectangles (different sizes)? See an example attached.With this graph I would like to give an overview of different materials and their corresponding shapes.  Thanks in advance.Johannes

    JohannesENS JohannesENS
    Discussions |
    Oct 25, 2024 7:17 AM
    5966 views | 8 replies
  • How to use different labels for the same bar chart?

    Positive and negative values like this use different cotton swabsThanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); r = N Row( dt );ca = "weight";ar = dt << GetAsMatrix( ca ); For( i = 1, i <= r, i++, ar[i, 1] = -ar[i, 1]);dt[0, ca] = ar; c1 = Quantile( 0.8, dt[0, "height"] );c2 = Quantile( 0.2, dt[0, "weight"] ); ca = "A";New Column( ca );Column( ca ) << Formula( If( height > c1, height ) );dt << ...

    lala lala
    Discussions |
    Oct 25, 2024 1:24 AM
    1119 views | 5 replies

Latest Discussions

  • 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
    917 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
    1289 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
    1389 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
    2999 views | 8 replies
  • Migrating from desktop version of JMP to JMP Live

    I'm looking for guidance on how to migrate from JMP thick client (on individual user desktops) to JMP Live in the cloud. Are there recommended tools/techniques that have worked well for others. Am also planning to retain connectivity to the same Informatica middleware - are there any known constraints with Informatica and JMP Live?

    GraphicalAvg800 GraphicalAvg800
    Discussions |
    Oct 24, 2024 2:33 PM
    771 views | 1 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
    496 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
    697 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
    511 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
    597 views | 0 replies
  • PLS

    New to PLS and confused as to the following: when I run the PLS and ask for results  for two factors, I  get two rows for each Y (in this case metabolites). I must  be interpreting the results wrong, as I do not expect two rows for each metabolite, with a total of four different scores, two apparently corresponding to each factor.  

    CarlSchmidt CarlSchmidt
    Discussions |
    Oct 12, 2024 7:49 AM
    459 views | 0 replies
view all discussions