| To: | "Roberts, J. Kyle" <jkrobert@bcm.tmc.edu>, <s-news@lists.biostat.wustl.edu> |
|---|---|
| Subject: | Re: Help with command of returning the random effect covariance estimate using 'lme' fitting |
| From: | "Klaas Prins" <kprins@Pharsight.com> |
| Date: | Thu, 1 Mar 2007 08:34:19 -0800 |
| Thread-index: | AcdcAAAaihde5uDbRtGbocnDPjqR/QAG4qYwAACkt2A= |
| Thread-topic: | [S] Help with command of returning the random effect covariance estimate using 'lme' fitting |
|
or you
can plough through:
object$apVar #object = dental.fit
where,
among many other useful things, the (approximation of the) log of the random
effects (i.e. attr(object$apVar,"Pars") ) and
their variance covariance matrix resides. Handy for post-processing these
estimates in calls like rmvnorm() etc...
Don't
forget nlme estimates random effects in log space, thus apVar has them stored in
log space, whereas summary and VarCorr will provide them they way you have
introduced them into your model.
good
luck,
Klaas
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Help with command of returning the random effect covariance estimate using 'lme' fitting, Roberts, J. Kyle |
|---|---|
| Next by Date: | plot, Olanrewaju Sanni |
| Previous by Thread: | Re: Help with command of returning the random effect covariance estimate using 'lme' fitting, Roberts, J. Kyle |
| Next by Thread: | plot, Olanrewaju Sanni |
| Indexes: | [Date] [Thread] [Top] [All Lists] |