cormat_equi {cases} | R Documentation |
Create an equicorrelation matrix
Description
Create an equicorrelation matrix
Usage
cormat_equi(m, rho, d = TRUE)
Arguments
m |
integer, dimension |
rho |
numeric, correlation parameter in (0,1) |
d |
binary vector of length m, whereby TRUE/FALSE (alternatively 1/0) indicate active/inactive components of underlying random vector. |
Value
R_{ij} = \rho, i\neq j
[Package cases version 0.1.1 Index]