Skip to content
Prev 326523 / 398502 Next

retrieve data from summary output

1. It's a summary **object**, not a file.

2. ?summary.glm

3. Read "An Introduction to R" and ?"[" to learn how to work with
lists and extraction functions, which are essential.

4. Also
methods(print)
stats:::print.summary.glm  ## for code of how object is printed



Cheers,
Bert
On Mon, Jul 8, 2013 at 4:57 AM, Hermann Norpois <hnorpois at gmail.com> wrote: