powered by
A convenience function that returns the theta parameters for a merMod object.
merMod
thetaExtract(merMod)
a valid merMod object
a vector of the covariance, theta, parameters from a merMod
# NOT RUN { (fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)) thetaExtract(fm1) #(a numeric vector of the covariance parameters) # }
Run the code above in your browser using DataLab