Bayesian {femmeR}R Documentation

Bayesian output analysis

Description

Using Application=BAYES in FEMME a .BAY file is generated which can be read and further processed with these functions

Usage

read.bay(bayfile)
## S3 method for class 'bay':
plot(x, ...)
## S3 method for class 'bay':
pairs(x,start,end,...)

Arguments

bayfile File ending in .bay generated by FEMME
x Bayesian object read by read.bay
start Skip simulations before start
end Skip simulations after end
... Additional plot parameters

Value

read.bay returns a list with components

data An object of class coda which can be further processed with functions from this package
pars Parameter names
filename Filename

Note

Use at your own risk

Author(s)

Henrik Andersson <h.andersson@nioo.knaw.nl>, Andreas Hofmann <a.hofmann@nioo.knaw.nl>

References

Soetaert et al, 2002

Examples


## For examples see: vignette("femmeR")


[Package femmeR version 0.5.1 Index]