rglmm | R Documentation |
Generating data from Generalized Linear Mixed models
rglmm(
beta = c(0.1, -0.1),
tau = 1,
family = "gaussian",
confounding = "none",
neigh,
scale = TRUE,
control_family = NULL
)
beta |
coefficients parameters. |
tau |
precision for ICAR. |
family |
"gaussian", "binomial" or "poisson". |
confounding |
"none", "linear", "quadratic" or "cubic". |
neigh |
neighborhood structure. A |
scale |
scale covariates? TRUE or FALSE. See ?scale for more information. |
control_family |
a list with, at least, a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.