Revised: December 2008
I. Using the PSID Data Center
A. The Nature of the Exercise
Administrative data has shown that the Food Stamp caseload has declined substantially since 1994. In this tutorial we will examine changes in Food Stamp participation using the PSID. We will also examine characteristics of families who were still receiving Food Stamps in 1999. It has been claimed that families on Food Stamps in the late 1990s, after the caseloads had fallen tremendously, would have more barriers than families who were on aid in the mid-1990s. Specifically, we will estimate the share of food stamp participants in 1999 who are working and the share who have a health problem that limits the amount or type of work they can do. Furthermore, we will examine the extent to which Food Stamp recipients hold bank accounts. It has become more common to distribute food stamps in the form of Electric Benefit Transfers (EBT) instead of paper coupons. Presumably recipients who have bank accounts are able to more easily accommodate the shift to EBT.
The goal of this tutorial is to demonstrate that many of these questions can be answered very quickly -- within 60-120 minutes -- even for someone who has never used the PSID. Now let's begin the tutorial and see just how easy it is!
B. Getting Started
The food stamp data are derived from responses to the Computer Assisted Telephone Interviewing (CATI) questions. These questions -- questions F8 and F14 -- can be viewed in the PSID Documentation Center. We strongly encourage all users to examine the questions before analyzing the data. For example, the question asked in 1999 about participation in 1997 is:
F8. Did [you or anyone else in your family living there/you] use government food stamps at any time in 1997? That is, two years ago.
| 1 | YES |
| 5 | NO |
| 8 | DK |
| 9 | RF |
C. Using the Data Center
Now you need to go to the PSID Data Center to create your own customized data set. The data for this tutorial are selected from the 1995 and 1999 Public Release files. As shown in the screen shot 1, you want to select data using the ‘By File’ option. By specifying data selection using ‘By File’, you will be directed to the page where you can see the ‘PSID Family-level’, 'PSID Individual-level', ‘CDS and TA (including Time Diary Aggregates’ and ‘CDS Time Diaries’ groups. Double click on each group or clicking on the node before expands a list of subgroups; similarly you can expand the subgroups until you see the years 1969 – 2005 appear—double click on the year will open a variable selection box; all variables under the subgroup in the selected year can be found in the selection box. We are studying the 1995 and 1999 Food stamp usage, and the data come from two groups—‘PSID Family-level—Main Family Data’ and ‘PSID Individual-level—PSID individual Data by Years’, so you want to expand the groups. After that, click on year 1995 and 1999 in each subgroup, this will bring up two scrollable variable selection boxes (screen shot 2) in each subgroup. Later on you will want to see the values of the codes of the variables that you are choosing; you can easily review these codes by looking at the on-line CATI documentation already described above in Section B of this tutorial.
Screen Shot 1: Selecting Data By File

Screen Shot 2: Selecting Data Categories and Years

To create our file we want to scroll through the selection screens below. You need to select the following ‘PSID Individual-level PSID individual Data by Years’ data to limit the responses to heads living in the family unit from the 1999 list. (A technical note: to select non-adjacent variables in the variable list box, hold down the 'control' key and skip those variables you do not want to select by scrolling to the desired variable and highlighting (in dark blue) with the mouse/cursor.)
ER33502 SEQUENCE NUMBER 99(codes 1-20 identify individuals who lived in the family at the time of the 1999 interview)
ER33503 RELATION TO HEAD 99(code values 10 identifies heads)
From 1995 Individual data level, again you should select ER33202 SEQUENCE NUMBER 95 and ER33203 RELATION TO HEAD 95. (See screen shot 3)Screen Shot 3: Selecting Variables in ‘PSID Individual-level PSID individual Data by Years’

The other variables needed are from the ‘PSID Family-level - Main Family Data’. (screen shot 4)
ER13001 RELEASE NUMBER
ER13010 AGE OF HEAD
ER13011 SEX OF HEAD
In order to examine differences in food stamp participation by the number of children in the family, we need ER13013 (# CHILDREN IN FU). We will also need ER13021 (HEAD MARITAL STATUS). Then scroll down and select ER13205 (B1 1ST MENTION), which is the variable indicating the head's employment status. Now scroll to Section F, where we need the following family level variables:
ER14240 F8 WTR USED FOOD STAMPS IN 1997
ER14270 F14 WTR RECEIVED FOOD STAMPS IN 1999
Next, select ER15019 (W27 WTR CK/SAVINGS/CD, ETC). This is a variable determining whether or not the family has money in bank accounts. Then, scroll to Section H (for health) and choose ER15449 (H2 LIMIT TYPE/AMT WRK H), a measure of the health status of the head of the family:
From the 1995 list, you need to select the following family level variables:
ER5001 RELEASE NUMBER
ER6058 F8 REC FOOD STAMPS PYR
Screen Shot 4: Selecting Variables in ‘PSID Family-level - Main Family Data’

Finally, scroll to the end of each selecting boxes and select ER16518 (1999 Core/Immigrant Family Weight) and ER7000 (1995 Longitudinal Core Family Weight). The PSID is not a random sample of the US population, so these weights are used to make the sample representative more on this issue later.
After you have selected your variables, you can add them to a "PSID/CDS data cart" (Note that you will have to log in with your email address and password in order to perform this). You can view the content of your cart content once they are added. As illustrated in Screen Shot 5, the data cart content will list Family-level Main Family Data and Individual-level Individual Data by Years variables that we chose above. Note that a few variables - 1999 interview number, 1995 interview number, 1968 interview number, and person number for 1968 - will be automatically selected even if you did not choose them. These variables are often needed for linking records.
Screen Shot 5: Data Cart

Click on the ‘Check Out’ button will lead you to censoring and output data file options (screen shot 6). Now we want to focus on the group needed for our purposes. We only want information about the head of the family and the head must be living with the family. To include only those cases where the individual resides with the family, you need to type the following statements into the subsetting box illustrated below: (ER33202<21) and (ER33502<21). (To simplify the analyses, we required that the head be in the family in 1995 AND 1999; for some of the questions we answer below the user might want to instead compare all PSID families in 1995 with all PSID families in 1999. If this interests you, give it a try!) In order to only include information about the head, also add (ER33203=10) and (ER33503=10). Additionally, you should add '((ER6058=1) or (ER6058=5)) and ((ER14240=1) or (ER14240=5)) and ((ER14270=1) or (ER14270=5))' which will remove from our sample any respondents who would have missing values (=8,9) for the food stamp questions (This only removes 2 people but users may devise their own alternative way to handle missing values represented by 8 and 9.). Finally, add (ER16518>0) and (ER7000>0) so you only include heads with positive family weights. The format for the subsetting statements is important and there is on-line help if you need it. A typo in this box will return the message 'Internal Server Error' when you go to create your analysis file.
Your final subsetting criteria should be:
(ER33202<21) and (ER33502<21) and (ER33203=10) and (ER33503=10) and ((ER6058=1) or (ER6058=5)) and ((ER14240=1) or (ER14240=5)) and ((ER14270=1) or (ER14270=5)) and (ER16518>0) and (ER7000>0)
We are getting close to having the data pulled together, so stay with us! The next step consists of selecting the format of the data that will be created. Since the analysis will use the software Excel, you should select the data output type as Microsoft Excel Spreadsheet, as illustrated below.
You will receive a File Documentation message in the next screen (screen shot 7) that reports the size of the Data File and the Variable Labels file. PC users should right click (other users may be required to use alternatives to right click) on the blue text of and select open; the file will be transferred to you. You should do the same for the Variable Labels. Instructions for using Excel come next!
Screen Shot 6: Censoring and Output Data File Options

Screen Shot 7: Job Completion/Download Message

II. Using Excel (2007) with your customized PSID data set
You should have an Excel file with the variable numbers arrayed across the top row and the variable values running from row 2 to row 5,009, i.e., there should be 5,008 observations in the dataset. Note that had we selected 'All Individuals' in the 'Data Merge Options' section above, we also would have 5,008 observations, since we are selecting only individuals who were family heads in the 'Subsetting Criteria' box (ER33203 = 10 and ER33503 = 10). We now follow a series of steps that will help answer the several questions about food stamp participation in the late 1990s.
| A | B | C | D | E | F | G | H |
| ER30001 | ER30002 | ER5001 | ER6058 | ER7000 | ER33201 | ER33202 | ER33203 |
| 1968 INTERVIEW NUMBER | PERSON NUMBER 68 | RELEASE NUMBER | F8 REC FOOD STAMPS PYR | 1995 LONGITUDINAL CORE FAMILY WEIGHT | 1995 INTERVIEW NUMBER | SEQUENCE NUMBER 95 | RELATION TO HEAD 95 |
| I | J | K | L | M | N | O | P |
| ER13001 | ER13010 | ER13011 | ER13013 | ER13021 | ER13205 | ER14240 | ER14270 |
| RELEASE NUMBER | AGE OF HEAD | SEX OF HEAD | # CHILDREN IN FU | HEAD MARITAL STATUS | B1 1ST MENTION | F8 WTR USED FOOD STAMPS IN 1997 | F14 WTR RECEIVED FOOD STAMPS IN 1999 |
| Q | R | S | T | U | V |
| ER15019 | ER15449 | ER16518 | ER33501 | ER33502 | ER33503 |
| W27 WTR CK/SAVINGS/CD, ETC | H2 LIMIT TYPE/AMT WRK H | 1999 CORE/IMMIGRANT FAMILY WEIGHT | 1999 INTERVIEW NUMBER | SEQUENCE NUMBER 99 | RELATION TO HEAD 99 |