getYBounds: Get the bottom and top of a log-logistic curve in a given x...

Description Usage Arguments Value Examples

Description

Get the bottom and top of a log-logistic curve in a given x range.

Usage

1
getYBounds(fit, high_x, low_x)

Arguments

fit

An object of class drc fit with drm().

high_x

Numeric. The high end of the x range.

low_x

Numeric. The low end of the x range.

Value

A named vector reporting the top and bottom of the curve (toc, boc)

Examples

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

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