targetD(SHIP)
targetD()所属R语言包:SHIP
Computation of the diagonal target D ('diagonal, unequal variances').
计算的对角线目标d(对角线,不平等的差异)。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The n x p diagonal target D is computed from the n x p data matrix. It is defined as follows (i,j=1,...,p):
n x pD是对角线目标从n x p数据矩阵计算。它被定义为如下(i,j=1,...,p):
用法----------Usage----------
targetD(x, genegroups)
参数----------Arguments----------
参数:x
A n x p data matrix.
An x p数据矩阵。
参数:genegroups
The genegroups are not used for this target.
所有的genegroups不是用于此目标。
值----------Value----------
A p x p diagonal matrix.
Ap x p对角矩阵。
(作者)----------Author(s)----------
Monika Jelizarow and Vincent Guillemot
参考文献----------References----------
J. Schaefer and K. Strimmer, 2005. A shrinkage approach to large-scale covariance matrix estimation and implications for functional genomics.
参见----------See Also----------
targetCor, targetF, targetG, targetGstar, targetGpos.
targetCor,targetF,targetG,targetGstar,targetGpos。
实例----------Examples----------
x <- matrix(rnorm(10*30),10,30)
tar <- targetD(x,NULL)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|