Builds a matrix of uniformly random association values between -1 and +1 for all pairs of variables that follow from the number of variables given as input argument.
建立一个均匀随机关联值介于-1和+1所有的变量,从给定的变量作为输入参数的数量按照对矩阵。
用法----------Usage----------
qpUnifRndAssociation(n.var, var.names=1:n.var)
参数----------Arguments----------
参数:n.var
number of variables.
变量的数目。
参数:var.names
names of the variables to use as row and column names in the resulting matrix.
作为矩阵的行和列名的变量的名称使用。
Details
详情----------Details----------
This function simply generates uniformly random association values with no independence pattern associated to them. For generating a random covariance matrix that reflects such a pattern use the function qpG2Sigma.
此功能只是生成均匀随机的关联值,关联到他们没有独立模式。产生一个随机的协方差矩阵,反映了这样一个模式,使用功能qpG2Sigma。
值----------Value----------
A symmetric matrix of uniformly random association values between -1 and +1.
对称矩阵的均匀随机-1和+1之间的关联值。