Simple linear regression

This is an old revision of this page, as edited by Mattbuckley24 (talk | contribs) at 20:16, 24 May 2006. 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 where we wish to look at the linear relationship between to 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
                    Y = a + bX

Where Y is the dependent vaiable, a is the y intecept, b is the gradient or slope of the line and X is independent varible.

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