View source: R/unbiased_mcmc.R
beta_unbiased_histogram | R Documentation |
Outputs unbiased estimates for a histogram of a component
beta_unbiased_histogram(nchains, component, breaks = NULL, nclass = 30)
nchains |
no of chains |
component |
index of component |
breaks |
histogram breaks |
nclass |
histogram number of classes |
list containing histogram data with mids = mids, breaks = breaks, proportions = prop_mean, sd = prop_sd, width = width
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.