print.ageHeaping {nipnTK} | R Documentation |
print()
helper functions for ageHeaping()
functions
Description
print()
helper functions for ageHeaping()
functions
Usage
## S3 method for class 'ageHeaping'
print(x, ...)
Arguments
x |
Object resulting from applying the |
... |
Additional |
Value
Printed output of the ageHeaping()
function
Examples
# Print age heaping test on SMART survey data in Kabul, Afghanistan (dp.ex02)
# using a divisor of 12
svy <- dp.ex02
ah12 <- ageHeaping(svy$age)
print(ah12)
[Package nipnTK version 0.2.0 Index]