Description Usage Arguments Examples
Using SVD for ridge regression
1 | ridge_regression(formula, data, lambda = 0)
|
formula |
a formula for ridge regression |
data |
the data you want to regress on |
lambda |
ridge penalty term |
1 | ridge_regression(mpg ~ cyl + disp, mtcars)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.