Reproducing results in Fosdick and Raftery (2014, Demographic Research), "Regional Probabilistic Fertility Forecasting by Modeling Between-Country Correlations" Bailey Fosdick, February 9, 2014. The results in the article were all produced using the statistical language R. If you don't have R, download it from http://cran.r-project.org/. 0. Install the `bayesTFR’ and `wpp2010’ packages and the packages on which they depend from http://cran.r-project.org/. To produce projections from either model, parameter samples must be first be obtained from the bayesTFR package: 1. Set the R working directory to be the folder with all provided files. 2. Run the R code in the file GenerateParamSamps.R. Warning: This may take several hours of CPU time. To obtain predictions from the correlation model: 1. Set the R working directory to be the folder with all provided files. 2. Run the R code in the file ProjectDependentTrajectories.R. To obtain predictions from the independence model: 1. Set the R working directory to be the folder with all provided files. 2. Run the R code in the file ProjectIndependentTrajectories.R. To compute regional average TFRs: 1. Set the R working directory to be the folder with all provided files. 2. Run the R code in the file CompareWeightedAve.R.