| autoplot.bayesqm_run | R Documentation |
Generic ggplot2::autoplot() method for bayesqm_run. Dispatches
to make_elpd_diff() when type = "elpd" (default) and
make_ppc_ridge() when type = "ppc".
autoplot.bayesqm_run(object, type = c("elpd", "ppc"), ...)
object |
A |
type |
One of |
... |
Passed to the underlying figure function (e.g.
|
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.