model_mlr: Model as MLR model

Description Usage Arguments Examples

View source: R/mvar_mlr.R

Description

Model as MLR model

Usage

1

Arguments

df

The dataframe containing the time series data

formula

Formula to be used for model creation

Examples

1
2
model_mlr(mtcars, mpg~.)
model_mlr(mtcars, mpg~cyl + hp)

josephsdavid/tswgewrapped documentation built on July 31, 2020, 9:36 a.m.