getUpperAsym: Get the y value of the upper asymptote in a 4-parmeter...

Description Usage Arguments Value Examples

View source: R/sigmoid.R

Description

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

Usage

1
getUpperAsym(object, CI95 = FALSE)

Arguments

object

An object of class "drc" generated from drm() and the argument fct = LL.4().

CI95

Logical. Report 95% confidence interval.

Value

The y intercept of the upper asymptote.

Examples

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

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