Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
israel
1972
|
israel
1983
|
israel
1995
|
---|---|---|---|---|
0 | NIU (not in universe) | X | X | X |
1 | Yes, in annual labor force | X | X | X |
2 | No, not in annual labor force | X | X | X |
3 | Unknown | 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 Laboril : public Editor {
public:
Laboril(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::il1972a: {
if (IL1972A_0431() < 15)
a = 0;
} break;
}
setData(a);
}
};
Description
LABORIL identifies the annual labor force for Israel, defined as persons who worked at any time in the previous year.
Universe
- Persons age 15+
Availability
- Israel: 1972, 1983, 1995
Loading...