maMed(marray)
maMed()所属R语言包:marray
Stratified median calculation
分层中位数计算
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function computes the median of values in y separately within values of x. It is used by maNormMed for median location normalization.
此函数内y值x单独计算价值的中位数。它是用来maNormMed正中位置标准化。
用法----------Usage----------
maMed(x, y, subset=TRUE)
参数----------Arguments----------
参数:x
Variables used to stratify the data.
变量使用分层数据。
参数:y
A numeric vector.
一个数字的向量。
参数:subset
A "logical" or "numeric" vector indicating the subset of points used to compute the median.
“逻辑”或“数字”表示用于计算中位数的子集点的向量。
值----------Value----------
A numeric vector of median values.
一个数字的中值向量。
作者(S)----------Author(s)----------
Sandrine Dudoit, <a href="http://www.stat.berkeley.edu/~sandrine">http://www.stat.berkeley.edu/~sandrine</a>.
参考文献----------References----------
参见----------See Also----------
maNormMain, maNormMed, median.
maNormMain,maNormMed,median。
举例----------Examples----------
# See examples for maNormMain.[请参阅maNormMain例子。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|