├── .Rbuildignore ├── .github ├── .gitignore └── workflows │ └── R-CMD-check.yaml ├── .gitignore ├── DESCRIPTION ├── NAMESPACE ├── NEWS.md ├── R ├── country_year_coder.R ├── data_documentation.R ├── democracyData-package.R ├── download_functions.R ├── extend_UDS.R ├── extended_uds_documentation.R ├── generate_democracy_scores_dataset.R ├── internal_add_functions.R ├── internal_preparation_functions.R ├── redownload_functions.R ├── sysdata.rda └── utils.R ├── README.Rmd ├── README.html ├── README.md ├── _pkgdown.yml ├── _targets.R ├── _targets ├── .gitignore └── meta │ └── meta ├── data-raw ├── .gitignore ├── Adding and testing all democracy datasets.Rmd ├── Adding and testing all democracy datasets.md ├── DDCGdata_final.dta ├── DahlDims.sav ├── Doorenspleet data.csv ├── FSD1289 │ └── FSD1289 │ │ ├── LUEMINUT.TXT │ │ ├── README.TXT │ │ └── Study │ │ └── data │ │ ├── daF1289.csv │ │ ├── daF1289.por │ │ ├── daF1289e.csv │ │ ├── daF1289e.por │ │ ├── labF1289.html │ │ └── labF1289e.html ├── GWF start-end events.txt ├── Gasiorowski.csv ├── Mainwaring Linan.txt ├── _targets.R ├── all_countries_full_data.csv ├── arat-democracy-scores.csv ├── bibfile.bib ├── cow_panel.csv ├── data.csv ├── democracy1946.2008.rda ├── democracy_info.csv ├── gw-files │ ├── iisystem.dat │ └── microstatessystem.dat ├── internal_country_year_coder_data.csv ├── kailitz.yearly.rda ├── kailitz.yearly.rds ├── munck.txt ├── polity5_panel.sav ├── poly8500.sav ├── prepare_internal_country_data.R ├── prepare_panels.R ├── regime and no authority spells, country-year, 1946-2008.dta └── url-list.csv ├── data ├── LIED.rda ├── PIPE.rda ├── REIGN.rda ├── anckar.rda ├── anrr.rda ├── arat.rda ├── arat_pmm.rda ├── bibliography.rda ├── blm.rda ├── blm_pmm.rda ├── bmr.rda ├── bnr.rda ├── bnr_extended.rda ├── bollen_pmm.rda ├── bti.rda ├── democracy_info.rda ├── doorenspleet.rda ├── eiu.rda ├── extended_uds.rda ├── fh.rda ├── fh_electoral.rda ├── fh_full.rda ├── fh_pmm.rda ├── gwf_all.rda ├── gwf_all_extended.rda ├── gwf_autocratic.rda ├── gwf_autocratic_extended.rda ├── hadenius_pmm.rda ├── kailitz.rda ├── magaloni.rda ├── magaloni_extended.rda ├── mainwaring.rda ├── mainwaring_pmm.rda ├── munck_pmm.rda ├── pacl.rda ├── pacl_pmm.rda ├── pacl_update.rda ├── peps.rda ├── pitf.rda ├── pitf_p4.rda ├── polity5.rda ├── polityIV.rda ├── polity_pmm.rda ├── polyarchy.rda ├── polyarchy_dimensions.rda ├── polyarchy_pmm.rda ├── prc_gasiorowski.rda ├── prc_pmm.rda ├── svmdi.rda ├── svmdi_2016.rda ├── svolik_regime.rda ├── uds_2010.rda ├── uds_2011.rda ├── uds_2014.rda ├── ulfelder.rda ├── ulfelder_extended.rda ├── utip.rda ├── vanhanen.rda ├── vanhanen_pmm.rda ├── vaporeg.rda ├── vdem_simple.rda ├── wahman_teorell_hadenius.rda └── wgi.rda ├── democracyData.Rproj ├── docs ├── 404.html ├── articles │ ├── Relationships_between_democracy_measures.html │ ├── Relationships_between_democracy_measures_files │ │ ├── figure-html │ │ │ ├── unnamed-chunk-10-1.png │ │ │ ├── unnamed-chunk-11-1.png │ │ │ ├── unnamed-chunk-12-1.png │ │ │ ├── unnamed-chunk-13-1.png │ │ │ ├── unnamed-chunk-14-1.png │ │ │ ├── unnamed-chunk-15-1.png │ │ │ ├── unnamed-chunk-16-1.png │ │ │ ├── unnamed-chunk-2-1.png │ │ │ ├── unnamed-chunk-3-1.png │ │ │ ├── unnamed-chunk-4-1.png │ │ │ ├── unnamed-chunk-5-1.png │ │ │ ├── unnamed-chunk-6-1.png │ │ │ ├── unnamed-chunk-7-1.png │ │ │ ├── unnamed-chunk-8-1.png │ │ │ └── unnamed-chunk-9-1.png │ │ └── libs │ │ │ └── quarto-html │ │ │ ├── light-border.css │ │ │ ├── popper.min.js │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ ├── Replicating_and_extending_the_UD_scores.html │ ├── Replicating_and_extending_the_UD_scores_files │ │ ├── figure-html │ │ │ ├── unnamed-chunk-10-1.png │ │ │ ├── unnamed-chunk-11-1.png │ │ │ ├── unnamed-chunk-12-1.png │ │ │ ├── unnamed-chunk-13-1.png │ │ │ ├── unnamed-chunk-14-1.png │ │ │ ├── unnamed-chunk-15-1.png │ │ │ ├── unnamed-chunk-16-1.png │ │ │ ├── unnamed-chunk-17-1.png │ │ │ ├── unnamed-chunk-17-2.png │ │ │ ├── unnamed-chunk-17-3.png │ │ │ ├── unnamed-chunk-18-1.png │ │ │ ├── unnamed-chunk-18-2.png │ │ │ └── unnamed-chunk-18-3.png │ │ └── libs │ │ │ └── quarto-html │ │ │ ├── light-border.css │ │ │ ├── popper.min.js │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ ├── Understanding_the_coverage_of_existing_democracy_indexes.html │ ├── Understanding_the_coverage_of_existing_democracy_indexes_files │ │ ├── figure-html │ │ │ ├── unnamed-chunk-10-1.png │ │ │ ├── unnamed-chunk-11-1.png │ │ │ ├── unnamed-chunk-2-1.png │ │ │ ├── unnamed-chunk-3-1.png │ │ │ ├── unnamed-chunk-4-1.png │ │ │ ├── unnamed-chunk-5-1.png │ │ │ ├── unnamed-chunk-6-1.png │ │ │ ├── unnamed-chunk-7-1.png │ │ │ ├── unnamed-chunk-8-1.png │ │ │ └── unnamed-chunk-9-1.png │ │ └── libs │ │ │ └── quarto-html │ │ │ ├── light-border.css │ │ │ ├── popper.min.js │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ ├── Understanding_the_state_system.html │ ├── Understanding_the_state_system_files │ │ └── libs │ │ │ └── quarto-html │ │ │ ├── light-border.css │ │ │ ├── popper.min.js │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ └── index.html ├── authors.html ├── bootstrap-toc.css ├── bootstrap-toc.js ├── deps │ ├── bootstrap-5.3.1 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ └── bootstrap.min.css │ ├── bootstrap-toc-1.0.1 │ │ └── bootstrap-toc.min.js │ ├── clipboard.js-2.0.11 │ │ └── clipboard.min.js │ ├── data-deps.txt │ ├── font-awesome-6.5.2 │ │ ├── css │ │ │ ├── all.css │ │ │ ├── all.min.css │ │ │ ├── v4-shims.css │ │ │ └── v4-shims.min.css │ │ └── webfonts │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── fa-v4compatibility.ttf │ │ │ └── fa-v4compatibility.woff2 │ ├── headroom-0.11.0 │ │ ├── headroom.min.js │ │ └── jQuery.headroom.min.js │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ └── search-1.0.0 │ │ ├── autocomplete.jquery.min.js │ │ ├── fuse.min.js │ │ └── mark.min.js ├── docsearch.css ├── docsearch.js ├── index.html ├── jquery.sticky-kit.min.js ├── katex-auto.js ├── lightswitch.js ├── link.svg ├── news │ └── index.html ├── pkgdown.css ├── pkgdown.js ├── pkgdown.yml ├── reference │ ├── LIED.html │ ├── PIPE.html │ ├── REIGN.html │ ├── Rplot001.png │ ├── aclp.html │ ├── aclp_update.html │ ├── anckar.html │ ├── anrr.html │ ├── arat.html │ ├── arat_pmm.html │ ├── bibliography.html │ ├── blm.html │ ├── blm_pmm.html │ ├── bmr.html │ ├── bnr.html │ ├── bnr_extended.html │ ├── bollen.html │ ├── bollen_pmm.html │ ├── bti.html │ ├── cgv.html │ ├── cgv_update.html │ ├── cite_dataset.html │ ├── count_sequence_breaks.html │ ├── country_year_coder.html │ ├── create_panel.html │ ├── cutpoints.html │ ├── dd.html │ ├── dd_update.html │ ├── democracyData-package.html │ ├── democracyData.html │ ├── democracy_info.html │ ├── democracy_model.html │ ├── democracy_scores.html │ ├── doorenspleet.html │ ├── download_fh.html │ ├── download_fh_electoral.html │ ├── download_fh_full.html │ ├── download_polity_annual.html │ ├── download_reign.html │ ├── download_wgi_voice_and_accountability.html │ ├── eiu.html │ ├── extended_uds.html │ ├── fh.html │ ├── fh_electoral.html │ ├── fh_full.html │ ├── fh_pmm.html │ ├── figures │ │ ├── lifecycle-archived.svg │ │ ├── lifecycle-defunct.svg │ │ ├── lifecycle-deprecated.svg │ │ ├── lifecycle-experimental.svg │ │ ├── lifecycle-maturing.svg │ │ ├── lifecycle-questioning.svg │ │ ├── lifecycle-stable.svg │ │ └── lifecycle-superseded.svg │ ├── gasiorowski.html │ ├── generate_democracy_scores_dataset.html │ ├── generate_extended_uds.html │ ├── gwf.html │ ├── gwf_all.html │ ├── gwf_all_extended.html │ ├── gwf_autocratic.html │ ├── gwf_autocratic_extended.html │ ├── hadenius.html │ ├── hadenius_pmm.html │ ├── index.html │ ├── kailitz.html │ ├── magaloni.html │ ├── magaloni_extended.html │ ├── mainwaring.html │ ├── mainwaring_pmm.html │ ├── munck.html │ ├── munck_pmm.html │ ├── pacl.html │ ├── pacl_pmm.html │ ├── pacl_update.html │ ├── peps.html │ ├── pitf.html │ ├── pitf_p4.html │ ├── polity.html │ ├── polity5.html │ ├── polityIV.html │ ├── polity_pmm.html │ ├── polyarchy.html │ ├── polyarchy_dimensions.html │ ├── polyarchy_pmm.html │ ├── prc.html │ ├── prc_gasiorowski.html │ ├── prc_pmm.html │ ├── prepare_democracy_data.html │ ├── prob_more.html │ ├── raterinfo.html │ ├── redownload_anckar.html │ ├── redownload_blm.html │ ├── redownload_bmr.html │ ├── redownload_bti.html │ ├── redownload_gwf.html │ ├── redownload_lied.html │ ├── redownload_magaloni.html │ ├── redownload_pacl.html │ ├── redownload_pacl_update.html │ ├── redownload_peps.html │ ├── redownload_pipe.html │ ├── redownload_polityIV.html │ ├── redownload_polyarchy_dimensions.html │ ├── redownload_polyarchy_original.html │ ├── redownload_reign.html │ ├── redownload_svmdi.html │ ├── redownload_uds.html │ ├── redownload_ulfelder.html │ ├── redownload_utip.html │ ├── redownload_vaporeg.html │ ├── redownload_wahman_teorell_hadenius.html │ ├── remove_empty_rows.html │ ├── svmdi.html │ ├── svmdi_2016.html │ ├── svolik.html │ ├── svolik_regime.html │ ├── uds.html │ ├── uds_2010.html │ ├── uds_2011.html │ ├── uds_2014.html │ ├── ulfelder.html │ ├── ulfelder_extended.html │ ├── utip.html │ ├── vanhanen.html │ ├── vanhanen_pmm.html │ ├── vaporeg.html │ ├── vdem.html │ ├── vdem_simple.html │ ├── wahman_teorell_hadenius.html │ ├── wgi.html │ ├── wgi_democracy.html │ └── wth.html ├── search.json └── sitemap.xml ├── inst └── CITATION ├── man-roxygen └── standard-variables.R ├── man ├── LIED.Rd ├── PIPE.Rd ├── REIGN.Rd ├── anckar.Rd ├── anrr.Rd ├── arat_pmm.Rd ├── bibliography.Rd ├── blm.Rd ├── bmr.Rd ├── bnr.Rd ├── bollen_pmm.Rd ├── bti.Rd ├── cite_dataset.Rd ├── count_sequence_breaks.Rd ├── country_year_coder.Rd ├── create_panel.Rd ├── cutpoints.Rd ├── democracyData-package.Rd ├── democracy_info.Rd ├── democracy_scores.Rd ├── doorenspleet.Rd ├── download_fh.Rd ├── download_fh_electoral.Rd ├── download_fh_full.Rd ├── download_polity_annual.Rd ├── download_wgi_voice_and_accountability.Rd ├── eiu.Rd ├── extended_uds.Rd ├── fh_pmm.Rd ├── figures │ ├── lifecycle-archived.svg │ ├── lifecycle-defunct.svg │ ├── lifecycle-deprecated.svg │ ├── lifecycle-experimental.svg │ ├── lifecycle-maturing.svg │ ├── lifecycle-questioning.svg │ ├── lifecycle-stable.svg │ └── lifecycle-superseded.svg ├── generate_democracy_scores_dataset.Rd ├── generate_extended_uds.Rd ├── gwf_all.Rd ├── hadenius_pmm.Rd ├── kailitz.Rd ├── magaloni.Rd ├── mainwaring.Rd ├── munck_pmm.Rd ├── pacl.Rd ├── pacl_update.Rd ├── peps.Rd ├── pitf.Rd ├── polityIV.Rd ├── polity_pmm.Rd ├── polyarchy.Rd ├── polyarchy_dimensions.Rd ├── prc_gasiorowski.Rd ├── prepare_democracy_data.Rd ├── prob_more.Rd ├── raterinfo.Rd ├── redownload_blm.Rd ├── remove_empty_rows.Rd ├── svmdi.Rd ├── svolik_regime.Rd ├── uds_2014.Rd ├── ulfelder.Rd ├── utip.Rd ├── vanhanen.Rd ├── vaporeg.Rd ├── vdem_simple.Rd └── wahman_teorell_hadenius.Rd ├── run.R ├── run.sh ├── tests ├── testthat.R └── testthat │ ├── test-extend_UDS.R │ ├── test-generate_democracy_scores_dataset.R │ ├── test-internal_preparation_functions.R │ ├── test_country_year_coder.R │ ├── test_fh.R │ ├── test_gwf.R │ ├── test_lied.R │ ├── test_magaloni.R │ ├── test_pmm.R │ ├── test_polity.R │ ├── test_redownloadable.R │ └── test_wgi.R └── vignettes ├── .gitignore ├── _quarto.yaml └── articles ├── .gitignore ├── Relationships_between_democracy_measures.knit.md ├── Relationships_between_democracy_measures.qmd ├── Relationships_between_democracy_measures_files └── figure-html │ ├── unnamed-chunk-10-1.png │ ├── unnamed-chunk-11-1.png │ ├── unnamed-chunk-12-1.png │ ├── unnamed-chunk-13-1.png │ ├── unnamed-chunk-15-1.png │ ├── unnamed-chunk-2-1.png │ ├── unnamed-chunk-3-1.png │ ├── unnamed-chunk-4-1.png │ ├── unnamed-chunk-5-1.png │ ├── unnamed-chunk-6-1.png │ ├── unnamed-chunk-8-1.png │ └── unnamed-chunk-9-1.png ├── Replicating_and_extending_the_UD_scores.knit.md ├── Replicating_and_extending_the_UD_scores.qmd ├── Replicating_and_extending_the_UD_scores_files └── figure-html │ ├── unnamed-chunk-10-1.png │ ├── unnamed-chunk-11-1.png │ ├── unnamed-chunk-13-1.png │ ├── unnamed-chunk-14-1.png │ ├── unnamed-chunk-15-1.png │ ├── unnamed-chunk-16-1.png │ ├── unnamed-chunk-17-1.png │ ├── unnamed-chunk-17-2.png │ └── unnamed-chunk-17-3.png ├── Understanding_the_coverage_of_existing_democracy_indexes.qmd ├── Understanding_the_state_system.qmd ├── _quarto.yml ├── american-political-science-review.csl └── bibfile.bib /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.github/.gitignore: -------------------------------------------------------------------------------- 1 | *.html 2 | -------------------------------------------------------------------------------- /.github/workflows/R-CMD-check.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/.github/workflows/R-CMD-check.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/.gitignore -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/NAMESPACE -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/NEWS.md -------------------------------------------------------------------------------- /R/country_year_coder.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/country_year_coder.R -------------------------------------------------------------------------------- /R/data_documentation.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/data_documentation.R -------------------------------------------------------------------------------- /R/democracyData-package.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/democracyData-package.R -------------------------------------------------------------------------------- /R/download_functions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/download_functions.R -------------------------------------------------------------------------------- /R/extend_UDS.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/extend_UDS.R -------------------------------------------------------------------------------- /R/extended_uds_documentation.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/extended_uds_documentation.R -------------------------------------------------------------------------------- /R/generate_democracy_scores_dataset.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/generate_democracy_scores_dataset.R -------------------------------------------------------------------------------- /R/internal_add_functions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/internal_add_functions.R -------------------------------------------------------------------------------- /R/internal_preparation_functions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/internal_preparation_functions.R -------------------------------------------------------------------------------- /R/redownload_functions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/redownload_functions.R -------------------------------------------------------------------------------- /R/sysdata.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/sysdata.rda -------------------------------------------------------------------------------- /R/utils.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/R/utils.R -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/README.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/README.md -------------------------------------------------------------------------------- /_pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/_pkgdown.yml -------------------------------------------------------------------------------- /_targets.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/_targets.R -------------------------------------------------------------------------------- /_targets/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/_targets/.gitignore -------------------------------------------------------------------------------- /_targets/meta/meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/_targets/meta/meta -------------------------------------------------------------------------------- /data-raw/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/.gitignore -------------------------------------------------------------------------------- /data-raw/Adding and testing all democracy datasets.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/Adding and testing all democracy datasets.Rmd -------------------------------------------------------------------------------- /data-raw/Adding and testing all democracy datasets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/Adding and testing all democracy datasets.md -------------------------------------------------------------------------------- /data-raw/DDCGdata_final.dta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/DDCGdata_final.dta -------------------------------------------------------------------------------- /data-raw/DahlDims.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/DahlDims.sav -------------------------------------------------------------------------------- /data-raw/Doorenspleet data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/Doorenspleet data.csv -------------------------------------------------------------------------------- /data-raw/FSD1289/FSD1289/LUEMINUT.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/FSD1289/FSD1289/LUEMINUT.TXT -------------------------------------------------------------------------------- /data-raw/FSD1289/FSD1289/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/FSD1289/FSD1289/README.TXT -------------------------------------------------------------------------------- /data-raw/FSD1289/FSD1289/Study/data/daF1289.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/FSD1289/FSD1289/Study/data/daF1289.csv -------------------------------------------------------------------------------- /data-raw/FSD1289/FSD1289/Study/data/daF1289.por: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/FSD1289/FSD1289/Study/data/daF1289.por -------------------------------------------------------------------------------- /data-raw/FSD1289/FSD1289/Study/data/daF1289e.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/FSD1289/FSD1289/Study/data/daF1289e.csv -------------------------------------------------------------------------------- /data-raw/FSD1289/FSD1289/Study/data/daF1289e.por: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/FSD1289/FSD1289/Study/data/daF1289e.por -------------------------------------------------------------------------------- /data-raw/FSD1289/FSD1289/Study/data/labF1289.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/FSD1289/FSD1289/Study/data/labF1289.html -------------------------------------------------------------------------------- /data-raw/FSD1289/FSD1289/Study/data/labF1289e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/FSD1289/FSD1289/Study/data/labF1289e.html -------------------------------------------------------------------------------- /data-raw/GWF start-end events.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/GWF start-end events.txt -------------------------------------------------------------------------------- /data-raw/Gasiorowski.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/Gasiorowski.csv -------------------------------------------------------------------------------- /data-raw/Mainwaring Linan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/Mainwaring Linan.txt -------------------------------------------------------------------------------- /data-raw/_targets.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/_targets.R -------------------------------------------------------------------------------- /data-raw/all_countries_full_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/all_countries_full_data.csv -------------------------------------------------------------------------------- /data-raw/arat-democracy-scores.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/arat-democracy-scores.csv -------------------------------------------------------------------------------- /data-raw/bibfile.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/bibfile.bib -------------------------------------------------------------------------------- /data-raw/cow_panel.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/cow_panel.csv -------------------------------------------------------------------------------- /data-raw/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/data.csv -------------------------------------------------------------------------------- /data-raw/democracy1946.2008.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/democracy1946.2008.rda -------------------------------------------------------------------------------- /data-raw/democracy_info.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/democracy_info.csv -------------------------------------------------------------------------------- /data-raw/gw-files/iisystem.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/gw-files/iisystem.dat -------------------------------------------------------------------------------- /data-raw/gw-files/microstatessystem.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/gw-files/microstatessystem.dat -------------------------------------------------------------------------------- /data-raw/internal_country_year_coder_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/internal_country_year_coder_data.csv -------------------------------------------------------------------------------- /data-raw/kailitz.yearly.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/kailitz.yearly.rda -------------------------------------------------------------------------------- /data-raw/kailitz.yearly.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/kailitz.yearly.rds -------------------------------------------------------------------------------- /data-raw/munck.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/munck.txt -------------------------------------------------------------------------------- /data-raw/polity5_panel.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/polity5_panel.sav -------------------------------------------------------------------------------- /data-raw/poly8500.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/poly8500.sav -------------------------------------------------------------------------------- /data-raw/prepare_internal_country_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/prepare_internal_country_data.R -------------------------------------------------------------------------------- /data-raw/prepare_panels.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/prepare_panels.R -------------------------------------------------------------------------------- /data-raw/regime and no authority spells, country-year, 1946-2008.dta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/regime and no authority spells, country-year, 1946-2008.dta -------------------------------------------------------------------------------- /data-raw/url-list.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data-raw/url-list.csv -------------------------------------------------------------------------------- /data/LIED.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/LIED.rda -------------------------------------------------------------------------------- /data/PIPE.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/PIPE.rda -------------------------------------------------------------------------------- /data/REIGN.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/REIGN.rda -------------------------------------------------------------------------------- /data/anckar.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/anckar.rda -------------------------------------------------------------------------------- /data/anrr.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/anrr.rda -------------------------------------------------------------------------------- /data/arat.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/arat.rda -------------------------------------------------------------------------------- /data/arat_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/arat_pmm.rda -------------------------------------------------------------------------------- /data/bibliography.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/bibliography.rda -------------------------------------------------------------------------------- /data/blm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/blm.rda -------------------------------------------------------------------------------- /data/blm_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/blm_pmm.rda -------------------------------------------------------------------------------- /data/bmr.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/bmr.rda -------------------------------------------------------------------------------- /data/bnr.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/bnr.rda -------------------------------------------------------------------------------- /data/bnr_extended.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/bnr_extended.rda -------------------------------------------------------------------------------- /data/bollen_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/bollen_pmm.rda -------------------------------------------------------------------------------- /data/bti.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/bti.rda -------------------------------------------------------------------------------- /data/democracy_info.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/democracy_info.rda -------------------------------------------------------------------------------- /data/doorenspleet.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/doorenspleet.rda -------------------------------------------------------------------------------- /data/eiu.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/eiu.rda -------------------------------------------------------------------------------- /data/extended_uds.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/extended_uds.rda -------------------------------------------------------------------------------- /data/fh.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/fh.rda -------------------------------------------------------------------------------- /data/fh_electoral.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/fh_electoral.rda -------------------------------------------------------------------------------- /data/fh_full.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/fh_full.rda -------------------------------------------------------------------------------- /data/fh_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/fh_pmm.rda -------------------------------------------------------------------------------- /data/gwf_all.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/gwf_all.rda -------------------------------------------------------------------------------- /data/gwf_all_extended.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/gwf_all_extended.rda -------------------------------------------------------------------------------- /data/gwf_autocratic.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/gwf_autocratic.rda -------------------------------------------------------------------------------- /data/gwf_autocratic_extended.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/gwf_autocratic_extended.rda -------------------------------------------------------------------------------- /data/hadenius_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/hadenius_pmm.rda -------------------------------------------------------------------------------- /data/kailitz.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/kailitz.rda -------------------------------------------------------------------------------- /data/magaloni.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/magaloni.rda -------------------------------------------------------------------------------- /data/magaloni_extended.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/magaloni_extended.rda -------------------------------------------------------------------------------- /data/mainwaring.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/mainwaring.rda -------------------------------------------------------------------------------- /data/mainwaring_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/mainwaring_pmm.rda -------------------------------------------------------------------------------- /data/munck_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/munck_pmm.rda -------------------------------------------------------------------------------- /data/pacl.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/pacl.rda -------------------------------------------------------------------------------- /data/pacl_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/pacl_pmm.rda -------------------------------------------------------------------------------- /data/pacl_update.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/pacl_update.rda -------------------------------------------------------------------------------- /data/peps.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/peps.rda -------------------------------------------------------------------------------- /data/pitf.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/pitf.rda -------------------------------------------------------------------------------- /data/pitf_p4.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/pitf_p4.rda -------------------------------------------------------------------------------- /data/polity5.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/polity5.rda -------------------------------------------------------------------------------- /data/polityIV.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/polityIV.rda -------------------------------------------------------------------------------- /data/polity_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/polity_pmm.rda -------------------------------------------------------------------------------- /data/polyarchy.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/polyarchy.rda -------------------------------------------------------------------------------- /data/polyarchy_dimensions.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/polyarchy_dimensions.rda -------------------------------------------------------------------------------- /data/polyarchy_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/polyarchy_pmm.rda -------------------------------------------------------------------------------- /data/prc_gasiorowski.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/prc_gasiorowski.rda -------------------------------------------------------------------------------- /data/prc_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/prc_pmm.rda -------------------------------------------------------------------------------- /data/svmdi.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/svmdi.rda -------------------------------------------------------------------------------- /data/svmdi_2016.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/svmdi_2016.rda -------------------------------------------------------------------------------- /data/svolik_regime.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/svolik_regime.rda -------------------------------------------------------------------------------- /data/uds_2010.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/uds_2010.rda -------------------------------------------------------------------------------- /data/uds_2011.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/uds_2011.rda -------------------------------------------------------------------------------- /data/uds_2014.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/uds_2014.rda -------------------------------------------------------------------------------- /data/ulfelder.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/ulfelder.rda -------------------------------------------------------------------------------- /data/ulfelder_extended.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/ulfelder_extended.rda -------------------------------------------------------------------------------- /data/utip.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/utip.rda -------------------------------------------------------------------------------- /data/vanhanen.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/vanhanen.rda -------------------------------------------------------------------------------- /data/vanhanen_pmm.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/vanhanen_pmm.rda -------------------------------------------------------------------------------- /data/vaporeg.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/vaporeg.rda -------------------------------------------------------------------------------- /data/vdem_simple.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/vdem_simple.rda -------------------------------------------------------------------------------- /data/wahman_teorell_hadenius.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/wahman_teorell_hadenius.rda -------------------------------------------------------------------------------- /data/wgi.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/data/wgi.rda -------------------------------------------------------------------------------- /democracyData.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/democracyData.Rproj -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures.html -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-10-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-11-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-12-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-12-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-13-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-13-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-14-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-14-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-15-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-15-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-16-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-16-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-6-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-7-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-8-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-9-1.png -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/libs/quarto-html/light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/libs/quarto-html/light-border.css -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/libs/quarto-html/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/libs/quarto-html/popper.min.js -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/libs/quarto-html/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/libs/quarto-html/tippy.css -------------------------------------------------------------------------------- /docs/articles/Relationships_between_democracy_measures_files/libs/quarto-html/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Relationships_between_democracy_measures_files/libs/quarto-html/tippy.umd.min.js -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores.html -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-10-1.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-11-1.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-12-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-12-1.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-13-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-13-1.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-14-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-14-1.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-15-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-15-1.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-16-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-16-1.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-1.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-2.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-3.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-18-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-18-1.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-18-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-18-2.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-18-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-18-3.png -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/libs/quarto-html/light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/libs/quarto-html/light-border.css -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/libs/quarto-html/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/libs/quarto-html/popper.min.js -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/libs/quarto-html/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/libs/quarto-html/tippy.css -------------------------------------------------------------------------------- /docs/articles/Replicating_and_extending_the_UD_scores_files/libs/quarto-html/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Replicating_and_extending_the_UD_scores_files/libs/quarto-html/tippy.umd.min.js -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes.html -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-10-1.png -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-11-1.png -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-6-1.png -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-7-1.png -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-8-1.png -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/figure-html/unnamed-chunk-9-1.png -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/libs/quarto-html/light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/libs/quarto-html/light-border.css -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/libs/quarto-html/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/libs/quarto-html/popper.min.js -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/libs/quarto-html/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/libs/quarto-html/tippy.css -------------------------------------------------------------------------------- /docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/libs/quarto-html/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_coverage_of_existing_democracy_indexes_files/libs/quarto-html/tippy.umd.min.js -------------------------------------------------------------------------------- /docs/articles/Understanding_the_state_system.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_state_system.html -------------------------------------------------------------------------------- /docs/articles/Understanding_the_state_system_files/libs/quarto-html/light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_state_system_files/libs/quarto-html/light-border.css -------------------------------------------------------------------------------- /docs/articles/Understanding_the_state_system_files/libs/quarto-html/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_state_system_files/libs/quarto-html/popper.min.js -------------------------------------------------------------------------------- /docs/articles/Understanding_the_state_system_files/libs/quarto-html/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_state_system_files/libs/quarto-html/tippy.css -------------------------------------------------------------------------------- /docs/articles/Understanding_the_state_system_files/libs/quarto-html/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/Understanding_the_state_system_files/libs/quarto-html/tippy.umd.min.js -------------------------------------------------------------------------------- /docs/articles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/articles/index.html -------------------------------------------------------------------------------- /docs/authors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/authors.html -------------------------------------------------------------------------------- /docs/bootstrap-toc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/bootstrap-toc.css -------------------------------------------------------------------------------- /docs/bootstrap-toc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/bootstrap-toc.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js -------------------------------------------------------------------------------- /docs/deps/clipboard.js-2.0.11/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/clipboard.js-2.0.11/clipboard.min.js -------------------------------------------------------------------------------- /docs/deps/data-deps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/data-deps.txt -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/css/all.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/css/all.min.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/v4-shims.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/css/v4-shims.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/v4-shims.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/css/v4-shims.min.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /docs/deps/headroom-0.11.0/headroom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/headroom-0.11.0/headroom.min.js -------------------------------------------------------------------------------- /docs/deps/headroom-0.11.0/jQuery.headroom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/headroom-0.11.0/jQuery.headroom.min.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/autocomplete.jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/search-1.0.0/autocomplete.jquery.min.js -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/fuse.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/search-1.0.0/fuse.min.js -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/mark.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/deps/search-1.0.0/mark.min.js -------------------------------------------------------------------------------- /docs/docsearch.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/docsearch.css -------------------------------------------------------------------------------- /docs/docsearch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/docsearch.js -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/jquery.sticky-kit.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/jquery.sticky-kit.min.js -------------------------------------------------------------------------------- /docs/katex-auto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/katex-auto.js -------------------------------------------------------------------------------- /docs/lightswitch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/lightswitch.js -------------------------------------------------------------------------------- /docs/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/link.svg -------------------------------------------------------------------------------- /docs/news/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/news/index.html -------------------------------------------------------------------------------- /docs/pkgdown.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/pkgdown.css -------------------------------------------------------------------------------- /docs/pkgdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/pkgdown.js -------------------------------------------------------------------------------- /docs/pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/pkgdown.yml -------------------------------------------------------------------------------- /docs/reference/LIED.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/LIED.html -------------------------------------------------------------------------------- /docs/reference/PIPE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/PIPE.html -------------------------------------------------------------------------------- /docs/reference/REIGN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/REIGN.html -------------------------------------------------------------------------------- /docs/reference/Rplot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/Rplot001.png -------------------------------------------------------------------------------- /docs/reference/aclp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/aclp.html -------------------------------------------------------------------------------- /docs/reference/aclp_update.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/aclp_update.html -------------------------------------------------------------------------------- /docs/reference/anckar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/anckar.html -------------------------------------------------------------------------------- /docs/reference/anrr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/anrr.html -------------------------------------------------------------------------------- /docs/reference/arat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/arat.html -------------------------------------------------------------------------------- /docs/reference/arat_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/arat_pmm.html -------------------------------------------------------------------------------- /docs/reference/bibliography.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/bibliography.html -------------------------------------------------------------------------------- /docs/reference/blm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/blm.html -------------------------------------------------------------------------------- /docs/reference/blm_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/blm_pmm.html -------------------------------------------------------------------------------- /docs/reference/bmr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/bmr.html -------------------------------------------------------------------------------- /docs/reference/bnr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/bnr.html -------------------------------------------------------------------------------- /docs/reference/bnr_extended.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/bnr_extended.html -------------------------------------------------------------------------------- /docs/reference/bollen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/bollen.html -------------------------------------------------------------------------------- /docs/reference/bollen_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/bollen_pmm.html -------------------------------------------------------------------------------- /docs/reference/bti.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/bti.html -------------------------------------------------------------------------------- /docs/reference/cgv.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/cgv.html -------------------------------------------------------------------------------- /docs/reference/cgv_update.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/cgv_update.html -------------------------------------------------------------------------------- /docs/reference/cite_dataset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/cite_dataset.html -------------------------------------------------------------------------------- /docs/reference/count_sequence_breaks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/count_sequence_breaks.html -------------------------------------------------------------------------------- /docs/reference/country_year_coder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/country_year_coder.html -------------------------------------------------------------------------------- /docs/reference/create_panel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/create_panel.html -------------------------------------------------------------------------------- /docs/reference/cutpoints.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/cutpoints.html -------------------------------------------------------------------------------- /docs/reference/dd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/dd.html -------------------------------------------------------------------------------- /docs/reference/dd_update.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/dd_update.html -------------------------------------------------------------------------------- /docs/reference/democracyData-package.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/democracyData-package.html -------------------------------------------------------------------------------- /docs/reference/democracyData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/democracyData.html -------------------------------------------------------------------------------- /docs/reference/democracy_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/democracy_info.html -------------------------------------------------------------------------------- /docs/reference/democracy_model.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/democracy_model.html -------------------------------------------------------------------------------- /docs/reference/democracy_scores.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/democracy_scores.html -------------------------------------------------------------------------------- /docs/reference/doorenspleet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/doorenspleet.html -------------------------------------------------------------------------------- /docs/reference/download_fh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/download_fh.html -------------------------------------------------------------------------------- /docs/reference/download_fh_electoral.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/download_fh_electoral.html -------------------------------------------------------------------------------- /docs/reference/download_fh_full.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/download_fh_full.html -------------------------------------------------------------------------------- /docs/reference/download_polity_annual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/download_polity_annual.html -------------------------------------------------------------------------------- /docs/reference/download_reign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/download_reign.html -------------------------------------------------------------------------------- /docs/reference/download_wgi_voice_and_accountability.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/download_wgi_voice_and_accountability.html -------------------------------------------------------------------------------- /docs/reference/eiu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/eiu.html -------------------------------------------------------------------------------- /docs/reference/extended_uds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/extended_uds.html -------------------------------------------------------------------------------- /docs/reference/fh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/fh.html -------------------------------------------------------------------------------- /docs/reference/fh_electoral.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/fh_electoral.html -------------------------------------------------------------------------------- /docs/reference/fh_full.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/fh_full.html -------------------------------------------------------------------------------- /docs/reference/fh_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/fh_pmm.html -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-archived.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/figures/lifecycle-archived.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-defunct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/figures/lifecycle-defunct.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-deprecated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/figures/lifecycle-deprecated.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-experimental.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/figures/lifecycle-experimental.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-maturing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/figures/lifecycle-maturing.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-questioning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/figures/lifecycle-questioning.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-stable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/figures/lifecycle-stable.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-superseded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/figures/lifecycle-superseded.svg -------------------------------------------------------------------------------- /docs/reference/gasiorowski.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/gasiorowski.html -------------------------------------------------------------------------------- /docs/reference/generate_democracy_scores_dataset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/generate_democracy_scores_dataset.html -------------------------------------------------------------------------------- /docs/reference/generate_extended_uds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/generate_extended_uds.html -------------------------------------------------------------------------------- /docs/reference/gwf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/gwf.html -------------------------------------------------------------------------------- /docs/reference/gwf_all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/gwf_all.html -------------------------------------------------------------------------------- /docs/reference/gwf_all_extended.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/gwf_all_extended.html -------------------------------------------------------------------------------- /docs/reference/gwf_autocratic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/gwf_autocratic.html -------------------------------------------------------------------------------- /docs/reference/gwf_autocratic_extended.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/gwf_autocratic_extended.html -------------------------------------------------------------------------------- /docs/reference/hadenius.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/hadenius.html -------------------------------------------------------------------------------- /docs/reference/hadenius_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/hadenius_pmm.html -------------------------------------------------------------------------------- /docs/reference/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/index.html -------------------------------------------------------------------------------- /docs/reference/kailitz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/kailitz.html -------------------------------------------------------------------------------- /docs/reference/magaloni.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/magaloni.html -------------------------------------------------------------------------------- /docs/reference/magaloni_extended.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/magaloni_extended.html -------------------------------------------------------------------------------- /docs/reference/mainwaring.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/mainwaring.html -------------------------------------------------------------------------------- /docs/reference/mainwaring_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/mainwaring_pmm.html -------------------------------------------------------------------------------- /docs/reference/munck.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/munck.html -------------------------------------------------------------------------------- /docs/reference/munck_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/munck_pmm.html -------------------------------------------------------------------------------- /docs/reference/pacl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/pacl.html -------------------------------------------------------------------------------- /docs/reference/pacl_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/pacl_pmm.html -------------------------------------------------------------------------------- /docs/reference/pacl_update.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/pacl_update.html -------------------------------------------------------------------------------- /docs/reference/peps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/peps.html -------------------------------------------------------------------------------- /docs/reference/pitf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/pitf.html -------------------------------------------------------------------------------- /docs/reference/pitf_p4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/pitf_p4.html -------------------------------------------------------------------------------- /docs/reference/polity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/polity.html -------------------------------------------------------------------------------- /docs/reference/polity5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/polity5.html -------------------------------------------------------------------------------- /docs/reference/polityIV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/polityIV.html -------------------------------------------------------------------------------- /docs/reference/polity_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/polity_pmm.html -------------------------------------------------------------------------------- /docs/reference/polyarchy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/polyarchy.html -------------------------------------------------------------------------------- /docs/reference/polyarchy_dimensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/polyarchy_dimensions.html -------------------------------------------------------------------------------- /docs/reference/polyarchy_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/polyarchy_pmm.html -------------------------------------------------------------------------------- /docs/reference/prc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/prc.html -------------------------------------------------------------------------------- /docs/reference/prc_gasiorowski.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/prc_gasiorowski.html -------------------------------------------------------------------------------- /docs/reference/prc_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/prc_pmm.html -------------------------------------------------------------------------------- /docs/reference/prepare_democracy_data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/prepare_democracy_data.html -------------------------------------------------------------------------------- /docs/reference/prob_more.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/prob_more.html -------------------------------------------------------------------------------- /docs/reference/raterinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/raterinfo.html -------------------------------------------------------------------------------- /docs/reference/redownload_anckar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_anckar.html -------------------------------------------------------------------------------- /docs/reference/redownload_blm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_blm.html -------------------------------------------------------------------------------- /docs/reference/redownload_bmr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_bmr.html -------------------------------------------------------------------------------- /docs/reference/redownload_bti.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_bti.html -------------------------------------------------------------------------------- /docs/reference/redownload_gwf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_gwf.html -------------------------------------------------------------------------------- /docs/reference/redownload_lied.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_lied.html -------------------------------------------------------------------------------- /docs/reference/redownload_magaloni.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_magaloni.html -------------------------------------------------------------------------------- /docs/reference/redownload_pacl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_pacl.html -------------------------------------------------------------------------------- /docs/reference/redownload_pacl_update.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_pacl_update.html -------------------------------------------------------------------------------- /docs/reference/redownload_peps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_peps.html -------------------------------------------------------------------------------- /docs/reference/redownload_pipe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_pipe.html -------------------------------------------------------------------------------- /docs/reference/redownload_polityIV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_polityIV.html -------------------------------------------------------------------------------- /docs/reference/redownload_polyarchy_dimensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_polyarchy_dimensions.html -------------------------------------------------------------------------------- /docs/reference/redownload_polyarchy_original.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_polyarchy_original.html -------------------------------------------------------------------------------- /docs/reference/redownload_reign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_reign.html -------------------------------------------------------------------------------- /docs/reference/redownload_svmdi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_svmdi.html -------------------------------------------------------------------------------- /docs/reference/redownload_uds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_uds.html -------------------------------------------------------------------------------- /docs/reference/redownload_ulfelder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_ulfelder.html -------------------------------------------------------------------------------- /docs/reference/redownload_utip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_utip.html -------------------------------------------------------------------------------- /docs/reference/redownload_vaporeg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_vaporeg.html -------------------------------------------------------------------------------- /docs/reference/redownload_wahman_teorell_hadenius.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/redownload_wahman_teorell_hadenius.html -------------------------------------------------------------------------------- /docs/reference/remove_empty_rows.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/remove_empty_rows.html -------------------------------------------------------------------------------- /docs/reference/svmdi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/svmdi.html -------------------------------------------------------------------------------- /docs/reference/svmdi_2016.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/svmdi_2016.html -------------------------------------------------------------------------------- /docs/reference/svolik.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/svolik.html -------------------------------------------------------------------------------- /docs/reference/svolik_regime.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/svolik_regime.html -------------------------------------------------------------------------------- /docs/reference/uds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/uds.html -------------------------------------------------------------------------------- /docs/reference/uds_2010.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/uds_2010.html -------------------------------------------------------------------------------- /docs/reference/uds_2011.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/uds_2011.html -------------------------------------------------------------------------------- /docs/reference/uds_2014.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/uds_2014.html -------------------------------------------------------------------------------- /docs/reference/ulfelder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/ulfelder.html -------------------------------------------------------------------------------- /docs/reference/ulfelder_extended.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/ulfelder_extended.html -------------------------------------------------------------------------------- /docs/reference/utip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/utip.html -------------------------------------------------------------------------------- /docs/reference/vanhanen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/vanhanen.html -------------------------------------------------------------------------------- /docs/reference/vanhanen_pmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/vanhanen_pmm.html -------------------------------------------------------------------------------- /docs/reference/vaporeg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/vaporeg.html -------------------------------------------------------------------------------- /docs/reference/vdem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/vdem.html -------------------------------------------------------------------------------- /docs/reference/vdem_simple.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/vdem_simple.html -------------------------------------------------------------------------------- /docs/reference/wahman_teorell_hadenius.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/wahman_teorell_hadenius.html -------------------------------------------------------------------------------- /docs/reference/wgi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/wgi.html -------------------------------------------------------------------------------- /docs/reference/wgi_democracy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/wgi_democracy.html -------------------------------------------------------------------------------- /docs/reference/wth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/reference/wth.html -------------------------------------------------------------------------------- /docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/search.json -------------------------------------------------------------------------------- /docs/sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/docs/sitemap.xml -------------------------------------------------------------------------------- /inst/CITATION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/inst/CITATION -------------------------------------------------------------------------------- /man-roxygen/standard-variables.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man-roxygen/standard-variables.R -------------------------------------------------------------------------------- /man/LIED.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/LIED.Rd -------------------------------------------------------------------------------- /man/PIPE.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/PIPE.Rd -------------------------------------------------------------------------------- /man/REIGN.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/REIGN.Rd -------------------------------------------------------------------------------- /man/anckar.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/anckar.Rd -------------------------------------------------------------------------------- /man/anrr.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/anrr.Rd -------------------------------------------------------------------------------- /man/arat_pmm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/arat_pmm.Rd -------------------------------------------------------------------------------- /man/bibliography.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/bibliography.Rd -------------------------------------------------------------------------------- /man/blm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/blm.Rd -------------------------------------------------------------------------------- /man/bmr.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/bmr.Rd -------------------------------------------------------------------------------- /man/bnr.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/bnr.Rd -------------------------------------------------------------------------------- /man/bollen_pmm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/bollen_pmm.Rd -------------------------------------------------------------------------------- /man/bti.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/bti.Rd -------------------------------------------------------------------------------- /man/cite_dataset.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/cite_dataset.Rd -------------------------------------------------------------------------------- /man/count_sequence_breaks.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/count_sequence_breaks.Rd -------------------------------------------------------------------------------- /man/country_year_coder.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/country_year_coder.Rd -------------------------------------------------------------------------------- /man/create_panel.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/create_panel.Rd -------------------------------------------------------------------------------- /man/cutpoints.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/cutpoints.Rd -------------------------------------------------------------------------------- /man/democracyData-package.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/democracyData-package.Rd -------------------------------------------------------------------------------- /man/democracy_info.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/democracy_info.Rd -------------------------------------------------------------------------------- /man/democracy_scores.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/democracy_scores.Rd -------------------------------------------------------------------------------- /man/doorenspleet.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/doorenspleet.Rd -------------------------------------------------------------------------------- /man/download_fh.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/download_fh.Rd -------------------------------------------------------------------------------- /man/download_fh_electoral.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/download_fh_electoral.Rd -------------------------------------------------------------------------------- /man/download_fh_full.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/download_fh_full.Rd -------------------------------------------------------------------------------- /man/download_polity_annual.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/download_polity_annual.Rd -------------------------------------------------------------------------------- /man/download_wgi_voice_and_accountability.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/download_wgi_voice_and_accountability.Rd -------------------------------------------------------------------------------- /man/eiu.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/eiu.Rd -------------------------------------------------------------------------------- /man/extended_uds.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/extended_uds.Rd -------------------------------------------------------------------------------- /man/fh_pmm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/fh_pmm.Rd -------------------------------------------------------------------------------- /man/figures/lifecycle-archived.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/figures/lifecycle-archived.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-defunct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/figures/lifecycle-defunct.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-deprecated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/figures/lifecycle-deprecated.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-experimental.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/figures/lifecycle-experimental.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-maturing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/figures/lifecycle-maturing.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-questioning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/figures/lifecycle-questioning.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-stable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/figures/lifecycle-stable.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-superseded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/figures/lifecycle-superseded.svg -------------------------------------------------------------------------------- /man/generate_democracy_scores_dataset.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/generate_democracy_scores_dataset.Rd -------------------------------------------------------------------------------- /man/generate_extended_uds.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/generate_extended_uds.Rd -------------------------------------------------------------------------------- /man/gwf_all.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/gwf_all.Rd -------------------------------------------------------------------------------- /man/hadenius_pmm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/hadenius_pmm.Rd -------------------------------------------------------------------------------- /man/kailitz.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/kailitz.Rd -------------------------------------------------------------------------------- /man/magaloni.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/magaloni.Rd -------------------------------------------------------------------------------- /man/mainwaring.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/mainwaring.Rd -------------------------------------------------------------------------------- /man/munck_pmm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/munck_pmm.Rd -------------------------------------------------------------------------------- /man/pacl.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/pacl.Rd -------------------------------------------------------------------------------- /man/pacl_update.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/pacl_update.Rd -------------------------------------------------------------------------------- /man/peps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/peps.Rd -------------------------------------------------------------------------------- /man/pitf.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/pitf.Rd -------------------------------------------------------------------------------- /man/polityIV.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/polityIV.Rd -------------------------------------------------------------------------------- /man/polity_pmm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/polity_pmm.Rd -------------------------------------------------------------------------------- /man/polyarchy.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/polyarchy.Rd -------------------------------------------------------------------------------- /man/polyarchy_dimensions.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/polyarchy_dimensions.Rd -------------------------------------------------------------------------------- /man/prc_gasiorowski.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/prc_gasiorowski.Rd -------------------------------------------------------------------------------- /man/prepare_democracy_data.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/prepare_democracy_data.Rd -------------------------------------------------------------------------------- /man/prob_more.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/prob_more.Rd -------------------------------------------------------------------------------- /man/raterinfo.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/raterinfo.Rd -------------------------------------------------------------------------------- /man/redownload_blm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/redownload_blm.Rd -------------------------------------------------------------------------------- /man/remove_empty_rows.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/remove_empty_rows.Rd -------------------------------------------------------------------------------- /man/svmdi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/svmdi.Rd -------------------------------------------------------------------------------- /man/svolik_regime.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/svolik_regime.Rd -------------------------------------------------------------------------------- /man/uds_2014.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/uds_2014.Rd -------------------------------------------------------------------------------- /man/ulfelder.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/ulfelder.Rd -------------------------------------------------------------------------------- /man/utip.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/utip.Rd -------------------------------------------------------------------------------- /man/vanhanen.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/vanhanen.Rd -------------------------------------------------------------------------------- /man/vaporeg.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/vaporeg.Rd -------------------------------------------------------------------------------- /man/vdem_simple.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/vdem_simple.Rd -------------------------------------------------------------------------------- /man/wahman_teorell_hadenius.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/man/wahman_teorell_hadenius.Rd -------------------------------------------------------------------------------- /run.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/run.R -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/run.sh -------------------------------------------------------------------------------- /tests/testthat.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat.R -------------------------------------------------------------------------------- /tests/testthat/test-extend_UDS.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test-extend_UDS.R -------------------------------------------------------------------------------- /tests/testthat/test-generate_democracy_scores_dataset.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test-generate_democracy_scores_dataset.R -------------------------------------------------------------------------------- /tests/testthat/test-internal_preparation_functions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test-internal_preparation_functions.R -------------------------------------------------------------------------------- /tests/testthat/test_country_year_coder.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test_country_year_coder.R -------------------------------------------------------------------------------- /tests/testthat/test_fh.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test_fh.R -------------------------------------------------------------------------------- /tests/testthat/test_gwf.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test_gwf.R -------------------------------------------------------------------------------- /tests/testthat/test_lied.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test_lied.R -------------------------------------------------------------------------------- /tests/testthat/test_magaloni.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test_magaloni.R -------------------------------------------------------------------------------- /tests/testthat/test_pmm.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test_pmm.R -------------------------------------------------------------------------------- /tests/testthat/test_polity.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test_polity.R -------------------------------------------------------------------------------- /tests/testthat/test_redownloadable.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test_redownloadable.R -------------------------------------------------------------------------------- /tests/testthat/test_wgi.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/tests/testthat/test_wgi.R -------------------------------------------------------------------------------- /vignettes/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/.gitignore -------------------------------------------------------------------------------- /vignettes/_quarto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/_quarto.yaml -------------------------------------------------------------------------------- /vignettes/articles/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/.gitignore -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures.knit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures.knit.md -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures.qmd -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-10-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-11-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-12-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-12-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-13-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-13-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-15-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-15-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-6-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-8-1.png -------------------------------------------------------------------------------- /vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Relationships_between_democracy_measures_files/figure-html/unnamed-chunk-9-1.png -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores.knit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores.knit.md -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores.qmd -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-10-1.png -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-11-1.png -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-13-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-13-1.png -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-14-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-14-1.png -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-15-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-15-1.png -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-16-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-16-1.png -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-1.png -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-2.png -------------------------------------------------------------------------------- /vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Replicating_and_extending_the_UD_scores_files/figure-html/unnamed-chunk-17-3.png -------------------------------------------------------------------------------- /vignettes/articles/Understanding_the_coverage_of_existing_democracy_indexes.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Understanding_the_coverage_of_existing_democracy_indexes.qmd -------------------------------------------------------------------------------- /vignettes/articles/Understanding_the_state_system.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/Understanding_the_state_system.qmd -------------------------------------------------------------------------------- /vignettes/articles/_quarto.yml: -------------------------------------------------------------------------------- 1 | project: 2 | render: ['*.qmd'] 3 | 4 | execute: 5 | freeze: false 6 | -------------------------------------------------------------------------------- /vignettes/articles/american-political-science-review.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/american-political-science-review.csl -------------------------------------------------------------------------------- /vignettes/articles/bibfile.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmarquez/democracyData/HEAD/vignettes/articles/bibfile.bib --------------------------------------------------------------------------------