hi-- I would like to create matrices of the coefficient covariance matrices generated by the code:
I need to use these matrices in a standard error calculation, so they need to be in a usable matrix format that allows me to do matrix multiplication etc.
I have tried using:
but this has not worked.
thank you
Code:
estat vce
I have tried using:
Code:
matrix covmat = get(vce)
thank you
Comment