Data Cart

Your data extract

0 variables
0 samples
View Cart
YRSCHOOL2
Years of schooling, intervalled

Codes and Frequencies



Can't find the category you are looking for? Try the Detailed codes

Explore how IPUMS created this variable

Download


      class Yrschool2 : public Editor {

public:
  Yrschool2(VarPointer varInfo) : Editor(varInfo) {}
  void edit() {

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::il1972a: {
      if (IL1972A_0415() == 99 && IL1972A_0431() >= 15)
        a = 0;
    } break;
    case dataset_id::il1983a: {
      if (IL1983A_0433() == 99 && IL1983A_0403() >= 15)
        a = 0;
    } break;
    case dataset_id::il1995a: {
      if (IL1995A_0419() == 0 && IL1995A_0404() >= 15)
        a = 0;
    } break;
    }

    setData(a);
  }
};

    

Description

YRSCHOOL2 indicates the number of years of schooling the person completed, categorized into multi-year intervals. Only formal schooling is counted. Courses lasting less than a year are excluded.

The variable is only available for Israel. Most other countries have more detailed information on years of schooling in YRSCHOOL. Information on level of schooling and degree is available in EDATTAIN.

Comparability — General

The variable is comparable across samples, but the modal response drops from 13 to 15 in 1972 to 11 to 12 in the later years.

Universe

  • Israel 1972: Persons age 14+
  • Israel 1983: Persons age 15+
  • Israel 1995: Persons age 15+
  • Israel 2008: Persons age 15+

Availability

  • Israel: 1972, 1983, 1995, 2008