What Are Fractional Factorial Experiments? In simple terms, a fractional factorial experiment is a subset of a full factorial experiment. Why Fractional Factorial Experiments? To run a full factorial experiment for k factors, we need 2k unique treatments. In other words, we need resources that can afford at least 2k runs. With k increasing, the […]
Archive | “How to” with Minitab
Full Factorial DOE with Minitab
What is a Full Factorial DOE? In a full factorial experiment, all of the possible combinations of factors and levels are created and tested. For example, for two-level design (i.e.each factor has two levels) with k factors, there are 2k possible scenarios or treatments. Two factors, each with two levels, we have 22 = 4 treatments […]
Logistic Regression with Minitab
What is Logistic Regression? Logistic regression is a statistical method to predict the probability of an event occurring by fitting the data to a logistic curve using logistic function. The regression analysis used for predicting the outcome of a categorical dependent variable, based on one or more predictor variables. The logistic function used to model […]
Stepwise Regression with Minitab
What is Stepwise Regression? Stepwise regression is a statistical method to automatically select regression models with the best sets of predictive variables from a large set of potential variables. There are different statistical methods used in stepwise regression to evaluate the potential variables in the model: Three Approaches to Stepwise Regression How to Use Minitab […]
Multiple Linear Regression with Minitab
What is Multiple Linear Regression? Multiple linear regression is a statistical technique to model the relationship between one dependent variable and two or more independent variables by fitting the data set into a linear equation. The difference between simple linear regression and multiple linear regression: Multiple Linear Regression Equation Where: Both dependent and independent variables […]
Simple Linear Regression with Minitab
What is Simple Linear Regression? Simple linear regression is a statistical technique to fit a straight line through the data points. It models the quantitative relationship between two variables. It is simple because only one predictor variable is involved. It describes how one variable changes according to the change of another variable. Both variables need […]
Correlation Coefficient with Minitab
Pearson’s Correlation Coefficient Pearson’s correlation coefficient is also called Pearson’s r or coefficient of correlation and Pearson’s product moment correlation coefficient (r), where r is a statistic measuring the linear relationship between two variables. What is Correlation? Correlation is a statistical technique that describes whether and how strongly two or more variables are related. Correlation […]
Two Sample Proportion Test with Minitab
What is the Two Sample Proportion Test? The two sample proportion test is a hypothesis test to compare the proportions of one certain event occurring in two populations following the binomial distribution. Two Sample Proportion Test Assumptions How the Two Sample Proportion Test Works When np ≥ 5 and np(1 – p) ≥ 5, we […]
P Chart with Minitab
What is a P Chart? The P chart plots the percentage of defectives in one subgroup as a data point. It considers the situation when the subgroup size of inspected units is not constant. The underlying distribution of the P-chart is binomial distribution. P Chart Equations Data Point: Center Line: […]
Box Cox Transformation with Minitab
What is a Box Cox Transformation? Box Cox Transformation Formula The formula of the Box Cox transformation is: Where: Use Minitab to Perform a Box-Cox Transformation Minitab provides the best Box-Cox transformation with an optimal λ that minimizes the model SSE (sum of squared error). Here is an example of how we transform the non-normally […]