Perform a basic regression analysis

The "basic regression analysis" command outputs:

  • the estimated regression function
  • a table of estimated coefficients (Coef), which also includes standard errors of the coefficients (SE Coef), and t-statistics (T) and P-values (P) for testing the parameters differ from 0
  • the coefficient of determination r2
  • the analysis of variance table
  • a table of unusual observations

minitab logoMinitab Procedure

  1. Select Stat >> Regression >> Regression >> Fit Regression Model ... 
  2. In the box labeled "Response", specify the desired response variable.
  3. In the box labeled "Predictors", specify the desired predictor variable.
  4. Select OK. The basic regression analysis output will be displayed in the session window.

Regression Through the Origin

To fit an RTO model click "Model" in the regular regression window and uncheck "Include the constant term in the model".

Example

Sports Illustrated published results of a study designed to determine how well professional golfers putt. The data set puttgolf.txt contains data on the lengths of putts and the percentage of successful putts made by professional golfers during 15 tournaments. Only putts that were 2 to 20 feet from the hole are included in the data set.

Is there a significant linear relationship between the response y = success and the predictor x = length?

Basic regression analysis dialog box

Minitab regression dialog box

Sample output

regression output for minitab 17

Video Review