predict.IntervalRegression {penaltyLearning} | R Documentation |
predict IntervalRegression
Description
Compute model predictions.
Usage
## S3 method for class 'IntervalRegression'
predict(object,
X, ...)
Arguments
object |
object |
X |
X |
... |
... |
Value
numeric matrix of predicted log(penalty) values.
Author(s)
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre]
[Package penaltyLearning version 2024.9.3 Index]