Description Usage Arguments Details Value Author(s) References See Also Examples
Bayesian parametric modelling of exposure concentration from count data.
1 2 3 4 5 6 7  | 
x | 
 The observed counts.  | 
q | 
 The quantities (e.g., volumes, masses) in which the counts were observed; defaults to 1.  | 
data | 
 An optional data frame, containing the variables in the model.
If not found in   | 
model | 
 A character string naming the count model to be fitted. See details below.  | 
inits | 
 Named list of initial values; defaults to   | 
nchains | 
 Number of model chains, should be ≥ 2; defaults to 2.  | 
burnin | 
 Number of samples to discard as burn-in; defaults to 5000.  | 
update | 
 Number of samples to retain; defaults to 5000.  | 
verbose | 
 Should JAGS process info be printed to the R console?
defaults to   | 
Distributions available:
Poisson:  model = "poisson" or "p"
Negative Binomial:  model = "negbin" or "nb"
Poisson-LogNormal:  model = "poislognorm" or "pln"
Poisson-Weibull:  model = "poisweibull" or "pw"
An object of class "bea".
Haas CN, Rose JB, Gerba CP (1999) Quantitative Microbial Risk Assessment. John Wiley & Sons, Inc.
bea_presence, for modelling exposure from presence/absence data
bea_conc, for modelling exposure from concentration data
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.