Description Usage Arguments Details Value Examples
View source: R/Binomial_Distribution.R
make_binom()
creates an object that allows for analysis assuming
a binomial distribution.
1 |
... |
A comma separated list of predictors that will be used in the model, given as unquoted expressions. 1 if fitting an intercept only model |
The returned tibble can be row bound with other objects from the
make_distribution()
functions. Then multiple models can be worked
with at once.
This tibble is the input for set_priors()
and fit_model()
functions.
A tibble with one row. The tibble will contain information stating that it is a binomial model and will contain the right hand side of a model formula by creating a linear combination of predictors
1 2 3 | make_binom(1)
make_binom(x)
make_binom(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.