summary.drc {drc} | R Documentation |
'summary' compiles a comprehensive summary for objects of class 'drc'.
## S3 method for class 'drc': summary(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
spinach.m1 <- multdrc(SLOPE~DOSE, CURVE, data = spinach) summary(spinach.m1)