print.ageChildren | R Documentation |
print()
helper function for ageChildren()
functionprint()
helper function for ageChildren()
function
## S3 method for class 'ageChildren'
print(x, ...)
x |
Object resulting from applying |
... |
Additional |
Printed output of ageChildren()
function
# Print Chi-Squared test for age of children in dp.ex02 sample dataset using
# an u5mr of 1 / 10,000 / day.
svy <- dp.ex02
ac <- ageChildren(svy$age, u5mr = 1)
print(ac)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.