R/utilities.R
mat_rho.Rd
Returns the correlation between off-diagonal elements A_ij and A_ji
mat_rho(mat)
The tot_res list output from the rand_gen_var function
Correlation between matrix off-diagonal elements
eg_mat <- matrix(dat = rnorm(n = 16), nrow = 4); sum_rand <- mat_rho(mat = eg_mat);