Re: [R] sorting in lmList object

2003-02-13 Thread Douglas Bates
[EMAIL PROTECTED] writes: > Hi all, > Forgive me if this is an obvious one > I want to make a plot of confidence intervals from an lmList object with a > collection of simple linear models (lm(y~x)) using: > > plot(intervals(mylmList)) > > and sort the plot by increasing mean values for the

[R] sorting in lmList object

2003-02-12 Thread emb7
Hi all, Forgive me if this is an obvious one I want to make a plot of confidence intervals from an lmList object with a collection of simple linear models (lm(y~x)) using: plot(intervals(mylmList)) and sort the plot by increasing mean values for the intercept. Is there an easy way of doing