Stability Analysis Course
This free recorded course covers stability analysis across product phases. The demonstrations were recorded in an older version of JMP, but the concepts and principles for assessing product ...

This free recorded course covers stability analysis across product phases. The demonstrations were recorded in an older version of JMP, but the concepts and principles for assessing product ...
We’re excited to bring you this free e-learning course on an Introduction to the JMP Scripting Language (JSL). The course includes many topics, some for beginners new to using JSL, and some for more ...
Statistical Thinking for Industrial Problem Solving is a free, online course available to anyone interested in building practical skills in using data to solve problems better. The course is comprise...
This 45-minute self-paced course features videos with practice exercises and quizzes designed to help you become familiar with JMP. It lets you begin using JMP comfortably and see where to conti...
Learn more in our online course with videos, practice exercises & quizzes. Select and take the lessons in any order. Introduction to the JMP Scripting Language In this d...
We’re excited to bring you this free e-learning course on Custom Design of Experiments. This course focuses on the core principles of designing an experiment, enabling you to understand and appl...
We’re excited to bring you this free e-learning course on Statistical Decisions Using ANOVA and Regression. The course includes many topics in the fundamentals of statistics, and most lessons build o...
We’re excited to bring you this free e-learning course on Statistical Process Control. The course includes many topics, some for beginners new to SPC, and some for more advanced SPC practitioners. Yo...
...bsp;public course schedule. The public courses are an opportunity to learn this content with a live instructor, but they are currently only offered in English and at times most convenient t...
So, suppose you want to create a report that includes objects or display boxes that aren't part of a standard set of display boxes in a JMP platform, or maybe you want to create a report using values...
In this demonstration, we'll take a look at how the display boxes are organized in the report layer, and see how we can access the contents of those display boxes. So in section of the course journal...
Let's talk about how you access the nested display boxes within the display tree. Well, just like you use subscripts with lists and matrices, you use subscripts with display tree objects. First, you ...
In built-in JMP platforms, the report layer is usually organized as an outline, but there are other kinds of organization available. For example, you could organize the information in tabs or panels....
So, you need to understand the report layer of built-in JMP platforms if you want to design and make your own custom reports using elements of those platforms. Your custom report can include simple c...
Remember that messages to the platform object are initially directed to the analysis layer. These messages can request additional analyses or options, such as those found in the red triangle menus. Y...
In this demonstration, we'll see how to script the analyses performed by some of the commonly-used platforms in JMP. In the journal in section I'll click on Concrete Strength and Humidity Data, and t...
Your script can enhance the analysis by adding a column switcher or a local data filter to the platform used by your script. So, you can include the Local Data Filter argument or the Column Switcher ...
Just about every platform in JMP includes an optional analysis role called the BY role. You can use this when you want to obtain separate analyses or graphs for every level or group in a column. For ...
The report layer of a platform also responds to messages, but you have to access it through a separate object reference. You obtain a reference to the report layer by sending the Report message to th...
To launch a platform, you send a message to a data table. In return, you receive a reference to the analysis layer object. You can save this reference for later use. Let's take a look at an example. ...
JMP provides your analyses and plots through objects called platforms. Examples of platforms include Distribution, Bivariate, Fit Least Squares, and Graph Builder. JMP platforms combine related funct...
This demonstration shows two more commands from the Tables menu-- the Stack and Concatenate commands. So in section of the journal, I'm going to click on Cure Time Data again. And the organization of...
What if you want to add one or more data tables to an existing table? For example, maybe the raw data are stored in different tables for different groups, or for different periods of data collection,...
Sometimes, you might need to combine the values from two or more columns into one column. This is known as stacking columns. The raw might data might be structured in such a way that there's a separa...
So in this demonstration, we'll look at selecting specific rows and using the subset command, which interactively is found in the Tables menu, to pull out a subset of the data table. So in the course...