print.digitPreference {nipnTK} | R Documentation |
print()
helper function for digitPreference()
function
Description
print()
helper function for digitPreference()
function
Usage
## S3 method for class 'digitPreference'
print(x, ...)
Arguments
x |
Object resulting from applying the |
... |
Additional |
Value
Printed output of digitPreference()
function
Examples
# Print output of digit preference test applied to anthropometric data from a
#single state from a DHS survey in a West African country
svy <- dp.ex01
print(digitPreference(svy$wt, digits = 1))
[Package nipnTK version 0.2.0 Index]