buildAFmodels: Build AF Models

Description Usage Arguments Value

View source: R/build-AF-models.R

Description

Build models to predict annual fund giving.

Usage

1
buildAFmodels(trainingdata, models = c("rf", "lm", "glm"))

Arguments

trainingdata

a data frame of training data, probably built by buildAFpredictors().

models

a vector of models to build. Options include rf (random forest), lm (linear regression) and glm (generalize linear regression).

Value

a list of models. The names of the models will be be xxmodel, based on the options included in the models argument.


crazybilly/mumodels documentation built on May 14, 2019, 11:31 a.m.