Dose-response model for estimation of no effect concentration (NEC).
Dose-response model for estimation of no effect concentration (NEC).
The no effect concentration has been proposed as an alternative to both the classical no observed effect concentration (NOEC) and the regression-based EC/ED approach. The NEC model is a dose-response model with a threshold below which the response is assumed constant and equal to the control response.
1.1
where I(x−e) is the indicator function. It is equal to 0 for x<=e and equal 1 for x>e.
In other words: The parameter e in NEC in "drc" corresponds to the parameter c' in Pires et al (2002), the parameter b in NEC in "drc" corresponds to the parameter m' in Pires et al (2002), the parameter d in NEC in "drc" corresponds to the parameter l' in Pires et al (2002), and finally the parameter c in NEC in "drc" (the lower horizontal limit) is (implictly) fixed at 0 in Pires et al (2002)
Returns
The value returned is a list containing the nonlinear function, the self starter function and the parameter names.
References
Pires, A. M., Branco, J. A., Picado, A., Mendonca, E. (2002) Models for the estimation of a 'no effect concentration', Environmetrics, 13 , 15--27.
Author(s)
Christian Ritz
Examples
nec.m1 <- drm(rootl~conc, data=ryegrass, fct=NEC.4())summary(nec.m1)plot(nec.m1)abline(v=coef(nec.m1)[4], lty=2)# showing the estimated threshold