custom.css

Skip to contents

Predicts response values for new data using a fitted ridge model.

Usage

# S3 method for class 'ridge.model'
predict(object, newdata = NULL, ...)

Arguments

object

A `ridge.model` object

newdata

A data frame or matrix containing new predictor values

...

Additional arguments (not used)

Value

A numeric vector of predicted values