Learn R Programming

rPBK (version 0.2.5)

ppc: Posterior predictive check plot

Description

Plots posterior predictive check for fitPBK

Usage

ppc(x, ...)

# S3 method for fitPBK ppc(x, ...)

Value

a plot of class ggplot

Arguments

x

an object used to select a method ppc

...

Further arguments to be passed to generic methods

Examples

Run this code
# (1) load a fitPBK object
data("fitPBK_C4")
# (2) plot ppc of bayesian fitting
ppc(fitPBK_C4)


Run the code above in your browser using DataLab