NlmeRandomEffectValues-class | R Documentation |
Random effect values matrix
numEffects |
Number of random effects |
effectNames |
Names of random effects |
values |
Matrix of random effect values |
# initialize with default effectValues ()
NlmeRandomEffectValues(list("nCl", "nV"))
# set diagonals
NlmeRandomEffectValues(list("Cl", "V"), effectValues = c(0.1, 0.2))
# values matrix overrides effectValues
NlmeRandomEffectValues(list("Cl", "V"),
values = matrix(c(1,0.01,0.01,1), ncol = 2,
dimnames = list(c("Cl", "V"), c("Cl", "V"))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.