View source: R/vb_predictive.R
vb_predictive | R Documentation |
Bayesian linear mixed model with multiple random effects
vb_predictive(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_rarecommon(...) vb_predictive(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.