There is a newer version of the record available.

Published March 17, 2025 | Version V1
Dataset Open

CORESIDENCE_GLAD: The Global Living Arrangements Database, 1960-2021

  • 1. Centre d'Estudis Demogràfics
  • 2. ROR icon Universitat Autònoma de Barcelona

Description

The Global Living Arrangements Database (GLAD), is a global resource designed to fill a critical gap in the availability of statistical information for examining patterns and changes in living arrangements by age, sex, marital status and educational attainment. Utilizing comprehensive census microdata from IPUMS International and the European Labour Force Survey (EU-LFS), GLAD summarizes over 740 million individual records across 107 countries, covering the period from 1960 to 2021. This database has been constructed using an innovative algorithm that reconstructs kinship relationships among all household members, providing a robust and scalable methodology for studying living arrangements. GLAD is expected to be a valuable resource for both researchers and policymakers, supporting evidence-based decision-making in areas such as housing, social services, and healthcare, as well as offering insights into long-term transformations in family structures. The open-source R code used in this project is publicly available, promoting transparency and enabling the creation of new ego-centred typologies based in interfamily relationships  

The repository is composed of the following elements: a Rda file named CORESIDENCE_GLAD_2025.Rda in the form of a List. In R, a List object is a versatile data structure that can contain a collection of different data types, including vectors, matrices, data frames, other lists, spatial objects or even functions. It allows to store and organize heterogeneous data elements within a single object. The CORESIDENCE_GLAD_2025 R-list object is composed of six elements:

  1. SINGLE AGES: a data frame where data is aggregated by single ages, marital status, educational attainment and living arrangement types. Source of the original data: IPUMS-I
  2. AGE GROUPS IPUMS: a data frame where data is aggregated by five-year age groups, marital status, educational attainment and living arrangement types. Source of the original data: IPUMS-I.
  3. AGE GROUPS LFS: a data frame where data is aggregated by five-year age groups, marital status, educational attainment and living arrangement types. Source of the original data: EU-LFS.
  4. HARMONIZED: a data frame where data is aggregated by five-year age groups, marital status, educational attainment and living arrangement types. The categories of marital status and educational attainment have been harmonized between the two data sources. Source of the original data: IPUMS-I and EU-LFS
  5. CODEBOOK: a data frame with the complete list of variables included, their names description and categories.
  6. LABELS LAT: A R function to add the qualitative labels to Living Arrangement Types (LAT).
  7. ATLAS LIVING ARRANGEMENTS: The url of the folder with leaflet of living arrangements for each sample included in GLAD.

Files

CODEBOOK_GLAD.csv

Files (83.6 MB)

Name Size Download all
md5:4fe7841e260a209b54a6a15b543d99b3
7.1 kB Preview Download
md5:74cb9f7ccf9d6e7101f10b3979f133a9
83.6 MB Download

Additional details

Funding

European Research Council
CORESIDENCE – Intergenerational Coresidence in Global Perspective: Dimensions of Change 101052787

Software

Repository URL
https://github.com/JuanGaleano/CORESIDENCE
Programming language
R
Development Status
Active