Graphical posterior predictive checks
ppc(fit, data = NULL, fun = default_ppc_fun(fit), verbose = TRUE, ...)
An object of class lgpfit that can been created
with sample_f=TRUE
.
the original data frame (deprecated argument with no effect, now obtained from fit object)
bayesplot
function name
Can this print any messages?
additional arguments passed to the default
pp_check
method in
bayesplot
a ggplot
object
Introduction to graphical posterior predictive checks:
here.
Prior predictive check can be done by calling
prior_pred
and then bayesplot::pp_check()
.