vb_predictive: Bayesian linear mixed model with multiple random effects

Description Usage Arguments Examples

View source: R/vb_predictive.R

Description

Bayesian linear mixed model with multiple random effects

Usage

1
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

1
2
fit <- vb_fit_rarecommon(y = y_train, genotype = data, weight.type = "wss")
vb_predictive(fit)

yhai943/BLMM documentation built on Nov. 12, 2021, 6:37 a.m.