Social Progress Index

Overview

The Amazon Social Progress Index (IPS) is a comprehensive indicator framework that measures social and environmental progress in the Legal Amazon region. This collaborative initiative combines:

This dataset captures:

The IPS provides a holistic view of sustainable development, moving beyond simple economic measures (GDP) to encompass environmental sustainability and social well-being.

Data Source and Methodology

The Social Progress Index: - Based on 50+ individual indicators across 12 domains - Uses data from government agencies, NGOs, and research institutions - Aggregated into 3 main dimensions and 12 subdimensions - Indexed to 0-100 scale for comparability - Methodologically rigorous with transparent weighting

For detailed methodology, visit Social Progress Imperative.


Available Dimensions

The IPS framework includes 8 main dataset options:

1. all

Complete Social Progress Index with all dimensions and indicators.

2. life_quality

Indicators related to quality of life and well-being.

3. sanit_habit

Sanitation and habitat indicators.

4. violence

Public safety and violence indicators.

5. educ

Education and literacy indicators.

6. communic

Communication and connectivity indicators.

7. mortality

Health and mortality indicators.

8. deforest

Environmental and deforestation indicators.


Function Parameters

1. dataset

Selects which dimension(s) to download.

dataset = "all"         # All dimensions
dataset = "life_quality" # Quality of life metrics
dataset = "sanit_habit"  # Sanitation and habitat
dataset = "violence"     # Public safety and violence
dataset = "educ"         # Education indicators
dataset = "communic"     # Communication and connectivity
dataset = "mortality"    # Health and mortality
dataset = "deforest"     # Environmental and deforestation

2. raw_data

Controls whether to download original or processed data.

raw_data = FALSE  # logical

3. time_period

Specifies which assessment year(s) to download.

Available years: 2014, 2018, 2021, 2023

time_period = 2023              # Most recent
time_period = c(2018, 2023)     # Specific years
time_period = c(2014, 2018, 2021, 2023)  # Multiple years

4. language

Output language for variable names and labels.

language = "eng"  # character string

Examples

# download raw IPS data from 2014
data <- load_ips(
  dataset = "all",
  raw_data = TRUE,
  time_period = 2014,
  language = "eng"
)

# download treated deforestation IPS data from 2018 in portuguese
data <- load_ips(
  dataset = "deforest",
  raw_data = FALSE,
  time_period = 2018,
  language = "pt"
)

Data Notes

Index Scales

Dimensions and Indicators

Each dimension contains multiple indicators: - Life quality: 4-6 indicators - Sanitation/habitat: 3-5 indicators
- Violence: 3-4 indicators - Education: 3-4 indicators - Communication: 2-3 indicators - Mortality: 3-4 indicators - Deforestation: 2-3 indicators

(Exact number varies by year and methodology)

Temporal Comparisons

When comparing across years (2014, 2018, 2021, 2023): - Methodology may have evolved between assessments - New indicators may have been added - Some municipalities may not have data in all years - Use caution comparing very old (2014) with recent (2023) data

Missing Data

Geographic Coverage