Description Usage Arguments Value
Runs VAMF with many random initializations in parallel. Parallelism will only work if the number of cores is set as a global option. For example options(mc.cores=4)
. Discards any random restarts that resulted in Stan errors, usually due to numeric convergence failures.
1 |
ss |
A list of sufficient statistics from |
svmult |
Vector of multipliers to increase or decrease the sigma_v scale hyperparameter. Length of svmult determines number of random restarts to run. |
output_samples |
How many samples from the approximate posterior to estimate the posterior mean of each parameter. |
List of results from each random initialization excluding numerical convergence failures. Each element of the list is an object with structure described in vb_wrap
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.