cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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 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
    649 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
    2107 views | 8 replies
  • Drive table variable with slider?

    Is there any way to drive a table variable with a slider? E.g. suppose I have this: New Table( "TableVariableSliderExample", Add Rows( 100 ), New Table Variable( "scaleFactor", 1.5 ), New Column( "x", Numeric, "Continuous", Set Values( [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39...

    BHarris BHarris
    Discussions |
    Oct 24, 2024 8:50 PM
    765 views | 3 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
    405 views | 1 replies
  • jmp not recognize sql datetime2 datatype as date

    When I query datetime2 data type columns from sql tables they come back as character variables rather than numeric dates in the JMP data type. how do I cast convert in the sql so that it will come back as a numeric column type when I query with JMP? datetime? 

    bjbreitling bjbreitling
    Discussions |
    Oct 24, 2024 2:20 PM
    1266 views | 5 replies

Latest Discussions

  • 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
    2107 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
    405 views | 1 replies
  • jmp not recognize sql datetime2 datatype as date

    When I query datetime2 data type columns from sql tables they come back as character variables rather than numeric dates in the JMP data type. how do I cast convert in the sql so that it will come back as a numeric column type when I query with JMP? datetime? 

    bjbreitling bjbreitling
    Discussions |
    Oct 24, 2024 2:20 PM
    1266 views | 5 replies
  • 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
    284 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
    398 views | 0 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
    284 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
    398 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
    311 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
    241 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
    368 views | 0 replies
view all discussions