It looks to me like you want % with pcexp<=9500.4 --is that right? If so, just:
g byte poverty=(pcexp<=9500.4) if pcexp<.
g byte reg1=region==1
svy, subpop(reg1): tab poverty, se
svy, subpop(reg1): tab poverty, ci
svy: tab region poverty, row ci
If you do not have survey data, just
svyset, srs
first.
On Fri, Dec 5, 2008 at 10:05 AM, <[email protected]> wrote:
> Dear Stata users,
>
> is there a command to derive in Stata 10 with standard errors for Foster,
> Greer and Thorbecke type of poverty measurements?
>
> The poverty rate a such I edrived as following (for one specifc region)
>
> poverty pcexp if region==1 , line(9500.4) h
> Headcount ratio % 79.355
*
* 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/