├── labelVariablesExample.do ├── maptile ├── README.md ├── counties_acs2014.dta ├── geo_BE.zip ├── geo_county2000.zip ├── geo_county2000_creation.zip ├── geo_county2010.zip ├── geo_county2010_creation.zip ├── geo_county2014.zip ├── geo_county2014_creation.zip └── maptile_counties_steps.do ├── masterFoodChoicesFinal.do └── masterInterpolate.do /labelVariablesExample.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/labelVariablesExample.do -------------------------------------------------------------------------------- /maptile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/maptile/README.md -------------------------------------------------------------------------------- /maptile/counties_acs2014.dta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/maptile/counties_acs2014.dta -------------------------------------------------------------------------------- /maptile/geo_BE.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/maptile/geo_BE.zip -------------------------------------------------------------------------------- /maptile/geo_county2000.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/maptile/geo_county2000.zip -------------------------------------------------------------------------------- /maptile/geo_county2000_creation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/maptile/geo_county2000_creation.zip -------------------------------------------------------------------------------- /maptile/geo_county2010.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/maptile/geo_county2010.zip -------------------------------------------------------------------------------- /maptile/geo_county2010_creation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/maptile/geo_county2010_creation.zip -------------------------------------------------------------------------------- /maptile/geo_county2014.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/maptile/geo_county2014.zip -------------------------------------------------------------------------------- /maptile/geo_county2014_creation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/maptile/geo_county2014_creation.zip -------------------------------------------------------------------------------- /maptile/maptile_counties_steps.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/maptile/maptile_counties_steps.do -------------------------------------------------------------------------------- /masterFoodChoicesFinal.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/masterFoodChoicesFinal.do -------------------------------------------------------------------------------- /masterInterpolate.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmaene/Stata/HEAD/masterInterpolate.do --------------------------------------------------------------------------------