trimMean(sscore)
trimMean()所属R语言包:sscore
Compute trimmed mean for a vector
计算修剪意味着一个向量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the trimmed mean for a vector. Note that this implementation follows the Affymetrix code, which gives different results than the standard R function mean().
计算修剪平均为向量的。请注意,此执行如下的Affymetrix公司的代码,从而使不同的结果比标准的R函数的平均值()。
用法----------Usage----------
trimMean(vec, p1, p2)
参数----------Arguments----------
参数:vec
vector of values
值向量
参数:p1
lower percentage for trimming
微调的比例较低
参数:p2
upper percentage for trimming
修剪为上限百分比
Details
详情----------Details----------
The details can be found in the given reference.
的细节,可以发现在给定的参考。
值----------Value----------
A numeric value
数值
注意----------Note----------
Based on Affymetrix MAS5 Statistical SDK source code http://www.affymetrix.com/Auth/support/developer/stat_sdk/STAT_SDK_source.zip
基于Affymetrix公司MAS5统计SDK源代码http://www.affymetrix.com/Auth/support/developer/stat_sdk/STAT_SDK_source.zip
作者(S)----------Author(s)----------
Richard Kennedy <a href="mailto:rkennedy@vcu.edu">rkennedy@vcu.edu</a>
参考文献----------References----------
Inc., Santa Clara, CA, whitepaper. http://www.affymetrix.com/support/technical/whitepapers/sadd_whitepaper.pdf
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|