Skip to contents

Predict Outcomes from mvsusie Fit.

Usage

# S3 method for class 'mvsusie'
predict(object, newx = NULL, ...)

Arguments

object

An mvsusie fit, such as the output from a call to mvsusie or mvsusie_rss.

newx

A new X matrix for which to do predictions.

...

Additional arguments (currently unused).

Value

A matrix of predicted outcomes, with rows corresponding to samples (rows of X), and columns corresponding to outcomes.