Description Usage Arguments Examples
View source: R/vb_predictive.R
Bayesian linear mixed model with multiple random effects
1 | 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 |
1 2 | fit <- vb_fit_rarecommon(y = y_train, genotype = data, weight.type = "wss")
vb_predictive(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.