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 のドキュメントを読んで、次のことを確認wilcox.test()したいと思います。
wilcox.test()
wilcox.test.default は、統計パッケージの名前空間で「非表示」になっています。
だからこそ、あなたはそれをしたり、見getAnywhere("wilcox.test.default")たりstats:::wilcox.test.defaultする必要があります。
getAnywhere("wilcox.test.default")
stats:::wilcox.test.default
ExactRankTests パッケージは正確な wilcox 順位和検定を実行できます。