Re: [R] Extracting SD of random effects from lme object

2009-03-23 Thread Douglas Bates
On Mon, Mar 23, 2009 at 2:18 PM, Kingsford Jones wrote: > On Mon, Mar 23, 2009 at 11:26 AM, Ben Domingue wrote: >> Hello, >> How do I get the standard deviations for the random effects out of the >> lme object?  I feel like there's probably a simple way of doing this, >> but I can't see it.  Usin

Re: [R] Extracting SD of random effects from lme object

2009-03-23 Thread Ben Domingue
On Mon, Mar 23, 2009 at 1:18 PM, Kingsford Jones wrote: > On Mon, Mar 23, 2009 at 11:26 AM, Ben Domingue wrote: >> Hello, >> How do I get the standard deviations for the random effects out of the >> lme object?  I feel like there's probably a simple way of doing this, >> but I can't see it.  Usin

Re: [R] Extracting SD of random effects from lme object

2009-03-23 Thread Kingsford Jones
On Mon, Mar 23, 2009 at 11:26 AM, Ben Domingue wrote: > Hello, > How do I get the standard deviations for the random effects out of the > lme object?  I feel like there's probably a simple way of doing this, > but I can't see it.  Using the first example from the documentation: > >> fm1 <- lme(dis

[R] Extracting SD of random effects from lme object

2009-03-23 Thread Ben Domingue
Hello, How do I get the standard deviations for the random effects out of the lme object? I feel like there's probably a simple way of doing this, but I can't see it. Using the first example from the documentation: > fm1 <- lme(distance ~ age, data = Orthodont) # random is ~ age > fm1 Linear mix