Hi. I am trying to use the drawnorm command with a lower triangular matrix specified. However, I keep getting an error telling me that the matrix is square, even though it is not, as far as I can tell.
Code:
matrix list `cov_mat'
c1 c2
r1 .00001213
r2 -2.457e-06 .00022127
drawnorm "`sim_list'", means(m) cov(`cov_mat') cstorage(lower)
invalid cstorage; matrix is found to be square
Comment