make_betabinom: Make Beta Binomial Distribution

Description Usage Arguments Details Value Examples

View source: R/BetaBinomial_Distribution.R

Description

make_betabinom() creates an object that allows for analysis assuming a binomial distribution.

Usage

1

Arguments

...

A comma separated list of predictors that will be used in the model, given as unquoted expressions. 1 if fitting an intercept only model

Details

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.

Value

A tibble with one row. The tibble will contain information stating that it is a beta binomial model and will contain the right hand side of a model formula by creating a linear combination of predictors

Examples

1
2
3

bprucka/uttr documentation built on May 27, 2019, 11:54 a.m.