dbEurofound: Eurofound dataset

dbEurofoundR Documentation

Eurofound dataset

Description

Source data provided by Eurofound currently up to 2018. Variable names often end with characters denoting scales. The following convention holds for names of variables: "_p" percentage, "_i" index, "_pop" persons, "_h" hours, "_eur" euros, "_pps" purchasing power standards, "_y" years.

Usage

data(dbEurofound)

Format

A tibble dataset with 17 columns

time

time

geo

geo

geo_label

geo_label

sex

gender

lifesatisf

Mean_life_satisfaction

health

Mean_health_status

goodhealth_p

Percentage_of_people_with_good_or_very_good_health

trustlocal

Mean_level_of_trust_in_local_government

volunt

Level_of_involvement_in_volunteering

volunt_p

Percentage_of_people_involved_in_volunteering

caring_h

Hours_per_week_spent_in_informal_care

socialexc_i

Social_Exclusion_Index

JQIskill_i

JQI_Skills_and_discretion_index

JQIenviron_i

JQI_Physical_environment_index

JQIintensity_i

JQI_Intensity_index

JQItime_i

JQI_Working_time_quality_index

exposdiscr_p

Exposition_to_discrimination

Details

Further details and metainformation on these data are contained into the dataset *dbEUF2018meta*, say *data(dbEUF2018meta)* in R.

Source

https://www.eurofound.europa.eu/en/surveys/about-eurofounds-surveys/data-availability

References

https://www.eurofound.europa.eu/system/files/2022-04/introduction-to-the-convergeu-package-0.6.4-tutorial-v2-apr2022.pdf

Examples

data("dbEurofound")
head(dbEurofound)

# Variable names:
names(dbEurofound)

# time ranges interval:
c(min(dbEurofound$time), max(dbEurofound$time))



convergEU documentation built on May 29, 2024, 11:15 a.m.