makeGlmer | R Documentation |
Make a merMod
object with the specified structure and parameters.
makeGlmer(formula, family, fixef, VarCorr, data)
makeLmer(formula, fixef, VarCorr, sigma, data)
formula |
a formula describing the model (see |
family |
type of response variable (see |
fixef |
vector of fixed effects |
VarCorr |
variance and covariances for random effects. If there are multiple random effects, supply their parameters as a list. |
data |
|
sigma |
residual standard deviation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.