Message-ID: <JCEIJNOHMNBPLMGFDHNDGECPCBAA.wilks@dial.pipex.com>
Date: 2005-10-27T16:01:25Z
From: John Wilkinson (pipex)
Subject: Extracting Variance Components
Mike,
use ---
VarCorr(lme.object)
or for a user friendly output use varcomp from the 'ape' package--
require(ape)
varcomp(lme.object)
varcomp also allows scaling of components to unity (*100 gives %)
and also allows for cumulative sum of components.
Note. varcomp doesn't work for lmer objects.
HTH,
John
--------------------------------------------------
Michel Friesenhahn wrote---------
Dear List,
Is there a way to extract variance components from lmeObjects or
summary.lme objects without using intervals()? For my purposes I don't
need the confidence intervals which I'm obtaining using parametric
bootstrap.
Thanks,
Mike