powered by
print()
ageRatioTest()
print() helper function for ageRatioTest() function
# S3 method for ageRatioTest print(x, ...)
Printed output of ageRatioTest() function
Object resulting from applying ageRatioTest() function
Additional print() arguments
# Print age-ratio test results for survey dataset from Kabul, Afghanistan svy <- dp.ex02 print(ageRatioTest(svy$age, ratio = 0.85))
Run the code above in your browser using DataLab