PPC {morseDR}R Documentation

Posterior Predictive Check data.frame for FitTT objects

Description

Create the PPC object to be pass in plot function for plotting the Posterior Predictive Check.#'

Usage

ppc(fit, ...)

## S3 method for class 'ContinuousFitTT'
ppc(fit, ...)

## S3 method for class 'CountFitTT'
ppc(fit, ...)

## S3 method for class 'BinaryFitTT'
ppc(fit, ...)

Arguments

fit

An object of class FitTT

...

Further arguments to be passed to generic methods

Value

An object of class 'PPC'


[Package morseDR version 0.1.2 Index]