regression_model: Fit a regression model Generic function for fitting a...

Description Usage Arguments Value Methods (by class)

Description

Fit a regression model

Generic function for fitting a regression model

Usage

1
2
3
4
regression_model(method, formula, training_data, ...)

## Default S3 method:
regression_model(method, formula, training_data, ...)

Arguments

method

The regression method to use

formula

An object of class 'formula', used to fit a model to the data

training_data

Train data used to fit the model

...

Further arguments

Value

model The fitted model

Methods (by class)


crtests documentation built on May 1, 2019, 9:09 p.m.