| summary.drc {drc} | R Documentation |
Summarising non-linear model fits
Description
'summary' compiles a comprehensive summary for objects of class 'drc'.
Usage
## S3 method for class 'drc'
summary(object, od = FALSE, pool = TRUE, ...)
Arguments
object |
an object of class 'drc'. |
od |
logical. If TRUE adjustment for over-dispersion is used. |
pool |
logical. If TRUE curves are pooled. Otherwise they are not. This argument only works for models with
independently fitted curves as specified in |
... |
additional arguments. |
Value
A list of summary statistics that includes parameter estimates and estimated standard errors.
Note
Examples on usage are for instance found in the help pages of ryegrass and secalonic.
Author(s)
Christian Ritz
[Package drc version 3.0-1 Index]