Dear stata listers:
One question about the display format. I was trying to have a covariance
matrix:
*************************************************************
. corr popden hsnggrow rent, cov
(obs=50)
| popden hsnggrow rent
-------------+---------------------------
popden | 4.9e+06
hsnggrow | -17692.8 372.679
rent | 14278.8 329.134 1249.86
*************************************************************
What I really like to see is specifying out exactly what var(popden) equal
to such as 4912345.2 instead of 4.9e+06. How can I control the numeric
format in tables (output) like this (as well as decimal points)? I tried to
change the format of popden (using format), but not working. ANy input?
Really appreciate.
The -correlate- command stores the covariance between the first and second
variables in the returned scalars r(cov_12). You might therefore type