thetaExtract | R Documentation |
A convenience function that returns the theta parameters for a
merMod
object.
thetaExtract(merMod)
merMod |
a valid merMod object |
a vector of the covariance, theta, parameters from a merMod
merMod
(fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy))
thetaExtract(fm1) #(a numeric vector of the covariance parameters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.