# NOT RUN {
##-- Continuing the coef.OEFPIL(.) example:
##Use of confBands function with default parameters
a <- confBands(st1)
str(a)
##Computing two different confidence bands in one step
b <- confBands(st1, signif.level = c(0.01,0.05))
str(b)
# }
Run the code above in your browser using DataLab