powered by
confband(object, level = 0.95)
predict.drc
pcrplot
m <- multdrc(F1.1 ~ Cycles, data = reps, fct = 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