# NOT RUN {
head(lampreytime)
results <- LT_logit((dead/total) ~ log10(hour), p = c(50, 99),
weights = lampreytime[c(1:11), ]$total,
data = lampreytime[c(1:11), ])
#view calculated LT50 and LT99 for seasonal
#toxicity of a piscicide, 3-trifluoromethyl-4-nitrophenol, to lamprey in 2011
results
#dose-response curve can be plotted using 'ggplot2'
# }
Run the code above in your browser using DataLab