Codes and Frequencies
Loading Frequency Data...
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 Ethnicsn : public Editor {
public:
Ethnicsn(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::sn2013a: {
if (SN2013A_0439() == 99 && SN2013A_0414() == 3)
a = 999;
} break;
}
setData(a);
}
};
Description
ETHNICSN indicates the person's ethnic group for native Senegalese, or whether the person is a foreigner in the Senegal samples.
Universe
- All persons
Availability
- Senegal: 1988, 2002, 2013
![](/international-action/assets/ajax-loader-3d0eaafca10b29dd00e7960a95712f89f62969536226e0216f90fb57705e7516.gif)
Loading...