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 Educbj : public Editor {
public:
Educbj(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::bj2002a: {
if (BJ2002A_0421() == 3)
a = 110;
} break;
case dataset_id::bj2013a: {
if (BJ2013A_0424() == 3)
a = 110;
} break;
}
setData(a);
}
};
Description
EDUCBJ indicates the person's educational attainment in Benin in terms of the level of schooling completed.
Comparability — General
The education system in Benin is organized with a 6-4-3 structure. The compulsory education system is composed of 6 years of primary education. General lower secondary takes 4 years, and upper secondary comprises 3 years.
Technical secondary is oriented to professional formation, and it is organized in two cycles, each one lasts 3 to 4 years, depending on the field. Completion of the first cycle leads a technical diploma, and the second cycle leads to a technical diploma or a professional baccalaureate. Technical secondary is separately identified only in 2002.
Higher education offers bachelor (of varied duration), master, and doctoral degree programs. In 1979, years of higher education are top-coded at 4 or more years.
Preschool is identified in 1992, 2002, and 2013; in 1979, this level is included with persons who never attended school.
Islamic school is only reported in 1992, but these responses do not inform about their achievement in the formal system.
Universe
- Benin 1979: Persons age 6+
- Benin 1992: Persons age 3+ in private households
- Benin 2002: Persons age 3+
- Benin 2013: Persons age 3+
Availability
- Benin: 1979, 1992, 2002, 2013

Loading...