Description Slots Methods Author(s) See Also
The "bea"
class represents output from Bayesian exposure assessment
models. Objects of class "bea"
are created by calls to
bea_count
, bea_conc
and bea_presence
.
Objects of class "bea"
contain the following slots:
call
:Object of class "language"
;
original call to exposure assessment function
data
:Object of class "data.frame"
;
original input data
family
:Object of class "function"
;
distribution family used to fit the model
par
:Object of class "list"
;
settings for Bayesian model fitting
model
:Object of class "JAGS_model"
;
fitted Bayesian model
mcmc
:Object of class "list"
;
resulting model estimates
diagnostics
:Object of class "list"
;
DIC and BGR diagnostics
signature(x = "bea")
: ...
signature(object = "bea")
: ...
bea_count
, bea_conc
, bea_presence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.