Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
thai
1970
|
thai
1980
|
thai
1990
|
thai
2000
|
---|---|---|---|---|---|
1 | Bangkok | X | X | X | X |
2 | Central region (exclude Bangkok ) | X | X | X | X |
3 | Northern region | X | X | X | X |
4 | Northeastern region | X | X | X | X |
5 | Southern region | X | 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 Regnth : public Editor {
public:
Regnth(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::th1970a: {
if (TH1970A_0032(0) == 17 || TH1970A_0032(0) == 32)
a = 1;
} break;
}
setData(a);
}
};
Description
REGNTH indicates the region in Thailand in which the household was enumerated. It is the largest-scale geographic identifier available in the Thailand samples. REGNTH is harmonized by name and does not account for boundary changes over time.
The full set of geography variables for Thailand can be found in the IPUMS International Geography variables list. For cross-national geographic analysis on the first and second major administrative level refer to GEOLEV1 and GEOLEV2. More information on IPUMS-International geography can be found here.
Universe
- All households
Availability
- Thailand: 1970, 1980, 1990, 2000
![](/international-action/assets/ajax-loader-3d0eaafca10b29dd00e7960a95712f89f62969536226e0216f90fb57705e7516.gif)
Loading...