vb_predictive_family: Bayesian linear mixed model with multiple random effects for...

View source: R/vb_predictive_family.R View source: R/vb_predictive_family.R

vb_predictive_familyR Documentation

Bayesian linear mixed model with multiple random effects for family data

Description

Bayesian linear mixed model with multiple random effects for family data

Usage

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

Arguments

fit

vb fit from vb_fit_family

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_family(...)
vb_predictive_family(fit, epsilon = 1e-3, maf_beta = 0.5, maf_u = 0.5)

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