Last chance! 50% off unlimited learning
Sale ends in
EXD.2(fixed = c(NA, NA), names = c("plateau", "k"))
EXD.3(fixed = c(NA, NA, NA), names = c("init", "plateau", "k"))
drcMean
, containing the mean function, the self starter function,
the parameter names and other components such as derivatives and a function for calculating ED values.AR.2
and AR.3
.## Fitting an exponential decay model
ryegrass.m1<-drm(rootl~conc, data=ryegrass, fct=EXD.3())
plot(ryegrass.m1)
summary(ryegrass.m1)
Run the code above in your browser using DataLab