Description Slots Extends Methods Author(s) See Also
The "drm" class represents output from dose-response models.
Objects of class "drm" are created by calls to drm.
Objects of class "drm" 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
gof:Object of class "gof";
Chi-square goodness of fit
AIC:Object of class "numeric";
resulting model AIC
mle_call:Object of class "language";
the call to mle
coef:Object of class "numeric";
estimated parameters
fullcoef:Object of class "numeric";
fixed and estimated parameters
vcov:Object of class "matrix";
approximate variance-covariance matrix
min:Object of class "numeric";
minimum value of objective function
details:Object of class "list",
as returned from optim
minuslogl:Object of class "function";
the negative loglikelihood function
nobs:Object of class "integer";
the number of observations (often NA,
when not set in call explicitly).
method:Object of class "character";
the optimization method used
Class "mle", directly.
signature(x = "drm")
signature(object = "drm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.