Simple linear regression

This is an old revision of this page, as edited by 86.144.251.94 (talk) at 14:59, 4 January 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Simple linear regression is a linear regression in which there is only one covariate (predictor variable).

Simple linear regression is used in situations to evaluate the linear relationship between two variables. One example could be the relationship between muscle strength and lean body mass. Another way to put it is that simple linear regression is used to develop an equation by which we can predict or estimate a dependent variable given an independent variable.

The regression equation is given by

Where is the dependent variable, is the y intercept, is the gradient or slope of the line and is independent variable.

The linear relationship between the two variables (i.e. dependent and independent) can be measured using a correlation coefficient e.g. the Pearson product moment correlation coefficient.