print.ageChildren {nipnTK} | R Documentation |
print()
helper function for ageChildren()
function
Description
print()
helper function for ageChildren()
function
Usage
## S3 method for class 'ageChildren'
print(x, ...)
Arguments
x |
Object resulting from applying |
... |
Additional |
Value
Printed output of ageChildren()
function
Examples
# 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)
[Package nipnTK version 0.2.0 Index]