| summary_poe_test | R Documentation | 
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)
x | 
 An estimate obtained from   | 
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.