| condVarRotated | R Documentation |
Retrieve the conditional variance matrix from the random effects rotated by the Cholesky factors and Eigen factors if applicable.
condVarRotated(object)
object |
model object of class |
Matrix
Giovanny Covarrubias
image, lmeb
data(DT_example, package="enhancer")
DT <- DT_example
A <- A_example
head(DT)
## Compound simmetry (CS) model
ans1 <- lmeb(Yield~Env + (1|Name) + (1|Env:Name),
data=DT)
vc <- VarCorr(ans1); print(vc,comp=c("Variance"))
condVarMat <- condVarRotated(ans1)
# image(condVarMat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.