corrmat_CS {corrMCT} | R Documentation |
An easy function to generate a compound symmetric correlation matrix
corrmat_CS(m, rho)
m |
An integer. Dimension of the correlation matrix. |
rho |
A number. Correlation coefficient between |
A correlation matrix
corrmat_CS(
m = 3,
rho = 0.2
)