glm_generator: GLM generator

Description Usage Arguments Value Author(s) See Also Examples

Description

Takes a string of formulas and trains GLM models to output coefficients, diagnostic parameters and predicted values in a tibble.

Usage

1

Arguments

x

string of formulas

data

name of data object

family

define type of GLM required

Value

nested tibble

Author(s)

Jay Achar

See Also

statr

Examples

1
2
formulas <- c("mpg ~ hp", "mpg ~ cyl", "mpg ~ wt")
glm_generator(x = formulas, data = mtcars, family = gaussian)

JayAchar/statr documentation built on May 10, 2019, 2:40 p.m.