print() helper function for digitPreference() functionR/digitPreference.R
print.digitPreference.Rdprint() helper function for digitPreference() function
# S3 method for digitPreference print(x, ...)
| x | Object resulting from applying the |
|---|---|
| ... | Additional |
Printed output of digitPreference() function
# 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))#> #> Digit Preference Score #> #> data: svy$wt #> Digit Preference Score (DPS) = 11.86 (Good) #>