Codes and Frequencies
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_p_si : public Editor {
public:
Mig1_p_si(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::si2002a: {
if (SI2002A_0406() == 5 && SI2002A_0407() == 99)
a = 705097;
if (SI2002A_0406() == 1 && SI2002A_0407() == 99)
a = GEO1_SI(0);
} break;
}
setData(a);
}
};
Description
MIG1_P_SI indicates the person's region of previous residence in Slovenia.
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
For the country of residence of international migrants, see MIGCTRYP (Country of previous residence).
Universe
- Slovenia 2002: All persons
Availability
- Slovenia: 2002

Loading...