fitter: Fitter

Description Usage Arguments Value

View source: R/utils.R

Description

Fits data to a linear regression model.

Usage

1
fitter(X_input, y_input)

Arguments

X_input

A 2D matrix of features

y_input

A 1D vector representing the response variable

Value

A fitted lm() model


UBC-MDS/punisheR documentation built on May 25, 2019, 1:36 p.m.