## displaying first 6 rows of the data set
head(TerMet)
## Fitting log-logistic model
m1 <- drm(rgr~dose, data = TerMet, fct = LL.4())
summary(m1)
## Fitting log-logistic model
## with Box-Cox transformation
m1 <- drm(rgr~dose, data = TerMet, fct = LL.4(), adjust = "bc1")
summary(m1)
Run the code above in your browser using DataLab