Population_Study/Prelim_Process.sh
2025-11-13 13:03:44 -07:00

15 lines
758 B
Bash

#Clean and collect data sets used in later code.
Rscript "./Scripts/1A_Download_and_Process_Population_Data.r"
Rscript "./Scripts/1B_Process_Existing_NIH_Mortality_Data.r"
Rscript "./Scripts/1C_Download_and_Process_Demographic_Data.r"
Rscript "./Scripts/1D_Use_ACS_Census_Data_to_Estimate_Kemmerer_Demographics.r"
#Create data sets used in later simulations, produce some results for the report when related to this process.
Rscript "./Scripts/2A_Birth_Rate_Regression.r"
Rscript "./Scripts/2B_Migration_by_Age_Regression.r"
Rscript "./Scripts/2C_Overall_Migration_ARIMA.r"
#Produce final results for either the simulation, or information for the report, but not anything used in later stages of the simulation
Rscript "./Scripts/3A_Population_Pyramid.r"