Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
seneg
1988
|
seneg
2002
|
seneg
2013
|
---|---|---|---|---|
686001 | Dakar | X | X | X |
686002 | Ziguinchor | X | X | X |
686003 | Diourbel | X | X | X |
686004 | Saint Louis, Louga, Matam | X | X | X |
686005 | Tambacounda, Kedougou | X | X | X |
686006 | Kaolack, Fatick, Kaffrine | X | X | X |
686007 | Thiès | X | X | X |
686010 | Kolda, Sedhiou | X | X | X |
686097 | Abroad | X | X | X |
686098 | Unknown | X | · | · |
686099 | NIU (not in universe) | X | X | X |
Can't find the category you are looking for? Try the Detailed codes
Explore how IPUMS created this variable
Most IPUMS data transformations are performed using variable harmonization tables that specify how each value in the source data is recoded. Some variables also require programming logic in addition to the harmonization table. The harmonization documents for this variable are:
- Harmonization table
- Supplemental programming
- Instructions for interpreting harmonization documents
class Mig1_5_sn : public Editor {
public:
Mig1_5_sn(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::sn2002a: {
if (SN2002A_0404() < 5)
a = 686099;
} break;
case dataset_id::sn1988a: {
if (SN1988A_0427() == 0)
a = GEO1_SN(0);
} break;
}
setData(a);
}
};
Description
MIG1_5_SN indicates the person's region of residence 5 years ago within Senegal.
Click on the Source Variables tab for information on place of residence for each sample year. Source variables may contain more geographic unit detail but are not suitable for cross-temporal comparison.
Comparability — General
The 2013 samples restricts the universe to persons in ordinary households.
Where boundaries changed over time, units were harmonized to create units with boundaries that remain stable over time.
Boundary changes:
- In 2002 Matam was formed from parts of Saint Louis and Louga.
- In 2008 Kaffrine region split from Kaolack
- Also, there was a change in boundary between Fatick and Kaolack between the 2002 and the 2013 censuses
- In 2008 Kédougou region split from Tambacounda
- In 2008 Sédhiou region split from Kolda
Universe
- Senegal 1988: Persons age 5+
- Senegal 2002: Persons age 5+
- Senegal 2013: Residents age 5+ in ordinary households
Availability
- Senegal: 1988, 2002, 2013
Loading...