Extract value of statistic and its p-value from htest object.

htest.short(x)

Arguments

x

htest-class object

Value

named numeric vector with the value of statistic and its p-value

Examples

if (FALSE) { # \dontrun{
htest.short(shapiro.test(rnorm(100)))
} # }