get_EC {ezec} | R Documentation |
Function to get EC values given a model.
get_EC(x, response = c(10, 50, 90), disp = TRUE)
x |
a model generated from the drm function of the drc package |
response |
a numeric vector specifying at what response levels to generate an EC value. Defaults to 10, 50 and 90 (percent). |
disp |
display the results? |
This function is a wrapper for ED
.
a data frame with the Estimate and standard error for each response value.
Zhian N. Kamvar