I am trying to use the tabout
command in Stata to produce a table showing summary statistics of the age variable. What I want is something similar to summarize age, detail
output but to produce output similar to MS Word format.
tabout age using table111.txt, c(skewness age kurtosis age mean age median age sd age) f(0c) sum h3(nil) npos(both)
does not produce the results I want.
Any suggestions on how the code should be adjusted? Also what if I want to include a second variable in the table and the summary statistics of same?