post_dens_facet: Plot Posterior Densities in a Faceted Density Plot

Description Usage Arguments Examples

View source: R/plot_functions.R

Description

Plot Posterior Densities in a Faceted Density Plot

Usage

1
2
post_dens_facet(D, cols = 2, interval = TRUE, greek = TRUE,
  cred.level = 0.95, extract.post = TRUE, extract.prior = FALSE, ...)

Arguments

D

The model, data frame, or MCMC object.

cols

Number of columns in facet plot

interval

should credible intervals be plotted

greek

should names be parsed for greek symbols

cred.level

the confidence level. defaults to .95

extract.post

Should the posterior be plotted? Defaults to TRUE.

extract.prior

Should the prior be plotted? Defaults to FALSE.

...

other

plot

should the results be plotted? Defaults to FALSE.

Examples

1

abnormally-distributed/abdisttools documentation built on May 5, 2019, 7:07 a.m.