View source: R/hrq_glasso_predict.R
predict.cv.hrq_glasso | R Documentation |
Prediction for cv.hrq_glasso object
## S3 method for class 'cv.hrq_glasso' predict(object, newX, s, ...)
object |
The model object of |
newX |
New design matrix. |
s |
Value of lambda. If missing, the default is the |
... |
other input parameters. |
The function returns predicted values based on the fitted model from cv.hrq_glasso
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.