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: esttab equivalent for svy data
From
Steven Samuels <[email protected]>
To
[email protected]
Subject
Re: st: esttab equivalent for svy data
Date
Mon, 9 May 2011 17:48:03 -0400
Sumedha-
I think you've made a mistake someplace. If you don't show us your code applied to a standard survey data set and what Stata said in response (as requested in the FAQ), we can't tell you what the mistake is. Here is syntax that works.
*****************************
sysuse auto, clear
svyset _n
eststo: svy: reg price weight mpg
esttab, ar2 label
*******************************
Steve
[email protected]
On May 9, 2011, at 2:13 PM, Gupta, Sumedha wrote:
Hi,
Can somebody advise me please of a method for making regression tables for svy data using Stata? I don't seem to be able to use eststo followed with esttab. That would have been perfect to make tables and export to latex. Is there a similar command for use with svy?
Any input will be much appreciated.
Many thanks.
Sumedha.
*
* 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/
*
* 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/