cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to retitle a subset data table based on the data filter selections used to create it

    Using code I found in this post discussion (Solved: How to get data selected by Data Filter () into a new data table (using JSL)? - JMP User Community; https://community.jmp.com/t5/Discussions/How-to-get-data-selected-by-Data-Filter-into-a-new-data-table/m-p/642343), I am able to choose specific age and sex combinations via the data filter and generate a subset table titled "Subset of Big Class" t...

    MarginalMouse87 MarginalMouse87
    Discussions |
    Jan 28, 2026 12:13 PM
    142 views | 7 replies
  • How to get a table (small) into a list of Associatives Arrays OR how to script column name inside "For Each Row"

    Hi all!   I need to get a small table into a list of Associative Arrays. Where each row is a member of that list and is an Associative Array with column names as keys and row values as values. Currently I have this: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); listAA = {}; columnList = dt << Get Column Names( string ); For Each Row( currentAA = Associative Array(); For ...

    miguello miguello
    Discussions |
    Jan 28, 2026 10:33 AM
    49 views | 2 replies
  • Opening JMP files stored in sharepoint library

    When I try to open JMP files stored in a sharepoint library, I get the following access problem.Does anyone have a solution for this?

    johnmoore johnmoore
    Discussions |
    Jan 28, 2026 9:16 AM
    2850 views | 3 replies
  • Analysis of Data Using Mean and SD

    I wanted to know if there is a way to run models and perform data analysis when the data is only available as means and standard deviations. While modeling generally uses the mean and standard deviation as metrics to analyze and model data, JMP calculates them and then uses them for your chosen method. Unfortunately, my partners only have the data available as the means and SD per formulation. Tha...

    Novice_Hector Novice_Hector
    Discussions |
    Jan 28, 2026 8:25 AM
    391 views | 8 replies
  • How to recreate the Destructive Degradation Profiler using the Graph Profiler platform?

    The Destructive Degradation platform enables to analyze data collected from accelerated testing. A number of predefined models is available. When selecting the Arrhenius model (with temperature used as the acceleration factor) to characterize the degradation path, JMP computes model estimates and provides three degradation profilers.I would like to recreate the primary Degradation Profiler using t...

    pepees pepees
    Discussions |
    Jan 28, 2026 7:20 AM
    1663 views | 3 replies

Latest Discussions

  • Opening JMP files stored in sharepoint library

    When I try to open JMP files stored in a sharepoint library, I get the following access problem.Does anyone have a solution for this?

    johnmoore johnmoore
    Discussions |
    Jan 28, 2026 9:16 AM
    2850 views | 3 replies
  • Analysis of Data Using Mean and SD

    I wanted to know if there is a way to run models and perform data analysis when the data is only available as means and standard deviations. While modeling generally uses the mean and standard deviation as metrics to analyze and model data, JMP calculates them and then uses them for your chosen method. Unfortunately, my partners only have the data available as the means and SD per formulation. Tha...

    Novice_Hector Novice_Hector
    Discussions |
    Jan 28, 2026 8:25 AM
    391 views | 8 replies
  • How to recreate the Destructive Degradation Profiler using the Graph Profiler platform?

    The Destructive Degradation platform enables to analyze data collected from accelerated testing. A number of predefined models is available. When selecting the Arrhenius model (with temperature used as the acceleration factor) to characterize the degradation path, JMP computes model estimates and provides three degradation profilers.I would like to recreate the primary Degradation Profiler using t...

    pepees pepees
    Discussions |
    Jan 28, 2026 7:20 AM
    1663 views | 3 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
    52 views | 0 replies
  • Adding reference lines in variability plot

    I have two tables Table1 is dt=Data Table("Data"); It has columns :WAFER, :STRUCTURE, :PARAMETER and :Value  Table2 is dtr= Data Table("Targets"); it has columns :PARAMETER, USL, LSL & Target In one window ( that is active and can be used for point selection or changing legends) I want to have variability charts of all the parameters along with reference lines added (Target, USL, LSL) for each PAR...

    NewToThis NewToThis
    Discussions |
    Jan 27, 2026 9:35 PM
    128 views | 5 replies

Latest Discussions

  • 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
    52 views | 0 replies
  • How do I keep Window list docked and visible

    When I work in JMP  like to have the Window list visible at all times on left side of screen - so easier navigation between tables and plots.  For that reason I have selected ' dock the window list in maximised windows' in Preferences. But despite that the window list on left side of screen sometimes goes blank/ empty for no reason and I then have to click on Window on the top menu to navigate bet...

    JamesAlcorn JamesAlcorn
    Discussions |
    Jan 24, 2026 4:17 AM
    71 views | 0 replies
  • open as HTTP get - Credentials?

    Which credential does open() use when it accesses a file via open("https://www.google.de")

    hogi hogi
    Discussions |
    Jan 22, 2026 2:24 AM
    61 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
    619 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
    288 views | 0 replies
view all discussions