Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 R 中,当我使用chisq.test()函数时,计算的 p 值是多少?它是两侧的,上尾还是下尾?
提前感谢您帮助这个初学者
由于结果的解释方式,测试的 P 值 χ2始终是片面的。χ2tests 检验拟合优度,这意味着结果只有一个有利的结果,因此 p 值是拟合良好的概率。这更像是一个统计问题而不是编码问题,并且可能更适合CrossValidated。
χ2