cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
] />

Learning Library

Choose Language Hide Translation Bar

Latest Posts

  • Support Vector Machines - Classification

      Build a boundary based statistical model to predict a categorical outcome (classify) as a function of multiple predictor variables. SVM is able to create much more flexible boundary shapes than the Classification Tree (Partition) and Discriminant Analysis method. Support Vector Machines From an open JMP® table, select Analyze > Predictive Modeling > Support Vector Machines.Add a nominal or ordi...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:33 PM
    456 views | 0 replies
  • Support Vector Regression

     Build a boundary based statistical model to predict a continuous outcome as a function of multiple predictor variables. SVR is able to create much more flexible boundary shapes than the Regression Tree (Partition) method. [video] Support Vector Regression From an open JMP® table, select Analyze > Predictive Modeling > Support Vector Machines.Add a continuous variable from Select Columns to ...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:32 PM
    228 views | 0 replies
  • K Nearest Neighbors

     Use a proximity-based algorithm to predict a categorical outcome (classify) or prediction the value of a continuous outcome for new observations based upon the outcomes of similar observations (i.e., their nearest neighbors). K Nearest Neighbors From an open JMP® table, select Analyze > Predictive Modeling > K Nearest Neighbors.Select a categorical or continuous response variable from Select Col...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:31 PM
    287 views | 0 replies
  • Neural Networks

    Build a network based model to describe the impact that multiple predictor variables have on an outcome and to make predictions of a categorical outcome (classify) or a continuous outcome. Neural Networks From an open JMP® data table, select Analyze > Predictive Modeling > Neural.Select a response variable from Select Columns and click Y, Response. Here we chose ‘Price’.Select explanatory variabl...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:30 PM
    349 views | 0 replies
  • Simple Logistic Regression

    Use to model the relationship a continuous explanatory variable has with a categorical outcome variable. Useful for estimating the probability of the occurrence of an event for different values of the explanatory variable.  Logistic Regression Using Fit Y by X From an open JMP® data table, select Analyze > Fit Y by X.Click on a categorical variable from Select Columns, and click Y, Response (nomi...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:29 PM
    749 views | 0 replies
  • Multiple Logistic Regression

    Use to model the relationship two or more continuous or categorical explanatory variables has with a categorical outcome variable. Useful for estimating the probability of the occurrence of an event for different values of the explanatory variables.  [video] Multiple Logistic Regression Using Fit Model From an open JMP® data table, select Analyze > Fit Model.Click on a categorical variable from Se...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:29 PM
    404 views | 0 replies
  • Naive Bayes

      Use this predictive modeling technique to predict a categorical outcome (classify) as a function of multiple predictor variables. The technique classifies observations by applying Bayes’ Theorem to conditional probabilities. Naive Bayes From an open JMP® table, select Analyze > Predictive Modeling > Naive Bayes.Select a nominal or ordinal response variable from Select Columns and click Y, Respo...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:26 PM
    358 views | 0 replies
  • Creating a Validation Column (Holdout Sample)

    Use to subset the data into a set used to build a model (training) and a set used to evaluate a model's predictive performance (validation). If multiple models are fit, the best performer on the validation data is often the one chosen. At times, a third set is used (test) to evaluate the chosen model's predictive performance on new data. This is considered to be a more accurate means to evaluate a...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:25 PM
    351 views | 0 replies
  • Model Comparison and Selection

     Use this platform to summarize and compare the performance of multiple statistical models that have been fit to data. For details on fitting different statistical models, see the appropriate guides. [video] Model Comparison – Continuous Response Example:  We use the Body Fat.jmp data to predict Percent body fat. Formulas for several models, saved to the data table, are grouped under Prediction Fo...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:24 PM
    425 views | 0 replies
  • Text Mining – Describe Unstructured Text Data

    The Text Explorer platform is used to explore frequently used words and phrases in unstructured text data such as text found in product reviews, social media posts, comment fields in surveys, incident reports, etc. Results are summarzied through frequency tables and word clouds. Tools such as recoding, combining terms, creating stop words, among others are available to clean the data and help targ...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:23 PM
    305 views | 0 replies
  • Text Mining – Sentiment Analysis

       The Text Explorer platform is used to explore frequently used words and phrases in unstructured text data such as text found in product reviews, social media posts, comment fields in surveys, incident reports, etc. This guide shows how to perform a sentiment analysis – a methodology that assigns numerical scores to words and phrases with the intent of quantitatively measuring the positive and n...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:22 PM
    413 views | 0 replies
  • Text Mining – Advanced Analysis Methods

      The Text Explorer platform is used to explore frequently used words and phrases in unstructured text data such as text found in product reviews, social media posts, comment fields in surveys, incident reports, etc. Additional tools are available in JMP® Pro for further analysis. The text data must first be prepared for these analyses. See the Text Explorer – Describing Unstructured Text Data gu...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:22 PM
    439 views | 0 replies
  • Association Analysis (Market Basket Analysis)

      Analyze transactional data such as product purchases and occurrence of events to identify those that are dependent upon each other or tend to occur together. Metrics such as the likelihood of items/events occuring based on the occurrence of other items/events, among others are produced. [video] Note that the data must be in list format, where each row identifies the customer or transaction ID (i...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:20 PM
    298 views | 0 replies
  • Variables Control Charts – I/MR Charts

    This guide provides instructions for creating I & MR (Individuals and Moving Range) control charts using the Control Chart Builder and the Control Chart platform. I/MR control charts are used to monitor a continuous variable where the data is sampled without subgroups. I/MR Charts – Control Chart Builder From an open JMP® data table, select Analyze > Quality and Process > Control Chart Builder.Dr...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:20 PM
    690 views | 0 replies
  • Variables Control Charts – XBar & R/S Charts

    This guide provides instructions for creating XBar & R or XBar & S control charts using the Control Chart Builder and the Control Chart platform. XBar & R or XBar & S control charts are used to monitor a continuous variable where the data is sampled with subgroups.  XBar & R Charts – Control Chart Builder From an open JMP® data table, select Analyze > Quality and Process > Control Chart Builder.D...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:19 PM
    600 views | 0 replies
  • Attribute Control Charts – P and NP Charts

    This guide provides instructions on creating P and NP attribute control charts. P charts are often used to plot the proportion of nonconforming (defective) items per subgroup, while NP charts are often used to plot the number of nonconforming items p er subgroup. P Charts From an open JMP® data table, select Analyze > Quality and Process > Control Chart > P Control ChartSelect one or more continu...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:18 PM
    413 views | 0 replies
  • Variables Control Charts – XBar & R/S Charts

    This guide provides instructions for creating XBar & R or XBar & S control charts using the Control Chart Builder and the Control Chart platform. XBar & R or XBar & S control charts are used to monitor a continuous variable where the data is sampled with subgroups.    XBar & R Charts – Control Chart Builder From an open JMP® data table, select Analyze > Quality and Process > Control Chart Builder....

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:17 PM
    260 views | 0 replies
  • Attribute Control Charts – C and U Charts

    This guide provides instructions on creating C and U attribute control charts. C charts are often used to plot the number of nonconformities (or defects) in a subgroup that usually, but not necessarily, consists of one inspection unit, while U charts are often used to plot the number of nonconformities per unit, where the number of units per subgroup can vary.    [video]  C Charts From an open JMP...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:16 PM
    458 views | 0 replies
  • Tolerance Interval

    Use to produce an interval estimated to contain a specified proportion of a population. Tolerance Interval for Proportion (Normal Distribution) From an open JMP data table, select Analyze > Distribution.Select one or more continuous variables from Select Columns, click Y, Columns (continuous variables have blue triangles), and click OK.From the Distributions report window, select Tolerance Interv...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:15 PM
    552 views | 0 replies
  • Process Capability Analysis

    This guide provides instructions on performing a capability analysis using the Distribution and Control Chart platforms. A process capability analysis is used to evaluate the performance of a process for a continuous variable to specifications (Lower and/or upper specification limit, and/or target). See Capability Analysis for Multiple Responses guide for performing process capability analyses on ...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:14 PM
    1147 views | 0 replies
  • Capability Analysis for Multiple Responses

    This guide provides instructions on performing a process capability analysis for multiple continuous process variables simultaneously. This platform produces a set of reports and graphs that are designed to compare the performance of the different process variables to each other.    [video] The Capability Analysis Dialog                                                                              ...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:12 PM
    507 views | 0 replies
  • MSA Continuous Data – Gauge R&R

    This guide provides instructions on creating a variability chart and performing a gauge R&R (Repeatability and Reproducibility) measurement system analysis (MSA). This analysis is designed to evaluate and certify the performance of a measurement system that produces continuous data. For information on using the EMP (Evaluating the Measurement Process) method, see the MSA Continuous Data – EMP Meth...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:12 PM
    1468 views | 0 replies
  • MSA Continuous Data – EMP Method

    This guide provides instructions on performing a measurement system analysis (MSA) using the EMP (Evaluating the Measurement Process) method. This analysis is designed to evaluate and certify the performance of a measurement system that produces continuous data. [video] Measurement Systems Analysis: EMP Method Select Analyze > Quality and Process > Measurement System Analysis.Click on a continuous...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:11 PM
    782 views | 0 replies
  • MSA Attribute Data

    Use to evaluate the performance of a categorical based measurement system (e.g.,  pass or fail, classification of parts into multiple categories, ordinal ratings). This analysis is often used to assess the ability of observers (appraisers) to correctly and consistently classify inspected items. Attribute Measurement Systems Analysis Select Analyze > Quality and Process > Variability / Attribute G...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:10 PM
    706 views | 0 replies
  • Distribution Fitting (Life Distribution)

    Use to model a single continuous variable with a probability distribution and estimate a variety of parameters (e.g., mean, percentiles, probabilities). This platform is designed to fit and compare many different distributions and can analyze data that is censored (incomplete). Note: Though frequently used to analyze time-to-event data, the analysis methods can be used to model any continous varia...

    gail_massari gail_massari
    Learning Library |
    Feb 11, 2026 12:09 PM
    505 views | 0 replies