predDRC: Predict y from x in a log-logistic model

Description Usage Arguments Value Examples

Description

Predict y from x in a log-logistic model

Usage

1
predDRC(x, fit)

Arguments

x

The x value.

fit

An object of class drc fit with drm().

Value

The y value corresponding to the given x.

Examples

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

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