I'm trying to export a table like this into excel. I want the table in excel to show up exactly like how it is in the picture below. Any help/suggestions appreciated.
Example code:
Example code:
Code:
clear input int growth str6 meds 0 regular 0 exp 0 exp 0 regular 1 regular 1 regular 1 exp 1 exp 1 exp end tab growth meds, col
Comment