View source: R/IntervalRegression.R
predict.IntervalRegression | 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 <toby.hocking@r-project.org> [aut, cre]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.