Description Usage Arguments Value Source
A function that performs a ridge regression based on QR decomposition
1 |
formula |
A formula stating the form of the regression |
data |
A dataframe to use for the regression |
lambda |
A numeric representing the lambda value for the ridge regression |
An object of class linreg containing regression coefficients, fitted values, residuals, degree-of-freedom, residual variance, variance of the regression coefficient, t-values and p-values
http://staff.www.ltu.se/~jove/courses/c0002m/least_squares.pdf
http://pages.stat.wisc.edu/~larget/math496/qr.html
https://math.stackexchange.com/questions/299481/qr-factorization-for-ridge-regression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.