[R] Different lm() Residuals Output
Rich Shepard
rshepard at appl-ecosys.com
Mon Jan 9 18:59:04 CET 2012
On Mon, 9 Jan 2012, Bert Gunter wrote:
> It's the print method that determines this.
Bert,
Oh. I wrap the lm() function in summary() so I didn't expect to see
differences in output.
> See
> stats:::print.summary.lm
> and in particular the if clause beginning:
> if (rdf > 5L) {
OK. I'll read this.
> R code is open source.
I know. All my applications (and the OS) are F/OSS and have been for 15
years. :-)
Thanks,
Rich
More information about the R-help
mailing list