summary.drc {drc} | R Documentation |
'summary' compiles a comprehensive summary for objects of class 'drc'.
summary.drc(object, od = FALSE, ...)
object |
an object of class 'drc'. |
od |
logical. If TRUE adjustment for over-dispersion is used. |
... |
additional arguments. |
A list of summary statistics, including parameter estimates and estimated standard errors, of the fitted 'drc' model given by object
.
Christian Ritz
model1 <- multdrc(SLOPE~DOSE, CURVE, data=PestSci) summary(model1) rm(model1)