Extract Model Coefficients
Extract parameter estimates.
## S3 method for class 'drc' coef(object, ...)
object |
an object of class 'drc'. |
... |
additional arguments. |
A vector of parameter coefficients which are extracted from the model object 'object'.
This function may work even in cases where 'summary' does not, because the parameter estimates are retrieved directly from the model fit object without any additional computations of summary statistics and standard errors.
Christian Ritz
A more comprehensive summary is obtained using summary.drc
.
## Fitting a four-parameter log-logistic model ryegrass.m1 <- drm(rootl ~ conc, data = ryegrass, fct = LL.4()) coef(ryegrass.m1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.