activity_area: Calculate the activity area of a dose response curve

Description Usage Arguments Examples

Description

Activity area corresponds to the area between the curve and the line representing the baseline concentration.

Usage

1
activity_area(object)

Arguments

object

An object of class drc fit with drm() and the argument fct = LL.4().

Examples

1
2
3
4
5
## Not run: 
fit <- drc::drm(disp~wt, data=mtcars, fct=drc::LL.4())
activity_area(fit)

## End(Not run)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.