View source: R/MAVB_functions.R
posterior_samples.vglmer | R Documentation |
This function draws samples from the estimated variational
distributions. If using MAVB
to improve the quality of the
approximating distribution, please use MAVB or predict_MAVB.
posterior_samples.vglmer(object, samples, verbose = FALSE)
object |
Model fit using |
samples |
Number of samples to draw. |
verbose |
Show progress in drawing samples. |
This function returns a matrix with samples
rows and columns
for each fixed and random effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.