[R] What are the red line and cut line in lm's Residuals vs Fitted plot?

S Ellison S.Ellison at LGCGroup.com
Mon Sep 19 13:41:53 CEST 2016


> What are the red line and cut line in lm's Residuals vs Fitted plot?
The dotted line is at 0 and the red line is a locally weighted regression calculated using lowess and plotted using panel.smooth. 

See ?panel.smooth and ?lowess for details

The main clue to this is in the arguments to ?plot.lm, which uses panel.smooth as a panel function. 

S Ellison



*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}



More information about the R-help mailing list