pbiecek / Diagnoza

Diagnoza Spoleczna, Social Diagnosis Objective and Subjective Quality of Life in Poland, data from http://diagnoza.com/
4 stars 4 forks source link

Social Diagnosis [Diagnoza Społeczna]

This is an R package with Social Diagnosis 2000-2015 data converted to the R format For more information about this dataset see Social Diagnosis 2000-2015 (Objective and Subjective Quality of Life in Poland). http://diagnoza.com/ The dataset was donloaded and converted on Nov 24 2015.

Be warned that the package is about 100 MB.

More information about data, coodebook and analysis manual can be found here: http://diagnoza.com/

For some applications and analyses in R see: http://smarterpoland.pl/index.php/tag/diagnoza/

Social Diagnosis columns names indicate years:

Installation of the Diagnoza package:

To get started, install the latest version of Diagnoza from GitHub:

if (!require(devtools)) {
    install.packages("devtools")
    require(devtools)
}
install_github("pbiecek/Diagnoza")

Make sure you have rtools installed on your computer.