model: Pass modelling information to ensemble()

Description Usage Arguments

Description

model collects the arguments needed to perform a method of regression. model is intended to be used in conjunction with ensemble to create ensemble objects. model does not collect the name of the data set to be used.

Usage

1
  model(formula, FUN = "lm", ...)

Arguments

formula

A formula object to be used in the intended model

FUN

a character string that identifies the type of modelling method to be used. FUN should match the name of a modelling function in R

...

other arguments to pass to the modelling function indicated by type


garrettgman/modelglyphs documentation built on May 16, 2019, 5:39 p.m.