powered by
Supplementary function for PoDCurvePlot function. Function calculates the confidence ribbon around the PoD curve.
PoDCurvePlot
PoDCI(data, ci = 0.95)
numeric vector for which we the confidence intervals should be calculated
numeric: required confidence level
lower bound of CI median value upper bound of CI
# NOT RUN { ## Data preparation data <- 0:100 ## Example 1 PoDCI(data, ci = 0.95) # }
Run the code above in your browser using DataLab