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 SingleModalityAdmm.

newdata

Default is NULL. A matrix with variables to predict.

...

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]