maxmatrix(sca)
maxmatrix()所属R语言包:sca
Largest Element in Correlation Matrix
相关矩阵中最大的元素
译者:生物统计家园网 机器人LoveR
描述----------Description----------
return position and value of the largest element of a correlation matrix R (without taking into account the diagonal elements)
返回的相关矩阵R的最大组成部分的地位和价值(不考虑对角线上的元素)
用法----------Usage----------
maxmatrix(R)
参数----------Arguments----------
参数:R
a square symmetric numeric matrix
一个正方形的对称数字矩阵
值----------Value----------
a list with components
与组件的列表
参数:row
row index of maximum
最大行索引
参数:col
col index of maximum
最大的山坳指数
参数:val
value of maximum, i.e. val == R[row,col].
的最大价值,即val == R[row,col]。
参见----------See Also----------
sca, also for references
sca,也引用
实例----------Examples----------
data(reflexesC)
maxmatrix(reflexesC) # -> 0.98 at [1, 2][ - > 0.98 [1,2]]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|