autoplot.bayesqm_run: ggplot2 renderings of a bayesqm_run

View source: R/autoplot.R

autoplot.bayesqm_runR Documentation

ggplot2 renderings of a bayesqm_run

Description

Generic ggplot2::autoplot() method for bayesqm_run. Dispatches to make_elpd_diff() when type = "elpd" (default) and make_ppc_ridge() when type = "ppc".

Usage

autoplot.bayesqm_run(object, type = c("elpd", "ppc"), ...)

Arguments

object

A bayesqm_run.

type

One of "elpd" or "ppc".

...

Passed to the underlying figure function (e.g. adopted, title).

Value

A ggplot object.


bayesqm documentation built on June 18, 2026, 1:07 a.m.