Skip to contents

print() helper function for skewKurt() function

Usage

# S3 method for skewKurt
print(x, ...)

Arguments

x

Object resulting from applying the skewKurt() function

...

Additional print() parameters

Value

Printed output of skewKurt() function

Examples

# Use skewKurt() on an anthropometric data from a SMART survey in
# Kabul, Afghanistan (dist.ex01)
svy <- dist.ex01
sk <- skewKurt(svy$muac)
print(sk)
#> 
#> 	Skewness and kurtosis
#> 
#> Skewness = +0.0525	SE = 0.0828	z = 0.6348	p = 0.5256
#> Kurtosis = -0.2412	SE = 0.1653	z = 1.4586	p = 0.1447
#>