找回密码
 注册
查看: 3565|回复: 0

R语言:pairwise.wilcox.test()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 21:50:42 | 显示全部楼层 |阅读模式
pairwise.wilcox.test(stats)
pairwise.wilcox.test()所属R语言包:stats

                                        Pairwise Wilcoxon Rank Sum Tests
                                         两Wilcoxon秩和测试

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Calculate pairwise comparisons between group levels with corrections for multiple testing.
计算组级别之间的成对比较与多个测试修正。


用法----------Usage----------


pairwise.wilcox.test(x, g, p.adjust.method = p.adjust.methods,
                      paired=FALSE, ...)



参数----------Arguments----------

参数:x
response vector.  
响应向量。


参数:g
grouping vector or factor.  
分组向量或因素。


参数:p.adjust.method
method for adjusting p values (see p.adjust).  
调整p值的方法(见p.adjust)。


参数:paired
a logical indicating whether you want a paired test.
逻辑指示是否要配对的测试。


参数:...
additional arguments to pass to wilcox.test.
额外的参数传递到wilcox.test。


Details

详情----------Details----------

Extra arguments that are passed on to wilcox.test may or may not be sensible in this context. In particular, only the lower triangle of the matrix of possible comparisons is being calculated, so setting alternative to anything other than "two.sided" requires that the levels of g are ordered sensibly.
额外的参数传递wilcox.test可能或可能不会在这方面,明智的。特别是,唯一的可能比较矩阵的下三角计算,所以设置alternative以外的任何"two.sided"要求各级g排序理智。


值----------Value----------

Object of class "pairwise.htest"
对象类"pairwise.htest"


参见----------See Also----------

wilcox.test, p.adjust
wilcox.test,p.adjust


举例----------Examples----------


attach(airquality)
Month <- factor(Month, labels = month.abb[5:9])
## These give warnings because of ties :[#这些给予警告,因为的关系:]
pairwise.wilcox.test(Ozone, Month)
pairwise.wilcox.test(Ozone, Month, p.adj = "bonf")
detach()

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 12:11 , Processed in 0.021939 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表