Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "Enayetur Raheem" <eraheem@wechealthunit.org> |
To | <statalist@hsphsun2.harvard.edu> |
Subject | st: saving -tabstatmat- output as matrix/data |
Date | Fri, 24 Jun 2011 12:03:37 -0400 |
Hi Stata experts I was searching for a way to save -tabstatmat- output as a matrix so that I can transform it as data. Any suggestion would be much appreciated. Lets consider the Auto data: . sysuse auto, clear . tabstat price, by(foreign) stat(mean) save Summary for variables: price by categories of: foreign (Car type) foreign | mean ---------+---------- Domestic | 6072.423 Foreign | 6384.682 ---------+---------- Total | 6165.257 -------------------- What I want to achieve is to save the following output to a matrix (or any other way to make it the data) . tabstatmat price price[3,1] price Domestic:mean 6072.4231 Foreign:mean 6384.6818 Total:mean 6165.2568 Thanks in advance. Enayetur Raheem Data Analyst Epidemiology Department Windsor Essex County Health Unit 1005 Ouellette Avenue Windsor, ON, N9A 4J8 * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/