Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
slovak
1991
|
slovak
2001
|
slovak
2011
|
---|---|---|---|---|
00 | None | X | X | X |
10 | Basic school | X | X | X |
Secondary | ||||
20 | Without school-leaving exam | · | · | · |
21 | Apprentice | X | X | X |
22 | Professional | X | X | X |
30 | With school-leaving exam | · | · | · |
31 | Apprentice | X | X | X |
32 | Professional | X | X | X |
33 | General | X | X | X |
34 | Higher vocational | X | X | X |
40 | University | X | · | · |
41 | Bachelor | · | X | X |
42 | Master's, engineer, doctoral | · | X | X |
43 | Academic Ph.D. | · | X | X |
98 | Unknown | X | X | X |
99 | NIU (not in universe) | 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 Educsk : public Editor {
public:
Educsk(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::sk2011a: {
if (SK2011A_0402() >= 1 && SK2011A_0402() <= 3 && SK2011A_0409() == 1)
a = 99;
} break;
}
setData(a);
}
};
Description
EDUCSK records the person's educational attainment in Slovak Republic in terms of the level of schooling completed.
Comparability — General
The education system has 9 years of basic education and 4 years of secondary. Basic education has two stages: 4 years of primary education and 5 years of lower secondary, but these two levels are not identified in the censuses. Secondary education is reported in two groups: persons with and without a school-leaving exam. The first stage consists of two types of programs: apprentice and professional. The second stage consists of four types of programs: apprentice, professional, general, and higher vocational.
Higher education includes bachelor (3-4 years) and graduate studies. Graduate studies contain "master's, engineer, doctoral" studies which last 1-3 years and "PhD" study (3-4 years). Graduate studies are not identified in the 1991 sample.
The 2011 sample includes roughly 230 cases of persons under age 15 who claim to have completed elementary. These even include persons in the 0 to 4 age group. We have coded all persons under 15 as "not in universe" to make the data consistent with earlier years. The 2011 source variable retains the original detail.
Universe
- Slovakia 1991: Persons age 15+
- Slovakia 2001: Persons age 15+
- Slovakia 2011: Persons age 15+
Availability
- Slovakia: 1991, 2001, 2011

Loading...