print.skewKurt | R Documentation |
print()
helper function for skewKurt()
functionprint()
helper function for skewKurt()
function
## S3 method for class 'skewKurt'
print(x, ...)
x |
Object resulting from applying the |
... |
Additional |
Printed output of skewKurt()
function
# Use skewKurt() on an anthropometric data from a SMART survey in
# Kabul, Afghanistan (dist.ex01)
svy <- dist.ex01
sk <- skewKurt(svy$muac)
print(sk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.