Evaluation of Evidence, Quantitative Analysis: Analyzing the Current Population Survey, Assignment 1

Rev: 4/10/2019

 

 

This assignment is designed to make you reasonably proficient in some of the skills of basic data analysis with STATA, and some comfort with the CPS and the ipums website.

 

Include:

* Your Name

* Your TA's Name

* Who, if anyone, you worked with.

 

For all of the following questions, please show some work from your STATA log file, so we can tell how you arrived at your answer.  Remember to use weights in order to get real numbers for the whole US population. All the questions here apply *only* to the 2000 current population survey, so either use the data which is exclusively the 2000 CPS, or use the multiyear data and specify year==2000.

 

1) How many immigrants were there in the US at the time of the survey (use the variable citizen).  What does the ipums documentation have to say about the first category, “NIU.” How do you interpret this? [Note that by “in the US” I mean “in the non-institutional population of the US,” which is the survey frame of the CPS, as of March 2000]

 

2) Create a new variable which breaks the population into 2 categories: US born and immigrant. Then attach value labels to the two categories. What percentage of immigrants in the US were under age 10?  What percentage of immigrants were over age 75?  How does this compare to the percentages for US Natives?  Why do you think the age distributions of natives and immigrants in the US are different? Note:  the percentage of immigrants that were under age 10 is NOT the same as the percentage of people under age 10 who are immigrants. Think about numerators and denominators.

 

3) What is the mean educational attainment (use the variable yrsed, a variable I added to the dataset) for immigrants and for natives in the US?  What if we examine only persons age 30 to 49?  Does educational attainment for adults differ by gender and immigrant status for persons aged 30 to 49?  How much is this difference, in years of formal education? Do you think the differences are large or small, and why?

 

4) How many veterans are there in the U.S.? (use variable vetlast).  Do veterans earn more money than non- veterans?  Consider the fact that veterans tend to be male, and they tend to be older.  Figure out what the average age is for veterans of each of the past wars (WWII, Korea, Vietnam), and then compare 1999 earnings (variable inctot) for male veterans' from each war to male non- veterans of approximately the same age.  Now how do veterans compare?  This is a rough way of comparing the earnings of veterans to non- veterans by 'controlling for gender and age'.  How many veterans from each war were interviewed in the CPS? (i.e. look at the unweighted data)  Is this a large enough sample of interviews to justify the comparison, in your opinion?

 

5) What is the average personal income (inctot) for men and women in the US based on the 2000 March CPS? Register yourself for ipums- CPS. Make a data extract including at least the variables inctot, sex, age, asecwt. Download 1995 ASEC, read the data into Stata, and compare the 1995 US income results to the 2000 results (use weights; if you use them as as a frequency weight, you will need to round the weight into Integer form, using a command like gen asecwt_rounded=round(asecwt) ). [Note: for Soc 381, you need to download the data as a fixed-width text file rather than as a Stata file directly, and use the Stata command file and data dictionary to read the data in from the fixed-width text file; your HW1 stata log should reflect that you have done this]. What do you find when comparing income from 1995 and 2000? Check ipums to find out what the missing and Not In Universe values are. What do you think the appropriate way to deal with those values is (I have already done this for the 2000 data). How would the missing and Not-In-Universe values skew the results? In comparing 1995 and 2000 data (which is income for 1994 and 1999, respetively), it is useful to correct for inflation; you can find inflation adjusters online.