Graphical posterior predictive checks
ppc(fit, data = NULL, fun = default_ppc_fun(fit), verbose = TRUE, ...)
fit | An object of class lgpfit that can been created
with |
---|---|
data | the original data frame (deprecated argument with no effect, now obtained from fit object) |
fun |
|
verbose | Can this print any messages? |
... | additional arguments passed to the default
|
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()
.