drc (version 3.0-1)

coef.drc: Extract Model Coefficients

Description

Extract parameter estimates.

Usage

"coef"(object, ...)

Arguments

object
an object of class 'drc'.
...
additional arguments.

Value

A vector of parameter coefficients which are extracted from the model object 'object'.

See Also

A more comprehensive summary is obtained using summary.drc.

Examples

Run this code

## Fitting a four-parameter log-logistic model
ryegrass.m1 <- drm(rootl ~ conc, data = ryegrass, fct = LL.4())
coef(ryegrass.m1)

Run the code above in your browser using DataLab