Re: [R] lme object manipulation

2007-11-27 Thread Richard . Cotton
> > > I have an lme object, say lme_res2, which was > > > generated using the varIdent. I'm trying to extract > > > the double 1.532940 from the object, but I can't > > > find it by attributes(lme_res2) or > > > attributes(summary(lme_res2)). How can I pull it > > > out (so that I can save

Re: [R] lme object manipulation

2007-11-27 Thread SHIN LIN
- Original Message - From: Moshe Olshansky <[EMAIL PROTECTED]> Date: Monday, November 26, 2007 10:50 pm Subject: Re: [R] lme object manipulation To: SHIN LIN <[EMAIL PROTECTED]> > There may be a better way of doing this, but one > possibility is to look at names(lme_res2) and th

[R] lme object manipulation

2007-11-26 Thread SHIN LIN
Hello: I have an lme object, say lme_res2, which was generated using the varIdent. I'm trying to extract the double 1.532940 from the object, but I can't find it by attributes(lme_res2) or attributes(summary(lme_res2)). How can I pull it out (so that I can save it to another variable)? Than