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

R语言 RVAideMemoire包 mat.cont()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 23:58:11 | 显示全部楼层 |阅读模式
mat.cont(RVAideMemoire)
mat.cont()所属R语言包:RVAideMemoire

                                         Matrix of contrasts generation
                                         对比一代矩阵

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

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

Return a matrix for pairwise comparisons with the contrasts method.
两两比较的对比方法,返回一个矩阵。


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


mat.cont(f, ref = NULL, restrict = NULL, exclude = FALSE)



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

参数:f
factor giving the groups to be compared.  
因子给予基团,以进行比较。


参数:ref
optional reference level (only contrasts involving this level are generated).  
可选的参考水平(生成只涉及该水平的对比)。


参数:restrict
optional vector of levels (only contrasts involving these levels are generated).  
可选的矢量的水平(只涉及这些级别的对比产生的)。


参数:exclude
logical. If TRUE and if restrict is not NULL, levels which are not involved in comparisons are not present in the matrix (to be used when the model has been generated with the subset option).  
逻辑。如果TRUE和restrict是不是NULL,不参与比较的水平是不存在的矩阵(时要使用该模型已生成的subset 选项)。


(作者)----------Author(s)----------



Maxime Herv茅 <mx.herve@gmail.com>




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

esticon, adjust.esticon
esticon,adjust.esticon


实例----------Examples----------


# A factor with 5 levels[5级的一个因素]
fact <- gl(5,10,labels=LETTERS[1:5])

# A matrix of contrasts with all possible pairwise comparisons[对比所有可能的两两比较的矩阵]
mat.cont(fact)

# A matrix with only comparisons to level "A"[只有比较矩阵与水平“A”]
mat.cont(fact,ref="A")

# A matrix with all pairwise comparisons between "A", "B" and "E"[所有成对比较矩阵之间的“A”,“B”和“E”]
mat.cont(fact,restrict=c("A","B","E"))

# The same with levels "C" and "D" excluded[相同的水平“C”和“D”排除]
mat.cont(fact,restrict=c("A","B","E"),exclude=TRUE)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 09:38 , Processed in 0.025777 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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