Description Usage Arguments Value References Examples
View source: R/ggs_histogram.R
Plot a histogram of each of the parameters. Histograms are plotted combining all chains for each parameter.
1 | ggs_histogram(D, family = NA, bins = 30, greek = FALSE)
|
D |
Data frame whith the simulations. |
family |
Name of the family of parameters to plot, as given by a character vector or a regular expression. A family of parameters is considered to be any group of parameters with the same name but different numerical value between square brackets (as beta[1], beta[2], etc). |
bins |
integer indicating the total number of bins in which to divide the histogram. Defaults to 30, which is the same as geom_histogram() |
greek |
Logical value indicating whether parameter labels have to be parsed to get Greek letters. Defaults to false. |
A ggplot
object.
Fernández-i-Marín, Xavier (2016) ggmcmc: Analysis of MCMC Samples and Bayesian Inference. Journal of Statistical Software, 70(9), 1-20. doi:10.18637/jss.v070.i09
1 2 | data(linear)
ggs_histogram(ggs(s))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.