nextdiff(sca)
nextdiff()所属R语言包:sca
Compute the Next Simple Difference-Component for SCA
计算下一个简单的区别为SCA组件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute the next simple difference-component; this is an auxiliary function for sca.
计算下一个简单的区别组件,这是一个辅助功能sca。
用法----------Usage----------
nextdiff(S, P, withinblock, criterion)
参数----------Arguments----------
参数:S
correlation/covariance matrix
相关/协方差矩阵
参数:P
component matrix
因子载荷矩阵
参数:withinblock
logical indicating whether any given difference-component should only involve variables belonging to the same block-component.
逻辑表示任何给定的差分量是否只应涉及属于相同的块的分量的变量。
参数:criterion
character string specifying the optimality criterion, see sccrit for details.
字符串指定的最优标准,请参阅sccrit的详细信息。
Details
详细信息----------Details----------
Uses firstpcres(S,P) and subsequently shrinkdiff(), the latter in a loop when withinblock is true.
使用firstpcres(S,P)和随后shrinkdiff(),后者在一个循环中,当withinblock是真实的。
In order to ensure uniqueness, we ensure that the first (non zero) entry of the principal component is always positive.
为了确保唯一性,我们始终是积极的,第一个(不为零)项的主要组成部分。
值----------Value----------
a list with components
与组件的列表
参数:P
the new component matrix, i.e. the input P with one new column appended.
新的组件矩阵,即输入P追加一个新列。
参数:nextpc
the next principal component with many entries set to 0.
下一个主要组分与许多条目设置为0。
(作者)----------Author(s)----------
Valentin Rousson <a href="mailto:rousson@ifspm.unizh.ch">rousson@ifspm.unizh.ch</a> and
Martin Maechler <a href="mailto:maechler@stat.math.ethz.ch">maechler@stat.math.ethz.ch</a>.
参见----------See Also----------
shrinkdiff; sca, also for references
shrinkdiff;sca,也引用
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|