vb_predictive: Bayesian linear mixed model with multiple random effects

View source: R/vb_predictive.R

vb_predictiveR Documentation

Bayesian linear mixed model with multiple random effects

Description

Bayesian linear mixed model with multiple random effects

Usage

vb_predictive(fit, epsilon = 1e-3, maf_beta = 0.5, maf_u = 0.5)

Arguments

fit

vb fit from vb_fit_rare_common

epsilon

a threshold for the increase of the variance

maf_beta

a filtering threshold for the weight of parameter beta

maf_u

a filtering threshold for the weight of parameter U

Examples

fit <- vb_fit_rarecommon(...)
vb_predictive(fit)

yhai943/FBLMM documentation built on March 19, 2022, 8:21 a.m.