print.ageRatioTest | R Documentation |
print()
helper function for ageRatioTest()
functionprint()
helper function for ageRatioTest()
function
## S3 method for class 'ageRatioTest'
print(x, ...)
x |
Object resulting from applying |
... |
Additional |
Printed output of ageRatioTest()
function
# Print age-ratio test results for survey dataset from Kabul, Afghanistan
svy <- dp.ex02
print(ageRatioTest(svy$age, ratio = 0.85))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.