Regression analysis is used to investigate and model the relationship between a response variable and one or more predictors. Minitab provides the following regression procedures:
Both least squares and logistic regression methods estimate parameters in the model so that the fit of the model is optimized. Least squares methods minimize the sum of squared errors to obtain parameter estimates, whereas Minitab's logistic regression obtains maximum likelihood estimates of the parameters. See Generalized Linear Models Overview for more information. Partial least squares (PLS) extracts linear combinations of the predictors to minimize prediction error. See Partial Least Squares Overview for more information.
Use the table below to select a procedure:
Use... |
To... |
Response |
Estimation |
perform simple, multiple, polynomial, and stepwise least squares regression with continuous and categorical predictors |
continuous |
least squares | |
identify subsets of the predictors based on the maximum R criterion |
continuous |
least squares | |
perform linear and polynomial regression with a single predictor and plot a regression line through the data |
continuous |
least squares | |
perform simple or multiple regression using the nonlinear function of your choice |
continuous |
least squares | |
analyze the stability of a product over time and determine the product's shelf life |
continuous |
least squares, Restricted Maximum Likelihood (REML) | |
perform orthogonal regression with one response and one predictor |
continuous |
orthogonal | |
perform regression with ill-conditioned data |
continuous |
biased, non-least squares | |
perform logistic regression on a response with only two possible values, such as presence or absence |
categorical |
maximum | |
perform logistic regression on a response with three or more possible values that have a natural order, such as none, mild, or severe |
categorical |
maximum | |
perform logistic regression on a response with three or more possible values that have no natural order, such as sweet, salty, or sour |
categorical |
maximum | |
perform Poisson regression on a response that counts occurrences |
discrete |
maximum likelihood |