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 Bplsv : public Editor {
public:
Bplsv(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::sv2007a: {
if (SV2007A_0470() == 99 && SV2007A_0471() == 1)
a = SV2007A_0027(0);
} break;
}
setData(a);
}
};
Description
BPLSV indicates the person's department of birth within El Salvador.
Comparability — General
BPLSV is fully comparable between samples. Both samples also contain unharmonized source variables indicating municipality of birth -- geographic units smaller than departments.
For the country of birth of foreign-born persons, see BPLCOUNTRY.
Universe
- All persons
Availability
- El Salvador: 1992, 2007

Loading...