Description Slots Methods Author(s)
The "bdrm" class represents output from Bayesian dose-response models. Objects of class "bdrm" are created by calls to bdrm.
Objects of class "bdrm" 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 = "bdrm")
signature(object = "bdrm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.