Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Colleen Nugent <cnugent@sociology.rutgers.edu> |
To | statalist@hsphsun2.harvard.edu |
Subject | st: obtaining chi2 and p-values from crosstabs using estpost and esttab |
Date | Mon, 12 Nov 2012 14:57:34 -0500 (EST) |
I'm using complex survey data and subpopulations and am running some crosstabs. I've been successful using estpost and esttab to output these results into Excel, but I am unable to get the chi2 and p-values to carry over into the spreadsheets. Those cells are labeled but come out blank. Chi2 and p-values are automatically produced in the output window itself as part of the svy command. A simple version of my syntax looks like this: estpost svy, subpop(subpopname): tabulate var1 var2, row percent obs esttab using filename.csv, cells("b(f(2))" "obs") append unstack scalars(chi2 p) I've tried throwing in estadd scalar chi2 and estadd chi2 = r(chi2), but those don't seem to help. I've spent a long time sorting through help files for estpost, esttab, estadd, svy, and old Statalist threads and can't seem to find anything that addresses this. Thanks for any tips that might help me. * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/