Generates a comprehensive summary of posterior predictive checks for any vitalBayes model fit.
See also
vignette("model_diagnostics") for comprehensive diagnostic workflow.
Statistical Methods: Model Assessment for posterior predictive check theory.
Examples
if (FALSE) { # \dontrun{
ppc <- ppc_summary(growth_fit, model_type = "growth")
print(ppc)
} # }
