PPC {morseTKTD} | R Documentation |
Posterior predictive check methods
Description
This is the generic ppc
S3 method for computing Posterior predictive
check. It predicts values with 95 \
values for SurvFit
objects.
Usage
ppc(fit, ...)
## S3 method for class 'SurvFit'
ppc(fit, ...)
Arguments
fit |
An object of class |
... |
Further arguments to be passed to generic methods |
Value
a data.frame
of class PPC
with the original data point and
the response of simulation and 95\
indicates if the observation fall within (green) or outside (red) of the 95\
credible interval.
[Package morseTKTD version 0.1.3 Index]