Bookmark and Share

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: RE: Cluster Robust Standard Errors for Cross Country Data


From   Steve Samuels <[email protected]>
To   [email protected]
Subject   Re: st: RE: Cluster Robust Standard Errors for Cross Country Data
Date   Mon, 2 Jul 2012 17:56:28 -0400

It's quite all right to combine surveys.

Some questions for you:
 
Are sampling weights provided?  I'll assume
so below. If not, what do you know about the sample weighting? 
Are sampling strata within  countries identified?

I suggest that you -svyset- the data

***************************
svyset cluster_var  [pw = sampling_weight ] , strata(country)
**************************

If there were within-country strata, then define
***********************************************************
egen super_strat = group(country stratum_var) 
******************************************************
and substitute "strata(super_strat)" in the -svyset- statement.

Then use  commands that take a -svy- prefix. To see Stata's official survey-aware
 commands type "help svy_estimation"

Steve

On Jul 2, 2012, at 5:35 PM, Abekah Nkrumah wrote:

Dear Mark,

Thank you very much for the response. Reading your response I was
wondering what the difference will be if I decide to cluster on the
cluster id instead of the household id. As I indicated in my earlier
mail, there is actually a cluster variable for each country. This
cluster variable contains the different clusters for each country from
which households were sampled. in my dataset the country with the
lowest number of clusters is about 412.

Thank you very much

On Mon, Jul 2, 2012 at 4:08 PM, Schaffer, Mark E <[email protected]> wrote:
> Gordon,
> 
>> -----Original Message-----
>> From: [email protected]
>> [mailto:[email protected]] On Behalf Of
>> Abekah Nkrumah
>> Sent: 02 July 2012 10:32
>> To: [email protected]
>> Subject: st: Cluster Robust Standard Errors for Cross Country Data
>> 
>> Dear Stata List,
>> 
>> I have pooled cross-section household datasets from 20
>> countries. For each of these countries, the data was
>> collected via cluster sampling meaning there will be
>> intra-cluster correlations which will affect the validity of
>> the standard errors. If I were carrying out my estimations on
>> a single country I know that I could correct for the possible
>> bias in the standard errors by using the variable containing
>> the cluster ids to estimate cluster robust standard errors.
>> 
>> In the present case where I have pooled (i.e appended as in
>> stata) the household cross-section data from 20 different
>> countries, will it be right to still use the variable
>> containing the cluster ids to estimate the cluster robust
>> standard errors? Note that now the cluster ids will be for
>> all 20 countries.
> 
> This is problematic.  The consistency of the cluster-robust covariance
> estimator is asymptotic in the number of clusters, and 20 isn't very far
> on the way to infinity.  Clustering on country is probably not a great
> idea.
> 
> An alternative is to cluster on household ID and to use country dummies
> when you pool the data.  This would allow for arbitrary within-household
> correlation (via clustering on household ID) and invariant
> within-country correlation (via the country dummies).
> 
> HTH,
> Mark
> 
>> I will appreciate your help.
>> 
>> Thank you very much
>> 
>> Gordon
>> 
>> --
>> **********************************************
>> Dept. of Public Admin & Health Serv. Mgt University of Ghana
>> Business School P.O. Box LG 78 Legon-Accra Ghana
>> Tel: ++ 233 21 500159 Ext. 6247
>>       ++ 233 21 502258 Ext. 6247
>>       ++ 233 21 502255 Ext. 6247
>> Cell: ++233 243 198 313
>> 
>> Email: [email protected]
>>           [email protected]
>> *
>> *   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/
>> 
> 
> 
> --
> Heriot-Watt University is the Sunday Times
> Scottish University of the Year 2011-2012
> 
> Heriot-Watt University is a Scottish charity
> registered under charity number SC000278.
> 
> 
> *
> *   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/


*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index