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 this? I've tried the "order()" and "sort.list()" functions, but I 
suspect they only work for data frames? Can I sort directly when plotting, or 
do I have to sort the whole lmList object?

Thanks!

Martin




------------------------------------------------------
Sent through WebMail: http://webmail.st-andrews.ac.uk/

______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to