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: tabulate, summarize() for svy data
From
Steve Samuels <[email protected]>
To
[email protected]
Subject
Re: st: tabulate, summarize() for svy data
Date
Thu, 18 Mar 2010 16:25:34 -0400
This code will reproduce all of the results of -tabulate, sum- but the
group labels and, of course, the min and the max, which cannot be
estimated from survey data.
Steve
**************************CODE BEGINS**************************
webuse nhanes2, clear
svy: mean lead, over(diabetes)
matrix define m = e(b) //mean (already shown)
matrix define V = e(V_srssub) // variances
matrix define nn = e(_N) //sample sizes for the subpopulations
local kk = colsof(V)
forvalues i = 1/`kk'{
di `i' " " el(m,1,`i') " " sqrt(el(V,`i',`i')) " " el(nn,1,`i')
}
***************************CODE ENDS***************************
On Thu, Mar 18, 2010 at 11:11 AM, Ricardo Ovaldia <[email protected]> wrote:
> Is there a command similar to -tabulate, summarize()- for survey data?
> I could not findit in the help file
--
Steven Samuels
[email protected]
18 Cantine's Island
Saugerties NY 12477
USA
845-246-0774
*
* 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/