Last chance! 50% off unlimited learning
Sale ends in
CRS.4a(names = c("b", "d", "e", "f"))
UCRS.4a(names = c("b", "d", "e", "f"))
cedergreen
.cedergreen
.CRS.5a
and UCRS.5a
,
but with an extra parameter for the lower limit.## Modified logistic model
model1 <- multdrc(hormesis[,c(2,1)], fct=CRS.4a())
summary(model1)
ED(model1, c(50))
model2 <- multdrc(hormesis[,c(2,1)], fct=CRS.4b())
summary(model2)
ED(model2, c(50))
model3 <- multdrc(hormesis[,c(2,1)], fct=CRS.4c())
summary(model3)
ED(model3, c(50))
rm(model1, model2, model3)
Run the code above in your browser using DataLab