Randomly Permute the Rows and Columns of an Input Matrix
随机输入矩阵的行和列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given an input matrix (or stack thereof), rmperm performs a (random) simultaneous row/column permutation of the input data.
给定一个输入矩阵(或堆栈或其),rmperm执行的(随机的)同步的行/列置换所输入的数据。
用法----------Usage----------
rmperm(m)
参数----------Arguments----------
参数:m
a matrix, or stack thereof (or a graph set, for that matter).
矩阵或堆栈(或图形集,对于这个问题)。
Details
详细信息----------Details----------
Random matrix permutations are the essence of the QAP test; see qaptest for details.
随机矩阵排列的精髓的QAP试验;看到qaptest的详细信息。
值----------Value----------
The permuted matrix (or matrices)
置换矩阵(或矩阵)
(作者)----------Author(s)----------
Carter T. Butts <a href="mailto:buttsc@uci.edu">buttsc@uci.edu</a>
参见----------See Also----------
rperm
rperm
实例----------Examples----------
#Generate an input matrix[产生输入矩阵]
g<-rgraph(5)
g #Examine it[检查它]