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

  • A script storing a JRP where fit is disabled.

    Hi .. 

    I am involved w/ a script where I fit Boosted Trees , store to a report. During the run, I also create a summary table for all fit metrics.  Problem: when the JRP is re-opened from storage, it reperforms BT which is an issue.  Is there a way to store a JRP where the re-fit ability is disabled , and would simply store last fit model . I want the report to show me the unique state of fit.  We ...

    altug_bayram altug_bayram
    Discussions |
    Mar 27, 2026 11:01 AM
    315 views | 2 replies
  • how to get robust Mean and Robust standard deviation faster?

    I am using below script to get robust Mean and Robust standard deviation. it works fine till 1M rows, but on a table with ~5M rows it took 45 sec. is there any other efficient way to get this ? Names Default To Here( 1 ); // 0. Guard: ensure at least one data table is open If( N Table() == 0, Throw( "No data table is open. Please open a data table first." ) ); dt = Current Data Table(); // ...

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Mar 27, 2026 7:35 AM
    198 views | 2 replies
  • Fit Definitive Screening Platform confusion

    After running a DSD & clicking the "Fit Definite Screening" button, the program outputs the following: Stage 1 - Main Effect EstimatesStage 2 - Even Order Effect Estimates &Combined Model Parameter EstimatesAlong with a Prediction profiler.  If there are several main effects listed as significant in the Stage 1 menu as indicated by Prob>|t| being below 0.01, but the Prob>|t| for those same effects...

    MJZ82 MJZ82
    Discussions |
    Mar 27, 2026 7:32 AM
    285 views | 3 replies
  • consistent marker and style control - type properties

    I wished there was a consistent marker control in Graph Builder.

    hogi hogi
    Discussions |
    Mar 26, 2026 2:44 PM
    1427 views | 9 replies
  • How do I use a formula to calculate mean for selected rows

    Hi everyone, To preface, I am basically a new user to JMP so I don't know how to do any scripting.  Just basic formulas, etc.  Here is what I need to do and can't figure out how.  I'd like to first calculate an average of the "Amount of Cyandin" for each of the same "Sample Number" (goal to have a column that calculates what I've placed in the "Average of three injections" column.  Similarly I'd l...

    EmilyT EmilyT
    Discussions |
    Mar 26, 2026 1:59 PM
    7116 views | 6 replies

Latest Discussions

  • how to get robust Mean and Robust standard deviation faster?

    I am using below script to get robust Mean and Robust standard deviation. it works fine till 1M rows, but on a table with ~5M rows it took 45 sec. is there any other efficient way to get this ? Names Default To Here( 1 ); // 0. Guard: ensure at least one data table is open If( N Table() == 0, Throw( "No data table is open. Please open a data table first." ) ); dt = Current Data Table(); // ...

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Mar 27, 2026 7:35 AM
    198 views | 2 replies
  • consistent marker and style control - type properties

    I wished there was a consistent marker control in Graph Builder.

    hogi hogi
    Discussions |
    Mar 26, 2026 2:44 PM
    1427 views | 9 replies
  • JMP 19 to connect to JDBC IBM DB2

    IBM DB2 migrating from ODBC to JDBC.
    While ODBC connections have been working fine, we are unable to find a working solution for JDBC connection through JMP 19. Classpath has been defined for JDBC driver.
    But still gives error that it failed to load Driver.

    Appreciate, if someone can share working solution.   // Ensure you have the IBM Db2 JDBC driver JAR (db2jcc4.jar) in JMP's Java classpath // You...

    CompositePuma42 CompositePuma42
    Discussions |
    Mar 25, 2026 12:16 PM
    440 views | 4 replies
  • New instance of JMP® is opened each time a new file is opened

    Hi everyone,   I've searched around and found some solutions to the problem that I am having, but none of them have seem to worked for me, so I thought I would just ask again to see if anyone might have some additional insight.   I help train colleagues at our company in using JMP and one problem that we regularly encounter is that if someone opens a file from Windows Explorer while they already h...

    althompsonphd althompsonphd
    Discussions |
    Mar 25, 2026 3:30 AM
    15813 views | 19 replies
  • Issues with DOE Custom Design

    I have a doubt about the LPP problem. I go for DOE-> Custom Design    Here I define our Objective  Z= Maximum or Minimum    Then I define and depend on factors and their variable type and range (Say X1 and X2)   Then i define constraints    Then I select the number of runs (default or user define)   Then Make Design-> Make Table   Data options for X1 and X2 values are already fixed in this phase  ...

    AnkushSethi AnkushSethi
    Discussions |
    Mar 25, 2026 2:16 AM
    264 views | 2 replies

Latest Discussions

view all discussions