Hi I used the following code to get descriptive statistics for my panel data:
sort year
by year: summarize cash
By doing so I managed to know the descriptive statistics for variable cash for each year, ie mean, max, minimum etc.
Can anyone please tell me how to save this series of results to word document in a table format? Thank you so much!
sort year
by year: summarize cash
By doing so I managed to know the descriptive statistics for variable cash for each year, ie mean, max, minimum etc.
Can anyone please tell me how to save this series of results to word document in a table format? Thank you so much!
Comment