Models fitted with ei_ridge()
support various generic methods.
Usage
# S3 method for class 'ei_ridge'
predict(object, new_data, type = "numeric", ...)
# S3 method for class 'ei_ridge'
fitted(object, ...)
# S3 method for class 'ei_ridge'
residuals(object, ...)
# S3 method for class 'ei_ridge'
vcov(object, ...)
# S3 method for class 'ei_ridge'
summary(object, ...)
# S3 method for class 'ei_ridge'
weights(object, normalize = TRUE, ...)
Functions
predict(ei_ridge)
: Predict from anei_ridge
model.fitted(ei_ridge)
: Extract fitted values.residuals(ei_ridge)
: Extract residuals.vcov(ei_ridge)
: Extract covariance of coefficient estimates.summary(ei_ridge)
: Summarize the model's fitted values and \(R^2\).weights(ei_ridge)
: Extract estimation weights from a fitted model.