Create an equicorrelation matrix
cormat_equi(m, rho, d = TRUE)
(matrix)
AR(1) correlation matrix R with entries \(R_{ij} = \rho, i\neq j\)
(numeric)
dimensions of the (square) matrix
(numeric)
correlation parameter in (0,1)
(logical | numeric)
binary vector of length m, whereby TRUE/FALSE (alternatively 1/0)
indicate active/inactive components of underlying random vector.