predict.cv.hrq_glasso {hrqglas} | R Documentation |
Prediction for cv.hrq_glasso object
Description
Prediction for cv.hrq_glasso object
Usage
## S3 method for class 'cv.hrq_glasso'
predict(object, newX, s, ...)
Arguments
object |
The model object of |
newX |
New design matrix. |
s |
Value of lambda. If missing, the default is the |
... |
other input parameters. |
Value
The function returns predicted values based on the fitted model from cv.hrq_glasso
.
[Package hrqglas version 1.1.0 Index]