| print.ageRatioTest {nipnTK} | R Documentation |
print() helper function for ageRatioTest() function
Description
print() helper function for ageRatioTest() function
Usage
## S3 method for class 'ageRatioTest'
print(x, ...)
Arguments
x |
Object resulting from applying |
... |
Additional |
Value
Printed output of ageRatioTest() function
Examples
# Print age-ratio test results for survey dataset from Kabul, Afghanistan
svy <- dp.ex02
print(ageRatioTest(svy$age, ratio = 0.85))
[Package nipnTK version 0.2.0 Index]