/* Codebook for Agresti and Finaly Dataset 1 (aandf1.dta) */ note: The first data file consists of responses of graduate students in the social sciences enrolled in STA 6126 at the University of Florida, fall term 1996. la var subj "Subject ID Number" la var ge "gender" la var ag "age in years" la var hi "high school GPA (on a four-point scale)" la var co "college GPA" la var dh "distance (in miles) of the campus from your home town" la var dr "distance (in miles) of the classroom from your current residence" la var tv "average number of hours per week that you watch TV" la var sp "average number of hours per week that you participate in sports or have other physical exercise" la var ne "number of times a week you read a newspaper" la var ah "number of people you know who have died from AIDS or who are HIV+" la var ve "whether you are a vegetarian (yes, no)" la var pa "political affiliation (D Democrat, R Republican, I Independent)" la var pi "political ideology (1 very liberal, 2 liberal, 3 slightly liberal, 4 moderate, 5 slightly conservative 6 conservative, 7 very conservative)" la var re "how often you attend religious services (never, occasionally, most weeks, every week)" la var ab "opinion about whether abortion should be legal in the first three months of pregnancy (yes, no)" la var aa "support affirmative action (yes, no)" la var ld "belief in life after death (yes, no)" label define gelbl 1 "Male" 0 "Female" label values ge gelbl label define yesno 1 "Yes" 0 "No" label values ve yesno label values ab yesno label values aa yesno label values ld yesno label define palbl 1 "Democrat" 2 "Independent" 3 "Republican" label values pa palbl