The function prints a more descriptive output to the console with the result of the test for difference in empirical distributions.

summary_poe_test(x)

Arguments

x

An estimate obtained from poe_test.

Examples

x <- qnorm(runif(100), mean = -0.5, sd = 1)
y <- qnorm(runif(100), mean = 1.5, sd = 2)
test_stat <- poe_test(x, y)
summary_poe_test(test_stat)
#> Gamma:  0.824 
#> Gamma >.95 and <.05 indicates difference at the 5% level.