stat.bwss(WGCNA)
stat.bwss()所属R语言包:WGCNA
Between and Within Group Sum of Squares Calculation
间和组内平方的总和计算
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function computes the between and within group sum of squares for each row of a matrix which may have NAs.
该函数计算和组内总和之间的矩阵的每一行可以具有定居的平方。
用法----------Usage----------
stat.bwss(x, cl)
参数----------Arguments----------
参数:x
a matrix, NAs allowed. In the microarray context, the rows of X could correspond to genes and the columns to different hybridizations.
一个矩阵,定居允许。在的微阵列的情况下,行X可以对应到基因和列不同的杂交。
参数:cl
column labels, must be consecutive integers.
列标签,必须是连续的整数。
值----------Value----------
List containing the following components
列出含有下列成分的
参数:wn
matrix with class sizes for each row of X;
矩阵的每一行X班级规模;
参数:BW
vector of BSS/WSS for each row of X;
向量的BSS / WSS中的每一行X;
参数:BSS
between group sum of squares for each row of X;
组之间的每一行的平方总和X;
参数:WSS
within group sum of squares for each row of X;
组内的每一行的平方总和X;
参数:TSS
total sum of squares for each row of X;
总和的平方为每一行X;
参数:tvar
variance for each row of X.
方差为每一行X。
(作者)----------Author(s)----------
Sandrine Dudoit, <a href="mailto:sandrine@stat.berkeley.edu">sandrine@stat.berkeley.edu</a> <br>
Jane Fridlyand, <a href="mailto:janef@stat.berkeley.edu">janef@stat.berkeley.edu</a>
参考文献----------References----------
Discrimination Methods for the Classification of Tumors Using Gene Expression Data. June 2000. (Statistics, UC Berkeley, Tech Report \#
参见----------See Also----------
var.na, var, apply.
var.na,var,apply。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|