Codes and Frequencies
Explore how IPUMS created this variable
class Migsn1:public Editor {
public:
Migsn1(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::sn1988a:
{
if (SN1988A_0427() == 0)
a = SN1988A_0063(0);
}
break;
case dataset_id::sn2002a:
{
if (SN2002A_0404() < 5)
a = 999;
}
break;
case dataset_id::sn2013a:
{
if (SN2013A_0424() == 999 && SN2013A_0422() < 999)
a = 200;
}
break;
}
setData(a);
}
};
Description
MIGSN1 indicates the person's department of residence 5 years ago within Senegal.
Universe
- Senegal 1988: Persons age 5+
- Senegal 2002: Persons age 5+
- Senegal 2013: Residents age 5+ in ordinary households
Availability
- Senegal: 1988, 2002, 2013