Between and within sums of squares for matrix
之间和内部的平方和矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sums of squares between and within the columns of a matrix. Allows for missing values. This function is called by the anova method for MAList objects.
平方矩阵的列之间和国家内部的款项。允许缺失值。此功能被称为anovaMAList对象的方法。
用法----------Usage----------
bwss.matrix(x)
参数----------Arguments----------
参数:x
a numeric matrix.
数字矩阵。
Details
详情----------Details----------
This is equivalent to a one-way analysis of variance where the columns of the matrix are the groups.
这相当于一个单向方差矩阵列组分析。
值----------Value----------
A list with components
与组件列表
参数:bss
sums of squares between the column means.
列手段广场的款项。
参数:wss
sums of squares within the column means.
内列的平方和表示。
参数:bdf
degrees of freedom corresponding to bss.
自由相应的bss度。
参数:wdf
degrees of freedom corresponding to wss.
自由相应的wss度。