fit_multiple | R Documentation |
Set up MCMC Chain
fit_multiple(data_sets, scoretype = "bge", iterations, ...)
data_sets |
list of datasets |
scoretype |
type of score: "bge" or "bde" |
iterations |
number of iterations |
... |
other arguments to pass to |
This will run fit_mcmc
on multiple chains,
augment the output for each, and then join the outputs
together. Intended for cases where we have multiple
imputations of the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.