qpUnifRndAssociation:
Uniformly random association values
Description
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.
names of the variables to use as row and column names in the resulting matrix.
Value
A symmetric matrix of uniformly random association values between -1 and +1.
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.