fit.model_sslr: Fit with formula and data

Description Usage Arguments

View source: R/train_predict.R

Description

Funtion to fit through the formula

Usage

1
2
## S3 method for class 'model_sslr'
fit(object, formula = NULL, data = NULL, ...)

Arguments

object

is the model

formula

is the formula

data

is the total data train

...

unused in this case


SSLR documentation built on July 22, 2021, 9:08 a.m.