varcov.tramME | R Documentation |
Returns the covariance matrix of the random effects as saved in the tramME
object.
The returned values correspond to the transformation model parametrization.
## S3 method for class 'tramME'
varcov(object, as.theta = FALSE, full = FALSE, ...)
object |
A |
as.theta |
Logical value, if |
full |
Logical value; if |
... |
Optional arguments (unused). |
A list of the covariance matrices or a vector of theta values.
data("sleepstudy", package = "lme4")
fit <- LmME(Reaction ~ Days + (Days | Subject), data = sleepstudy)
varcov(fit)
varcov(fit, as.theta = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.