cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Mutidimensional scaling - data format

    I am trying to conduct a multidimensional scaling procedure using a set of multivariate data.  JMP provides a sample data "Flight Distance" which contains a triangular data of distances.  In this case each distance is one value, but the data I consider is like individual distances measured several times, each being slightly different.  My actual data consists of combinations of 10 variables, the d...

    PowerLlama654 PowerLlama654
    Discussions |
    Dec 26, 2025 7:45 AM
    54 views | 0 replies
  • How to remove a variable in Graph builder

    Hello,   I am trying in the script below to remove the variable  age in the X axis but I can't achieve to remove it this way, does anyone had the same issue ? Note: I know I could remove it with Remove variable(index) but I don't know in advance if this variable is in the graph, so I want to avoid accidentally deleting another graph via the index.     Names Default To Here( 1 ); dt = Open( "$SAMP...

    SophieCuvillier SophieCuvillier
    Discussions |
    Dec 26, 2025 1:55 AM
    72 views | 1 replies
  • Tiny Traps in Jmp and JSL

    JMP has 1 million cool features which allow the user to analyze the data at warp speed.
    There are just a few tiny traps. They are less annoying for users who know where they are hidden.
    → Let's make a map! - and stay away from the dangerous places.

    [More Topic Containers like this one]   Topic:additional infov18V19Graph Builder and Reports
       Graph Builder + multiple response + multiple histograms 

    TS...

    hogi hogi
    Discussions |
    Dec 25, 2025 1:41 PM
    4472 views | 7 replies
  • Python in JMP: dataframe column to datatable column best practices and computation speed implications

    Background * Using Python in JMP19 scripting environment. * Creating dataframe (df) from pandas from existing JMP datatable (dt).  * Running function that requires df input and returns a new df result.  Lets call it df_results. * Transferring results back to JMP datatable column. This works, but there are two things that make me suspect I'm not doing this properly.  For one, I get a warning in the...

    MeanChris MeanChris
    Discussions |
    Dec 25, 2025 1:13 PM
    2344 views | 26 replies
  • Global Variables overwritten in a loop

    Hello, I create windows in a loop following columns. For example, in the JSL example below, I create a window with the distribution and a button that temporarily hides the window for each column (Age, Weight). The problem is that as my loop progresses, my object variables are overwritten by the last window. For example, in the age window generated by the example, clicking on the button is supposed...

    SophieCuvillier SophieCuvillier
    Discussions |
    Dec 24, 2025 9:33 AM
    221 views | 6 replies

Latest Discussions

  • Mutidimensional scaling - data format

    I am trying to conduct a multidimensional scaling procedure using a set of multivariate data.  JMP provides a sample data "Flight Distance" which contains a triangular data of distances.  In this case each distance is one value, but the data I consider is like individual distances measured several times, each being slightly different.  My actual data consists of combinations of 10 variables, the d...

    PowerLlama654 PowerLlama654
    Discussions |
    Dec 26, 2025 7:45 AM
    54 views | 0 replies
  • Tiny Traps in Jmp and JSL

    JMP has 1 million cool features which allow the user to analyze the data at warp speed.
    There are just a few tiny traps. They are less annoying for users who know where they are hidden.
    → Let's make a map! - and stay away from the dangerous places.

    [More Topic Containers like this one]   Topic:additional infov18V19Graph Builder and Reports
       Graph Builder + multiple response + multiple histograms 

    TS...

    hogi hogi
    Discussions |
    Dec 25, 2025 1:41 PM
    4472 views | 7 replies
  • JMP/JSL way to run periodic background tasks for refreshing cached data?

    I am a developer and already familiar with how background workers, schedulers, and similar patterns are normally implemented in general‑purpose programming languages. However, I’m interested in the JMP‑specific way to handle this. I have a JMP add‑in where the workflow loads data from a cached data file first, and users also have a button they can click if they want to refresh the cache and pull...

    OddsDeer284888 OddsDeer284888
    Discussions |
    Dec 23, 2025 8:15 AM
    75 views | 1 replies
  • JMP Scope -- Dynamic vs. Lexical scope and general confusion learning JSL

    If I'm wrong please correct me, but it would seem that JMP has dynamic-scope with no scope persistence (except for the pseudo-namespaces Here, Window, Box).  This contrasts with many popular programming languages that have lexical-scope with full scope-persistence using reference-counters. This caused a lot of head-smashing on my end until I gained the intuition needed to work with the weird scope...

    ErraticAttack ErraticAttack
    Discussions |
    Dec 23, 2025 6:53 AM
    2128 views | 5 replies
  • Update Column Axis Reference Line based on data from another data table

    I'm looking to add column reference lines based on data from another data able. An example, using "Big Class" would update columns "weight' and "height" with P50 and P95 values from a lookup data table.   The rows on the lookup data table correspond to the column names in the main table. The reference lines would need to assign the label value from the lookup table column name "P50" or "P95" and t...

    Heart_To_Tell Heart_To_Tell
    Discussions |
    Dec 22, 2025 10:11 PM
    3342 views | 9 replies

Latest Discussions

  • Mutidimensional scaling - data format

    I am trying to conduct a multidimensional scaling procedure using a set of multivariate data.  JMP provides a sample data "Flight Distance" which contains a triangular data of distances.  In this case each distance is one value, but the data I consider is like individual distances measured several times, each being slightly different.  My actual data consists of combinations of 10 variables, the d...

    PowerLlama654 PowerLlama654
    Discussions |
    Dec 26, 2025 7:45 AM
    54 views | 0 replies
  • JMP bug or alternate calculation in Life Distribution scale confidence limits?

    Dear JMP, I found a discrepancy between a JMP result and the result in the textbook you cite as a reference.  Is this a bug or does JMP use a different calculation than the textbook? JMP Pro 17.2.0 > Reliability and Survival > Life Distribution platform, fit to a Weibull, Wald confidence intervals > in the Parametric Estimate – Weibull section, all the numbers agree except the scale and Weibull ß ...

    scjphysicist scjphysicist
    Discussions |
    Dec 18, 2025 3:51 PM
    108 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
    249 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
    198 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    197 views | 0 replies
view all discussions