├── .gitignore ├── KamH_APS_March_2018.pdf ├── LICENSE ├── README.md ├── main_script_production_9.R ├── paper_3.pdf ├── predict_tc_kh_2.pdf └── tc.RData /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khamidieh/predict_tc/HEAD/.gitignore -------------------------------------------------------------------------------- /KamH_APS_March_2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khamidieh/predict_tc/HEAD/KamH_APS_March_2018.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khamidieh/predict_tc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khamidieh/predict_tc/HEAD/README.md -------------------------------------------------------------------------------- /main_script_production_9.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khamidieh/predict_tc/HEAD/main_script_production_9.R -------------------------------------------------------------------------------- /paper_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khamidieh/predict_tc/HEAD/paper_3.pdf -------------------------------------------------------------------------------- /predict_tc_kh_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khamidieh/predict_tc/HEAD/predict_tc_kh_2.pdf -------------------------------------------------------------------------------- /tc.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khamidieh/predict_tc/HEAD/tc.RData --------------------------------------------------------------------------------