[6342] in s-news-athena
vector of lm.objects?
daemon@ATHENA.MIT.EDU (Marc Roston)
Wed Feb 1 11:57:03 1995
Date: Wed, 1 Feb 95 10:28:20 CST
From: Marc Roston <aajmarc2@hilbert.spc.uchicago.edu>
To: s-news@utstat.toronto.edu
I am estimating many linear models which I want to be able to examine
individually as well as in the aggregate. For example, I'd like to
be able to plot all of the coefficients together. The obvious way (to
me!) is to use a vector of lm.objects, which could then use the vector
index to pick which lm.object I am interested in.
As may be obvious to everyone else, a vector of mode "list" doesn't seem
to work. I also cannot find (in the manuals or help.start) a way to
index lists the way I want to. Any ideas?
Thanks.
Marc