tidyposterior (version 0.0.3)

ggplot.posterior: Visualize the Posterior Distributions of Model Statistics

Description

A simple violin plot is created by the function.

Usage

# S3 method for posterior
ggplot(data, mapping = NULL, ..., environment = NULL, reorder = TRUE)

Arguments

data

An object produced by tidy.perf_mod().

mapping, ..., environment

Not currently used.

reorder

A logical; should the model column be reordered by the average of the posterior distribution?

Value

A ggplot2::ggplot() object using ggplot2::geom_violin() for the posteriors.

Details

deprecated

Examples

Run this code
# NOT RUN {
data(ex_objects)
library(ggplot2)
ggplot(posterior_samples)
# }

Run the code above in your browser using DataLab