multcompmatrix(smatr)
multcompmatrix()所属R语言包:smatr
Multiple comparisons graphical matrix
多重比较图形矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Print a matrix of pair-wise comparisons based on an 'sma' fit.
打印成对比较矩阵的基础上的“形状记忆合金的适合。
用法----------Usage----------
multcompmatrix(smfit, sort = TRUE)
参数----------Arguments----------
参数:smfit
An object of class 'sma', fit with sma.
一个对象的类“形状记忆合金的,适合sma。
参数:sort
Logical. Specifies whether or not to sort groups from smallest to largest value based on the parameter of interest (slope, elevation or mean fitted value).
逻辑。指定是否排序组从最小到最大的价值,感兴趣的参数(坡度,海拔平均拟合值)的基础上。
Details
详细信息----------Details----------
A matrix of comparisons is drawn, based on the P values of the pair-wise tests between levels of the grouping variable. An 'X' indicates P < 0.05, 'o' indicates 0.05 < P < 0.1.
比较A矩阵被绘制时,基于分组变量的水平之间的成对的测试的P值。一个X表示P <0.05,o的指示:0.05 <P <0.1。
值----------Value----------
Invisibly returns the (character) matrix.
无形返回矩阵(字符)。
(作者)----------Author(s)----------
Remko Duursma and Daniel Falster.
参见----------See Also----------
sma
sma
实例----------Examples----------
# Print the matrix of comparisons:[打印比较的基质:]
data(leaflife)
sm1 <- sma(lma ~ longev + site, data=leaflife, multcomp=TRUE)
multcompmatrix(sm1)
# Write the matrix to a file like this:[写的矩阵这样的文件:]
## Not run: [#不运行:]
capture.output(multcompmatrix(sm1), file="sm1matrix.txt")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|