PoDCI: PoD curve confidence ribbon

Description Usage Arguments Value Examples

View source: R/FunctionsPoDParameters.R

Description

Supplementary function for PoDCurvePlot function. Function calculates the confidence ribbon around the PoD curve.

Usage

1
PoDCI(data, ci = 0.95)

Arguments

data

numeric vector for which we the confidence intervals should be calculated

ci

numeric: required confidence level

Value

lower bound of CI median value upper bound of CI

Examples

1
2
3
4
5
6
## Data preparation
data <- 0:100

## Example 1
PoDCI(data,
      ci = 0.95)

PoDBAY documentation built on Sept. 21, 2021, 5:08 p.m.