qqplotWGEN(RMAWGEN)
qqplotWGEN()所属R语言包:RMAWGEN
Makes a qqplot and Wilcoxon test between the two columns of val
一个qqplot和Wilcoxon秩和检验之间的两列值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Makes a qqplot and Wilcoxon test between the two columns of val
让一个的qqplot和Wilcoxon秩和检验之间的两列val
用法----------Usage----------
qqplotWGEN(val, xlab = "simulated", ylab = "measured",
main = "title", ylim = c(min(val), max(val)),
xlim = c(min(val), max(val)), diff = FALSE,
quantile = 0)
参数----------Arguments----------
参数:val
a matrix with two colomns containing the two samples to be compared
一个包含要比较两个样本具有两个colomns的矩阵
参数:xlab,ylab,main
see plot.default
看到plot.default
参数:xlim,ylim
see plot.default
看到plot.default
参数:diff
logical variable, if TRUE the function is applied to diff(val) instead of val. See diff
逻辑变量,如果TRUE的功能应用,而不是diff(val)val。见diff
参数:quantile
quantile value on which data samples in val are considered. Default is 0.
位数值数据样本val考虑。默认为0。
值----------Value----------
Wilcoxon test between the two columnds of 'val'
Wilcoxon秩和检验两者之间的columnds“值”
(作者)----------Author(s)----------
Emanuele Cordano, Emanuele Eccel
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|