make_distribution: Make an arbitrary distribution

Description Usage Arguments Details Value Examples

View source: R/General_Functions.R

Description

make_distribution() returns an object that represents a distribution

Usage

1

Arguments

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

Details

This is a generic function which takes in a distribution name and a set comma separated predictiors and returns a tibble with the information.

Value

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.

Examples

1
2

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