powered by
confband(object, level = 0.95)
predict.drc
pcrplot
m <- pcrfit(reps, 1, 2, l5()) ###with 99 percent confidence interval ci <- confband(m, level = 0.99) print(ci) ###plotting the confidence bands pcrplot(m, confband = 0.99)
Run the code above in your browser using DataLab