dalmatian (version 0.3.0)

convergence: Convergence Diagnostics (S3 Generic)

Description

Generic function for computing convergence diagnostics.

Usage

convergence(object, ...)

Arguments

object

Object to asses.

...

Ignored

Examples

Run this code
# NOT RUN {
## Load output from previously run model
load(system.file("Pied_Flycatchers_1","pfresults.RData",package="dalmatian"))

## Compute convergence diagnostics
pfconvergence <- convergence(pfresults)

# }

Run the code above in your browser using DataLab