backfit: Calculation of backfit values from a fitted dose-response...

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/backfit.R

Description

By inverse regression backfitted dose values are calculated for the mean response per dose.

Usage

1
backfit(drcObject)

Arguments

drcObject

an object of class 'drc'.

Value

Two columns with the original dose values and the corresponding backfitted values using the fitted dose-response model. For extreme dose values (e.g., high dose ) the backfitted values may not be well-defined (see the example below).

Author(s)

Christian Ritz after a suggestion from Keld Sorensen.

References

??

See Also

A related function is ED.drc.

Examples

1
2
3
ryegrass.LL.4 <- drm(rootl~conc, data=ryegrass, fct=LL.4())

backfit(ryegrass.LL.4)

drc documentation built on May 1, 2019, 8:43 p.m.

Related to backfit in drc...