Description Usage Arguments Details Value Author(s) References See Also Examples
Bayesian parametric modelling of dose-response data.
1 2 3 4 5 6 7 8  | 
x | 
 Vector of infected individuals.  | 
n | 
 Vector of exposed individuals.  | 
dose | 
 Vector of administered doses.  | 
data | 
 An optional data frame, containing the variables in the model.
If not found in   | 
model | 
 A character string naming the dose-response model. 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 10000.  | 
update | 
 Number of samples to retain; defaults to 10000.  | 
verbose | 
 Should JAGS process info be printed to the R console?
defaults to   | 
Available models:
Beta-Poisson:  model = "betapoisson" or "bp"
Exponential:  model = "exponential" or "exp"
Log-Logistic:  model = "loglogistic" or "ll"
Log-Probit:  model = "logprobit" or "lp"
Extreme Value:  model = "extremevalue" or "ev"
An object of class "drm".
Haas CN, Rose JB, Gerba CP (1999) Quantitative Microbial Risk Assessment. John Wiley & Sons, Inc.
drm, for frequentist dose-response modelling
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.