summary_poe_test: Summary function for poe_test()

summary_poe_testR Documentation

Summary function for poe_test()

Description

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

Usage

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)


edsandorf/cmdlR documentation built on Jan. 17, 2024, 12:33 a.m.