| |
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: combining multiple strata with single psu
On Jun 1, 2007, at 2:16 PM, <[email protected]> wrote:
I suppose I was not quite clear enough before. I have svyset
the data, and actually know which strata are singletons,(list
strata psu if psu==1) the question I seem unable to solve is
how to take those singletons, together, and make them into a
new strata.
Combine "neighboring" strata so that you have n=2 in each new
stratum, no more if possible. (Having n=2 will facilitate using BRR
for variance estimation.) If you have an odd number of strata, the
last one will have n=3. There is a chance that the sequential stratum
numbers in your data set imply some geographic sequence If not,
number the strata in some other way so that neighboring strata are
close by. For geographic strata, one way is "serpentine" numbering:
123
654
789
Then neighboring sequential strata can be combined by:
gen new_strat = int(stratum/2 + .5)
You might also have other information which allows you to group
similar strata into new ones. Beware of grouping on the basis of
similar "outcome" variables; this will induce artificially small
within-stratum SD.
-Steve
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/