models: Models from formulae

Description Usage Arguments Value

View source: R/model_utils.r

Description

Build a list of models according to different formulae, a prefix and a suffix

Usage

1
models(prefix, formulae, suffix, envir = parent.frame(1))

Arguments

prefix

string representation of the model prefix (e.g. "glm(")

formulae

list of formulae as string expressions

suffix

string representation of the model suffix (e.g. ", family="binomial")" )

envir

environment in which to evaluate the model expression. By default evaluates in the environment that calls this function

Value

a list of models


pezzacolori/boris-r-misc documentation built on Sept. 14, 2021, 1:46 a.m.