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
.
Examples on usage are for instance found in the help pages of ryegrass
and secalonic
.
Christian Ritz