ppc.pibblefit: Visualization of Posterior Predictive Check of fit model

Description Usage Arguments Details Value Examples

View source: R/pibble_plotting.R

Description

Visualization of Posterior Predictive Check of fit model

Usage

1
2
## 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

1
2
3
4
5
## Not run: 
fit <- pibble(Y, X)
ppc(fit)

## End(Not run)

jsilve24/stray documentation built on Jan. 29, 2022, 8:32 p.m.