xch {binarySimCLF} | R Documentation |
Constructs an n by n exchangeable correlation matrix.
xch(n, rho)
n |
Cluster size. |
rho |
Exchangeable correlation parameter. |
Returns an exchageable correlation matrix of dimension n
by n
with parameter rho
.
#Example xch(5,0.17)