powered by
print()
ageHeaping()
print() helper functions for ageHeaping() functions
# S3 method for ageHeaping print(x, ...)
Printed output of the ageHeaping() function
Object resulting from applying the ageHeaping() function
Additional print() arguments
# 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)
Run the code above in your browser using DataLab