Skip to contents

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.