Hello!
I am a new user of stata. I have a problem of exporting the
covariance-variance of estimate (after regress) to a external file with
extension, such as csv (or any data format with comma as seperation). The
command 'outsheet' is not working for this. Can someone tell me how to do
this? Thank you!
To copy a the columns of variance-covariance matrix to a set of variables,
use the -svmat- command on the matrix -e(V)- created by an estimation
command. The new variables can then be output using -outsheet- like any
other variables. See -[P] matrix mkmat- in the Stata programming manual.