predict.mvsusie: Predict Outcomes from mvsusie Fit.

View source: R/methods.R

predict.mvsusieR Documentation

Predict Outcomes from mvsusie Fit.

Description

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.


gaow/mmbr documentation built on April 24, 2024, 7:12 p.m.