| getCi | R Documentation |
Retrieve the inverse of the coefficient matrix from the mixed model equations.
getCi(object)
object |
model object of class |
Matrix
Giovanny Covarrubias
image, lmebreed
data(DT_example)
DT <- DT_example
A <- A_example
head(DT)
## Compound simmetry (CS) model
ans1 <- lmebreed(Yield~Env + (1|Name) + (1|Env:Name),
data=DT)
vc <- VarCorr(ans1); print(vc,comp=c("Variance"))
PEV <- getCi(ans1)
# image(PEV)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.