Hi all, Had a few questions about renaming column and row names in stata in question 3 of assignment 4. You can do this with the commands "matrix rownames" and "matrix colnames."
Code to rename matrix columns: matrix colnames matrixname = column1_name column2_name
Code to rename rows: matrix rownames matrixnaem = row1_name row2_name
Take care,
Jessie