Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
israel
1972
|
israel
1983
|
israel
1995
|
israel
2008
|
spain
1991
|
---|---|---|---|---|---|---|
SPAIN 1991 | ||||||
01 | Before 1951 | · | · | · | · | X |
02 | 1951-1960 | · | · | · | · | X |
03 | 1961-1965 | · | · | · | · | X |
04 | 1966-1970 | · | · | · | · | X |
05 | 1971-1975 | · | · | · | · | X |
06 | 1976-1980 | · | · | · | · | X |
07 | 1981-1985 | · | · | · | · | X |
08 | 1986 | · | · | · | · | X |
09 | 1987 | · | · | · | · | X |
10 | 1988 | · | · | · | · | X |
11 | 1989 | · | · | · | · | X |
12 | 1990-1991 | · | · | · | · | X |
ISRAEL 1972 | ||||||
20 | 1880-1889 | X | · | · | · | · |
21 | 1890-1899 | X | · | · | · | · |
22 | 1900-1909 | X | · | · | · | · |
23 | 1910-1919 | X | · | · | · | · |
24 | 1920-1929 | X | · | · | · | · |
25 | 1930-1939 | X | · | · | · | · |
26 | 1940-1949 | X | · | · | · | · |
27 | 1950-1959 | X | · | · | · | · |
28 | 1960-1969 | X | · | · | · | · |
29 | 1970-1972 | X | · | · | · | · |
ISRAEL 1983 | ||||||
Code | Label |
israel
1972
|
israel
1983
|
israel
1995
|
israel
2008
|
spain
1991
|
30 | Before 1924 | · | X | · | · | · |
31 | 1924-1928 | · | X | · | · | · |
32 | 1929-1933 | · | X | · | · | · |
33 | 1934-1938 | · | X | · | · | · |
34 | 1939-1943 | · | X | · | · | · |
35 | 1944-1948 | · | X | · | · | · |
36 | 1949-1953 | · | X | · | · | · |
37 | 1954-1958 | · | X | · | · | · |
38 | 1959-1963 | · | X | · | · | · |
39 | 1964-1968 | · | X | · | · | · |
40 | 1969-1973 | · | X | · | · | · |
41 | 1974-1978 | · | X | · | · | · |
42 | 1979-1983 | · | X | · | · | · |
ISRAEL 1995 | ||||||
50 | Before 1949 | · | · | X | · | · |
51 | · | · | X | · | · | |
52 | · | · | X | · | · | |
53 | 1974-1978 | · | · | X | · | · |
54 | 1979-1983 | · | · | X | · | · |
55 | 1984-1989 | · | · | X | · | · |
56 | 1990+ | · | · | X | · | · |
ISRAEL 2008 | ||||||
60 | Before 1949 | · | · | · | X | · |
61 | 1949-1963 | · | · | · | X | · |
62 | 1964-1973 | · | · | · | X | · |
Code | Label |
israel
1972
|
israel
1983
|
israel
1995
|
israel
2008
|
spain
1991
|
63 | 1974-1983 | · | · | · | X | · |
64 | 1984-1993 | · | · | · | X | · |
65 | 1994-2003 | · | · | · | X | · |
66 | 2004+ | · | · | · | X | · |
98 | Unknown | X | X | X | X | X |
99 | NIU (not in universe) | X | 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 Marryr2 : public Editor {
public:
Marryr2(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::il1983a:
if (IL1983A_0423() == 1)
a = 30;
if (IL1983A_0423() == 2)
a = 31;
if (IL1983A_0423() == 3)
a = 32;
if (IL1983A_0423() == 4)
a = 33;
if (IL1983A_0423() == 5)
a = 34;
if (IL1983A_0423() == 6)
a = 35;
if (IL1983A_0423() == 7)
a = 36;
if (IL1983A_0423() == 8)
a = 37;
if (IL1983A_0423() == 9)
a = 38;
if (IL1983A_0423() == 10)
a = 39;
if (IL1983A_0423() == 11)
a = 40;
if (IL1983A_0423() == 12)
a = 41;
if (IL1983A_0423() == 13)
a = 42;
if (IL1983A_0423() == 98)
a = 98;
break;
case dataset_id::il1995a:
if (IL1995A_0427() == 1)
a = 50;
if (IL1995A_0427() == 2)
a = 51;
if (IL1995A_0427() == 3)
a = 52;
if (IL1995A_0427() == 4)
a = 53;
if (IL1995A_0427() == 5)
a = 54;
if (IL1995A_0427() == 6)
a = 55;
if (IL1995A_0427() == 7)
a = 56;
if (IL1995A_0427() == 8)
a = 98;
break;
}
setData(a);
}
};
Description
MARRYR2 reports the year of the respondent's first marriage categorized into ranges.
Comparability — Index
GENERAL |
Israel |
Comparability — General
The universe includes only currently married females for Spain but all ever-married females for Israel.
The categories for MARRYR2 could not be integrated across samples. Each sample therefore occupies a different value range within the coding structure for the variable. See the codes page.
For related information giving single years of marriage for other samples, see MARRYR.
Universe
- Israel 1972: Ever-married persons age 14+
- Israel 1983: Ever-married persons age 15+
- Israel 1995: Ever-married persons age 15+
- Israel 2008: Ever-married persons age 15+
- Spain 1991: Married females
Availability
- Israel: 1972, 1983, 1995, 2008
- Spain: 1991
Questionnaire Text
Israel 1972 |
Israel 1983 |
Israel 1995 |
Israel 2008 |
Spain 1991 |
[Questions 1-24 asked only of those 14 years of age or older.]
3. Did you marry and when?
[] Married once -- Mark year of marriage: 19_ _
[] Married more than once -- Mark years of marriages:
Last: 19_ _
[Questions 1-28 were asked of household members aged 15 years or older]
Marriage and births
[Questions 3-7]
For those who married more than once:
[Questions 5 and 6 asked only of persons married more than once.]
6. What was the year of your first marriage? 19_ _
7. Questions 5-6: Years of marriages -- for persons who married more than once
[Instructions refer to a graphic of the census form including questions 5 and 6 .]
Questions 5-6 are intended for those who marked answer 3 for question no. 3.
In question 5 mention the year in which the person last married.
In question 6 mention the year in which the person first married.
[Questions 14-38 were asked of people 15 years or older.]
19. Did you ever marry?
[] 2. I married once in 19 _ _
[] 3. I married more than once
[] The first time in 19_ _
19. Have you ever been married?
[] 2 I was married once in the year 19 _ _
[] 3 I was married more than once
The first time in 19 _ _
Those married more than once will mark an X in the box of answer 3 and also will write the year of the last marriage and the year of the first marriage.
[Questions 10-32]
27. How many times have you been married? _ _
30. In what year were you married (Hebrew or Latin)? ____
2. Instructions for answering questions :
g. Marriage
The data on marriage will provide information on the marriage customs in different groups of the population. For example, at what age do men get married, in comparison with women, and what are the age gaps between spouses.
Only people who said their marital status is different than 'single' are asked about marriage.
If a person was married once, he is asked for the year in which he got married.
Question 3.200 - In what year did you get married?
- If a person got married more than once - ask about the year of the last marriage, and the year of the first marriage. This information is critical for studying fertility trends in the population.
[Questions 10-32]
27. How many times have you been married? _ _
29. In what year were you first married? (Hebrew or Latin) ____
2. Instructions for answering questions :
g. Marriage
The data on marriage will provide information on the marriage customs in different groups of the population. For example, at what age do men get married, in comparison with women, and what are the age gaps between spouses.
Only people who said their marital status is different than 'single' are asked about marriage.
If a person was married once, he is asked for the year in which he got married.
Question 3.200 - In what year did you get married?
- If a person got married more than once - ask about the year of the last marriage, and the year of the first marriage. This information is critical for studying fertility trends in the population.
Question 3.210 - In what year did you get married for the first time?
21. Only for women who are still in their first marriage.
Year of marriage.