给出了这个可重复的例子
library(coin)
independence_test(asat ~ group, data = asat,
## exact null distribution
distribution = "exact")
我想知道为什么默认结果通过考虑该方法应该是“精确的”(即计算)来报告临界值Z 直接概率:
pvalue(independence_test(asat ~ group, data = asat,
## exact null distribution
distribution = "exact"))
我的问题是:当要求进行“精确”测试时,“普通”函数“ independence_test”打印出的Z值的正确解释(如果存在的话)是什么?
我完全脱离轨道了吗?
对不起,但我在这里不知何故……
感谢您的反馈