About this Resource

The following steps are similar to those in the previous subsection but produce a weight variable that you can use for analysis where you want to make inferences about the population as a whole, so micro units within a given macro unit are weighted according to the true population for that macro unit. For this you will need a variable that gives the population figure for each macro unit (mupop ).

Example 4: producing a weight variable that you can use for analysis where you want to make inferences about the population

  1. Generate a variable that, for every micro unit within a given macro unit, takes the value of the sum of surveyweight within that macro unit. In Stata this can be done using the following command.

    bysort macrounit: gen muess = sum(surveyweight)

    You can use whatever variable name you like, but muess stands for macro unit effective sample size.

  2. Generate the analysis weight using the following formula.

    analysisweight = (avepermu/mupop)*surveyweight

    In Stata you can create this variable by simply using the generate command and then typing the above formula.

The University of Manchester; Mimas; ESRC; RDI

Countries and Citizens: Unit 4 Combining macro and micro data by Steve Fisher, University of Oxford is licensed under a Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales Licence.