Skip to content
Prev 161897 / 398500 Next

different results with plot.lm vs. plot.lm(which=c(2))

This was AFAICS a bug introduced in 2.7.1 by

     o	plot(<glm>, which=5) uses more correct Cook's distance contours;
 	(fix to fix to PR#9316).

Thanks to Greg for the diagnosis.
Will be fixed in R-patched later today.
On Wed, 12 Nov 2008, Greg Snow wrote: