Description Usage Arguments Author(s) See Also Examples
View source: R/check_exposure.R
Function that verifies if all exposure values are greater or equal than zero.
1  | 
X | 
 Data frame of exposure that is evaluated in relative risk   | 
Rodrigo Zepeda-Tello rzepeda17@gmail.com
Dalia Camacho-Garc<c3><ad>a-Forment<c3><ad> daliaf172@gmail.com
check.confidence, check.thetas, 
check.cft, check.xvar, 
check.rr, check.integrals
1 2 3  | #Example 1 
X <- matrix(runif(500, 0,1))
check.exposure(X)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.