print.ageHeaping | R Documentation |
print()
helper functions for ageHeaping()
functionsprint()
helper functions for ageHeaping()
functions
## S3 method for class 'ageHeaping'
print(x, ...)
x |
Object resulting from applying the |
... |
Additional |
Printed output of the ageHeaping()
function
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.