Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: obtaining chi2 and p-values from crosstabs using estpost and esttab


From   Ángel Rodríguez Laso <[email protected]>
To   [email protected]
Subject   Re: st: obtaining chi2 and p-values from crosstabs using estpost and esttab
Date   Tue, 13 Nov 2012 13:48:56 +0100

Colleen,

For crosstabs of complex survey data I use tabout -findit tabout- that
allows easy output to Excel.

tabout var1 var2 using resultados.xls, replace svy c(row ci) per f(1
1) layout(cb) h3(nil) cisep(-) npos(col) style(tab) stats(chi2)

Angel Rodriguez-Laso


2012/11/12 Colleen Nugent <[email protected]>:
> 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/

*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index