Skip to content

how to extract data from a function printout - example provided

2 messages · Sarah Goslee, Ana Kolar

#
summary(m.out) is a list with items with those names. Once you know
the names, you can extract them in the same way as you'd extract any
element from a list: by name, by position, etc.
On Sun, Jun 26, 2011 at 10:48 AM, Ana Kolar <annakolar at yahoo.com> wrote: