Learn R Programming

drc (version 1.2-0)

summary.drc: 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, ...)

Arguments

object
an object of class 'drc'.
od
logical. If TRUE adjustment for over-dispersion is used.
...
additional arguments.

Value

  • A list of summary statistics, including parameter estimates and estimated standard errors, of the fitted 'drc' model given by object.

Examples

Run this code
model1 <- multdrc(SLOPE~DOSE, CURVE, data=PestSci)
summary(model1)

rm(model1)

Run the code above in your browser using DataLab