Stata program for outputing data using tabout command (part 1)

Write a Stata program which will plot a bar graph for any inputed question then would tabulate it by age then by grade and output them directly into an excel file labeled output_stata 

capture program drop tabout_freq
program define tabout_freq
      args var1 var2 var3 file


*The above syntax is the first part of the program requested above 

No comments:

Post a Comment