rsd.test(SAGx)
rsd.test()所属R语言包:SAGx
Compare two groups with respect to their RSD (CV)
两组比较尊重他们的相对标准偏差(CV)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A by row comparison of the Relative Standard Deviation (RSD), asa Coefficient of Variation (CV), is done
做一个比较的相对标准偏差(RSD),ASA的变异系数(CV),按行
用法----------Usage----------
rsd.test(data1 = x, data2= y, B = NULL)
参数----------Arguments----------
参数:data1
A matrix with the samples for group 1 in columns.
一列中的第1组样品的矩阵。
参数:data2
A matrix with the samples for group 2 in columns.
一个矩阵列第2组样品。
参数:B
the number of bootstrap iterations. If NULL no bootstrap is performed.
引导迭代的数量。如果为NULL没有引导。
值----------Value----------
A list with the components
组件列表
参数:cv1
A vector of the RSD's for sample 1
区域市政总署的一个向量的样品1
参数:cv2
A vector of the RSD's for sample 2
一个区域市政总署的向量样品2
参数:t.stat
the test statistic
检验统计量
参数:p.vals
A vector of p-values for the comparison between cv1 and cv2
一个之间cv1和cv2的比较向量p值
作者(S)----------Author(s)----------
Per Broberg
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|