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
![](/international-action/assets/ajax-loader-3d0eaafca10b29dd00e7960a95712f89f62969536226e0216f90fb57705e7516.gif)
Loading...