gitextract_789kjfg8/ ├── .gitignore ├── Analysis/ │ ├── .gitignore │ ├── 0 - Functions.R │ ├── 1 - Prepare Data.R │ ├── 2 - Determine Clusters.R │ ├── 3 - Analysis.R │ ├── 4 - Output.R │ ├── Analysis.Rproj │ ├── Country Classification.xlsx │ ├── Factor Details.xlsx │ ├── README.md │ ├── country_stats.R │ ├── hxz_decomp.R │ └── main.R ├── GlobalFactors/ │ ├── CHANGELOG.md │ ├── Cluster Labels.csv │ ├── Country Classification.xlsx │ ├── Factor Details.xlsx │ ├── GlobalFactors.Rproj │ ├── MD │ ├── README.md │ ├── accounting_chars.sas │ ├── char_macros.sas │ ├── ind_identification.sas │ ├── main.sas │ ├── market_chars.sas │ ├── portfolios.R │ └── project_macros.sas └── README.md