inversePredLL4: Predict x from y in a 4-parameter log-logistic model

Description Usage Arguments Value Examples

Description

Predict x from y in a 4-parameter log-logistic model

Usage

1

Arguments

y

The y value.

fit

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

Value

The x value corresponding to the given y.

Examples

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

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