View source: R/vb_predictive_family.R View source: R/vb_predictive_family.R
vb_predictive_family | R Documentation |
Bayesian linear mixed model with multiple random effects for family data
vb_predictive_family(fit, epsilon = 1e-3, maf_beta = 0.5, maf_u = 0.5)
fit |
|
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 |
fit <- vb_fit_family(...) vb_predictive_family(fit, epsilon = 1e-3, maf_beta = 0.5, maf_u = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.