check.exposure: Check Exposure values

Description Usage Arguments Author(s) See Also Examples

View source: R/check_exposure.R

Description

Function that verifies if all exposure values are greater or equal than zero.

Usage

1

Arguments

X

Data frame of exposure that is evaluated in relative risk rr.

Author(s)

Rodrigo Zepeda-Tello rzepeda17@gmail.com

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

See Also

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

Examples

1
2
3
#Example 1 
X <- matrix(runif(500, 0,1))
check.exposure(X)

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