X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fvarcomp.Rd;h=4bd30e7b8f4faffe1bb87997df918d95f7e60dad;hb=da67dccb93d35408baa48b141fcda921772c8b9c;hp=bf08fe56a7c640f618a963b535d7309ba0ed515c;hpb=c827059eeafc8cbe41c812b26979543ab287803e;p=ape.git diff --git a/man/varcomp.Rd b/man/varcomp.Rd index bf08fe5..4bd30e7 100644 --- a/man/varcomp.Rd +++ b/man/varcomp.Rd @@ -13,19 +13,20 @@ varcomp(x, scale = FALSE, cum = FALSE) \item{cum}{Send cumulative variance components.} } \details{ - Variance computations is done as in Venables and Ripley's book. + Variance computations is done as in Venables and Ripley (2002). } \value{ A named vector of class \code{varcomp} with estimated variance components. } \references{ - Venables, W. N. and Ripley, B. D. (2002) \emph{Modern applied statistics - with S (fourth edition)}. New York: Springer-Verlag. + Venables, W. N. and Ripley, B. D. (2002) \emph{Modern Applied Statistics + with S (Fourth Edition)}. New York: Springer-Verlag. } \author{Julien Dutheil \email{julien.dutheil@univ-montp2.fr}} \seealso{\code{\link[nlme]{lme}}} \examples{ data(carnivora) +library(nlme) m <- lme(log10(SW) ~ 1, random = ~ 1|Order/SuperFamily/Family/Genus, data=carnivora) v <- varcomp(m, TRUE, TRUE) plot(v)