| thetaExtract {merTools} | R Documentation |
A convenience function that returns the theta parameters for a
merMod obejct.
thetaExtract(merMod)
merMod |
a valide merMod object |
a vector of the covrariance, theta, parameters from a merMod
merMod
(fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)) thetaExtract(fm1) #(a numeric vector of the covariance parameters)