powered by
This function calculates the variances and correlations from varcov.tramME.
varcov.tramME
# S3 method for tramME VarCorr(x, ...)
A tramME object
optional arguments (for consistency with the generic method)
A list of vectors with variances and correlation matrices corresponding to the various grouping variables.
# NOT RUN { data("sleepstudy", package = "lme4") fit <- BoxCoxME(Reaction ~ Days + (Days | Subject), data = sleepstudy) VarCorr(fit) # }
Run the code above in your browser using DataLab