Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: RE: posting question.


From   Stas Kolenikov <[email protected]>
To   [email protected]
Subject   Re: st: RE: posting question.
Date   Thu, 30 Sep 2004 11:50:01 -0400

see if this is relevant:

> qui forv i=1/`nclust' {
>     cap mrate if v001==`i'
>     replace mortrate = $U_1_1
                 if v001 == `i'
>     local cluster = id[`i']
>     local mortrate = mortrate[`i']
>     post mortrate (`cluster') (`mortrate')
> }

I would be marginally concerned whether -mrate- takes care of the
complex sampling design. It's not in the publicly available through
-findit-, so I cannot check. I am also not quite sure if cluster level
estimates of mortality would make a lot of sense, either... just not
convinced enough for my limited survey statistics background.

-- 
Stas Kolenikov
http://stas.kolenikov.name
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index