View source: R/supervised-regression.R
| tl_fit_linear | R Documentation |
Fit a linear regression model
tl_fit_linear(data, formula, ...)
data |
A data frame containing the training data |
formula |
A formula specifying the model |
... |
Additional arguments to pass to lm() |
A fitted linear regression model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.