fit.model_sslr {SSLR} | R Documentation |
Fit with formula and data
Description
Funtion to fit through the formula
Usage
## 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 |
[Package SSLR version 0.9.3.3 Index]