Description Usage Arguments Details Value Examples
View source: R/General_Functions.R
make_distribution()
returns an object that represents a distribution
1 |
dist |
an expression containing the name of the distribution |
... |
a comma separated list of predictors that will be in the model, given as unquoted expressions |
This is a generic function which takes in a distribution name and a set comma separated predictiors and returns a tibble with the information.
A tibble with one row. The tibble will contain information stating the name of the distribution and the right hand side of the model formula by forming a linear combination of the given predictors.
1 2 | make_distribution(binomial, 1)
make_distribution(normal, weight, height)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.