Bayesian {femmeR} | R Documentation |
Using Application=BAYES in FEMME a .BAY file is generated which can be read and further processed with these functions
read.bay(bayfile) plot.bay(x,...) pairs.bay(x,start,end,...)
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 |
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 |
Use at your own risk
Henrik Andersson <h.andersson@nioo.knaw.nl>, Andreas Hofmann <a.hofmann@nioo.knaw.nl>
Soetaert et al, 2002
## For examples see: vignette("femmeR")