Description Usage Arguments Examples
View source: R/predict_ridge.R
Predicted values based on the linear model object
1 | predict_ridge(object, ...)
|
object |
object of class inheriting from "ridge_regression" |
... |
other arguments |
1 2 3 | data(iris)
fit_ridge <- ridge_regression(form = Sepal.Length ~ ., data = iris, lambda = 0.001)
predict_ridge(fit_ridge)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.