inverse_predict.drc: Inverse predict based on 'drc' model object.

Description Usage Arguments Value Examples

Description

Predict x from y.

Usage

1
2
## S3 method for class 'drc'
inverse_predict(object, y)

Arguments

object

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

y

The y value.

Value

The x value corresponding to the given y.

Examples

1
2
object <- drc::drm(mpg~hp, data=mtcars, fct= drc::LL.4())
inverse_predict(object, 15)

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