predict.mr.mash: Predict future observations from mr.mash fit.

View source: R/mr_mash_predict.R

predict.mr.mashR Documentation

Predict future observations from mr.mash fit.

Description

Predict future observations from mr.mash fit.

Usage

## S3 method for class 'mr.mash'
predict(object, newx, ...)

Arguments

object

a mr.mash fit.

newx

a new value for X at which to do predictions.

...

Additional arguments (not used).

Value

Matrix of predicted values.


mr.mashr documentation built on Jan. 7, 2026, 9:06 a.m.