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

Description Usage Arguments Value Examples

View source: R/sigmoid.R

Description

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

Usage

1
getYBounds(object, high_x, low_x)

Arguments

object

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

high_x

Numeric. The upper bound of the x range.

low_x

Numeric. The lower bound 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)

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