ppc.pibblefit {fido}R Documentation

Visualization of Posterior Predictive Check of fit model

Description

Visualization of Posterior Predictive Check of fit model

Usage

## S3 method for class 'pibblefit'
ppc(m, ...)

Arguments

m

an object of class pibblefit

...

other options passed to ppc (see details)

Details

ppc.pibblefit accepts the following additional arguments:

Value

ggplot object

Examples

sim <- pibble_sim()
fit <- pibble(sim$Y, sim$X)
ppc(fit)


[Package fido version 1.0.4 Index]