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