predict.IntervalRegression {penaltyLearning} | R Documentation |
Compute model predictions.
## S3 method for class 'IntervalRegression'
predict(object,
X, ...)
object |
object |
X |
X |
... |
... |
numeric matrix of predicted log(penalty) values.
Toby Dylan Hocking