powered by
print()
digitPreference()
print() helper function for digitPreference() function
# S3 method for digitPreference print(x, ...)
Printed output of digitPreference() function
Object resulting from applying the digitPreference() function.
Additional print() parameters
# 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))
Run the code above in your browser using DataLab