plot_posteriors,ubmsFit-method {ubms} | R Documentation |
Plot Posterior Distributions
Description
Plot posterior distributions for selected parameters. Posteriors can be represented as density plots or histograms.
Usage
## S4 method for signature 'ubmsFit'
plot_posteriors(object, pars = NULL, density = FALSE, ...)
Arguments
object |
A fitted model of class |
pars |
A character vector of parameter names to include in the plot
Look at |
density |
If |
... |
Arguments passed to |
Value
A ggplot
[Package ubms version 1.2.6 Index]