## Example 1:
TR(BR = .3,
SR = NULL,
CV = .3,
PPV = .5,
PrintLevel = 1,
Digits = 3)
## Example 2:
TR(BR = NULL,
SR = .1012,
CV = .3,
PPV = .5,
PrintLevel = 1,
Digits = 3)
## Example 3: A really bad test!
# If the BR > PPV then the actual test
# validity is zero. Thus, do not use the test!
TR(BR = .50,
SR = NULL,
CV = .3,
PPV = .25,
PrintLevel = 1,
Digits = 3)
Run the code above in your browser using DataLab