PoDCI {PoDBAY}R Documentation

PoD curve confidence ribbon

Description

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

Usage

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

## Data preparation
data <- 0:100

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


[Package PoDBAY version 1.4.3 Index]