backfit.Rd
By inverse regression backfitted dose values are calculated for the mean response per dose.
backfit(drcObject)
drcObject | an object of class 'drc'. |
---|
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).
??
A related function is ED.drc
.
#> Warning: NaNs produced#> dose Estimate #> [1,] 0.00 0.5500692 #> [2,] 0.94 0.7743783 #> [3,] 1.88 1.8744292 #> [4,] 3.75 3.7830500 #> [5,] 7.50 7.0811832 #> [6,] 15.00 10.1667582 #> [7,] 30.00 NaN