predict.SingleModalityAdmm {HDMAADMM} | R Documentation |
Predict Method for SingleModalityAdmm Fits
Description
Predict Method for SingleModalityAdmm Fits
Usage
## S3 method for class 'SingleModalityAdmm'
predict(object, newdata, ...)
Arguments
object |
A fitted obejct of class inheriting from |
newdata |
Default is |
... |
further arguments passed to or from other methods. |
Value
predict.SingleModalityAdmm returns a vector which is the predicted values based on newdata
.
[Package HDMAADMM version 0.0.1 Index]