## The lines below requires that the packages
## 'lmtest' and 'sandwich' are installed
# library(lmtest)
# library(sandwich)
# ryegrass.m1<-drm(rootl ~ conc, data = ryegrass, fct = LL.4())
# Standard summary output
# coeftest(ryegrass.m1)
# Output with robust standard errors
# coeftest(ryegrass.m1, vcov = sandwich)
Run the code above in your browser using DataLab