getLowerAsym: Get the y value of the lower asymptote in a 4-parmeter...

Description Usage Arguments Value Examples

Description

Get the y value of the lower asymptote in a 4-parmeter log-logistic function

Usage

1
getLowerAsym(fit, CI95 = FALSE)

Arguments

fit

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

CI95

Logical. Report 95% confidence interval.

Value

The y intercept of the lower asymptote.

Examples

1
2
fit <- drc::drm(disp~wt, data=mtcars, fct=drc::LL.4())
getLowerAsym(fit)

stevehoang/assayr documentation built on May 24, 2019, 7:20 a.m.