meanTranspose(Tsphere)
meanTranspose()所属R语言包:Tsphere
Transposable model mean.
转座模型是什么意思。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimates row and column means.
估计行和列的方式。
用法----------Usage----------
meanTranspose(x, tol = 1e-06)
参数----------Arguments----------
参数:x
Data matrix.
数据矩阵。
参数:tol
Tolerance for iterative algorithm when data has missing values.
当数据有缺失值的迭代算法的公差。
Details
详细信息----------Details----------
Estimates the row and column means.
估算的行和列的方式。
值----------Value----------
参数:x
Original data matrix.
原始数据矩阵。
参数:xcen
Centered data matrix.
中心的数据矩阵。
参数:mu
Column mean.
列的意思。
参数:nu
Row mean.
行的意思。
参数:M
Mean matrix.
平均矩阵。
(作者)----------Author(s)----------
Genevera I. Allen
参考文献----------References----------
models with an application to missing data imputation", Annals of Applied Statistics, 4:2, 764-790, 2010.
参见----------See Also----------
covTranspose11, TransSphere
covTranspose11,TransSphere
实例----------Examples----------
x = matrix(rnorm(100*50),100,50)
#row and column centered data matrix[中心的数据行和列矩阵]
xc = meanTranspose(x)$xcen
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|