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

  • How to 'Save Best Transformation' in "Box-Cox Transformations" using JSL.

    I need to save best transformation in the table using JSL. How can I achieve that?    Names Default To Here( 1 ); dt = Current Data Table(); // 1. Column Selection dlg = Column Dialog( colList = Col List( "Select Test Column", Max Col( 1 ) ) ); If( dlg["Button"] == -1, Throw( "User cancelled" ) ); selectedColList = dlg["colList"]; col = Column( dt, selectedColList ); // 2. Run Fit Model to ac...

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Mar 6, 2026 10:07 PM
    209 views | 1 replies
  • Mixed Model and Multiple Comparisons

    My study looked at whether begging calls differed between 5 bird species. After recording each individual, I chose 5-10 begging calls to measure from the individual. Thus, I am using a Mixed Model with ID as my random effect and Species as my fixed effect. I need to run multiple comparisons to determine which pairs of species' calls differed. The JMP manual for running multiple comparisons in a Mi...

    IndependentHare IndependentHare
    Discussions |
    Mar 5, 2026 1:03 AM
    230 views | 1 replies
  • EMP GRR : AIAG reproducability

    using ANOVA from Fit Model and then GRR EMP + AIAG GRR , we are matching the Within Repeatability Variance and Part to Part Variance but :   the Reproducability Variance is expected to be zero ( actually it was negative )    Can we get help to understand from where the Reproducability Var component is worked out ?   Please use the truncated data in the files   

    carloaz carloaz
    Discussions |
    Mar 4, 2026 7:32 PM
    1699 views | 11 replies
  • How to add 45° (y=x) line to graph?

    Does anyone have a smarter way to add a 45° (y=x) line to an x-y plot? I currently do the following:Set x-axis and y-axis pixels to the same value in the Frame Size dialogUse the drawing tool to manually add a line to the plotThe line is never quite perfect and has to be adjusted when plot is changed.JMP Developers: this would be a great option to add to: Y-axis specification, Reference Lines. It ...

    markschahl markschahl
    Discussions |
    Mar 3, 2026 1:52 PM
    32930 views | 8 replies
  • DOE viscosité : mélange ou facteurs continus ? Gestion des contraintes et additifs catégoriels

    Nous nous demandons si notre manière de poser le problème de DOE dans un custom design est appropriée. Notre objectif est d’étudier l’influence sur la viscosité de trois familles d’additifs épaississants ainsi que leurs interactions. Les additifs sont regroupés selon leur effet déclaré lorsqu’ils sont utilisés seuls : bas, moyen et haut gradient de cisaillement. Les interactions entre additifs agi...

    Pierrick Pierrick
    Discussions |
    Mar 3, 2026 11:58 AM
    273 views | 1 replies

Latest Discussions

Latest Discussions

  • JMP Window ordering and confusion

    How do I get newly opened JMP files to appear as the top window in my apps. How many times have I mistaken the newly opened for the currently opened. Very, VERY annoying.

    EQ_Engineer EQ_Engineer
    Discussions |
    Feb 26, 2026 2:44 PM
    213 views | 0 replies
  • Color Coding Categorical Report

    When I create a Categorical Report to look at data, I would LOVE if the "Total"/"Total Responses" line could be bold or in a different color to easily stand out. Is this possible to do?

    BackwardWords96 BackwardWords96
    Discussions |
    Feb 19, 2026 10:36 AM
    154 views | 0 replies
  • string - or function

    In a code, the coding for the expression handling was wrong and produced a surprising result.

    I reduced it to an interaction between "x()" [inside Variables (x(:column))] and a variable x.   an example: x= "hello"; type(x); // -> string X(5) // -> "hello"   After defining a variable x, I can use it as a function x(...) - with an arbitrary argument
    ...  and JMP will return the content of x.   someho...

    hogi hogi
    Discussions |
    Jan 28, 2026 3:59 AM
    267 views | 0 replies
  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    1076 views | 0 replies
  • Analyzing and Interpreting a Mixture of Mixtures Model

    I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...

    bryantw bryantw
    Discussions |
    Dec 5, 2025 12:56 PM
    513 views | 0 replies
view all discussions