Skip to content
Prev 131112 / 398503 Next

restore NAs in residuals

You need to use na.action=na.exclude, _and_ to use the proper extractor 
function residuals() rather than pick up a component of the fitted object 
by partial matching.

See ?residuals.lm and ?naresid
On Mon, 3 Dec 2007, rem la wrote: