Description Usage Arguments Value
View source: R/process_results.R
process_results
ingests raw results from mmBPFA_sampler
and returns processed estimates of posterior quantities of interest.
1 | process_results(mcmc_object, SE = T, p = c(0.05, 0.95), to_tibble = T)
|
mcmc_object |
An S3 object of class |
SE |
A boolean indicating whether to calculate standard error credibility intervals around posterior estimates. |
p |
a vector indicating the lower and upper probability bounds for the credibility intervals. Default is c(0.05, 0.95). |
to_tibble |
A boolean indicating whether to convert output to tibbles for use in tidy workflow. Default is TRUE. |
An S3 object of class mcmc.output.processed
containing the processed posterior margins.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.