Skip to content
Prev 58507 / 398502 Next

Plotting a linear model object with R 2.0 for Mac OS X

On Wed, 3 Nov 2004, Justin Manjourides wrote:

            
There is no 'first plot with the fitted line' in the documentation, 
because it would not be possible with more than one predictor.  The first 
plot should be residuals vs fitted values.

To overlay a fitted regression line on a scatterplot of the data use 
abline(your.model).

 	-thomas