Learn R Programming

SSLR (version 0.9.3.3)

fit.model_sslr: Fit with formula and data

Description

Funtion to fit through the formula

Usage

# S3 method for 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