I cannot figure out how to remove extraneous portions of matrix row/column label. For instance,
use http://www.stata-press.com/data/r14/airline
poisson injuries XYZowned
matrix list e(b)
matrix list e(V)
I would like to remove the dependent variables from the row and column names.
So, instead of row/column 1 label being
injuries:XYZowned, I would like it only to be XYZowned
I saw posts along these lines https://www.statalist.org/forums/for...n-using-esttab
but those have to do with the estpost command and this is not something that I am using here.
Any suggestions? Thanks. Richard
use http://www.stata-press.com/data/r14/airline
poisson injuries XYZowned
matrix list e(b)
matrix list e(V)
I would like to remove the dependent variables from the row and column names.
So, instead of row/column 1 label being
injuries:XYZowned, I would like it only to be XYZowned
I saw posts along these lines https://www.statalist.org/forums/for...n-using-esttab
but those have to do with the estpost command and this is not something that I am using here.
Any suggestions? Thanks. Richard

Comment