find_modfr_glmm {glmmsr} | R Documentation |
Parse a formula (and possibly subformulas)
find_modfr_glmm(formula, subformula = NULL, data = NULL, family = gaussian, weights = NULL, offset = NULL, lme4_control = set_lme4_control())
formula |
a two-sided linear formula object describing both the
fixed-effects and random-effects part of the model, with the response
on the left of a |
subformula |
a subformula, describing how a substituted variable
depends on covariates, or a list of subformulas, if there is more
than one |
data |
an optional data frame, list or environment containing the
variables named in |
family |
|
weights |
an optional vector of ‘prior weights’ to be used
in the fitting process. Should be |
offset |
this can be used to specify an a priori known
component to be included in the linear predictor during
fitting. This should be |
lme4_control |
the result of a call to |