View source: R/linear_regression_alt.R
mlr_qr | R Documentation |
This function computes coefficients for multiple regression by QR matrix decomposition All columns of the provided data frame are used as predictors, except the one specified as a response.
mlr_qr(dat, response)
dat |
A data frame |
response |
The name of a response variable in the data frame (unquoted) |
No interaction terms are included.
A data frame of coefficients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.