ppc {lgpr} | R Documentation |
Graphical posterior predictive checks
Description
Graphical posterior predictive checks
Usage
ppc(fit, data = NULL, fun = default_ppc_fun(fit), verbose = TRUE, ...)
Arguments
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
|
Value
a ggplot
object
See Also
Introduction to graphical posterior predictive checks:
here.
Prior predictive check can be done by calling
prior_pred
and then bayesplot::pp_check()
.
[Package lgpr version 1.2.4 Index]