check.confidence: Check confidence (of confidence interval) is between zero and...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/check_confidence.R

Description

Function that verifies confidence level selected is > 0 and < 100

Usage

1
check.confidence(confidence)

Arguments

confidence

Confidence level desired with 0 < confidence < 100

Value

TRUE if confidence is well defined between 0 and 100

Author(s)

Rodrigo Zepeda-Tello rzepeda17@gmail.com

Dalia Camacho-Garc<c3><ad>a-Forment<c3><ad> daliaf172@gmail.com

See Also

check.thetas, check.xvar, check.cft, check.rr, check.exposure, check.integrals

Examples

1
2
3
#Example 1 
confidence <- 95
check.confidence(confidence)

pifpaf documentation built on May 1, 2019, 9:11 p.m.