/* Notes & code: https://sscc.wisc.edu/~hemken/Stataworkshops/regress To download the example do files, paste the above URL in your web browser and click on a file name. */ /* Sharing doc: https://docs.google.com/document/d/1LIE4C7twCUZ0YOr71c0A08LfjHk-OgJBkTBzxaehNH8/edit?usp=sharing */ /* Data can be used directly in Stata. For example, to use the ACS 2000 data type this: */ clear use "https://sscc.wisc.edu/~hemken/Stataworkshops/regress/2000_acs_cleaned" /* Warm up exercise: ================= Using the American Community Survey (2000) data, model personal income using age, education, sex, and Census race category.