fit_brms | R Documentation |
Internally, it creates a count version of the individual-data via
ccesMRPprep::build_counts
and then runs the regression in fit_brms_binomial
.
fit_brms(
.formula,
.data,
name_ones_as = "yes",
name_trls_as = "n_response",
...
)
.formula |
Formula in |
.data |
Individual-level dataset |
name_ones_as |
The name for the variable name for the number of successes |
name_trls_as |
The name for the variable name of the number of trials |
... |
Arguments passed on to
|
## Not run:
fit <- fit_brms(response ~ (1|educ) + (1|cd), cces_GA)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.