You are here
Home › Cohorts › NLSY97 › Other Documentation › Codebook Supplement › Appendix 3: Family Background and Formation ›Household Size as of Survey Date - Appendix 3

Household Size as of Survey Date - Appendix 3
Variables Created
- CV_HH_SIZE (HHSIZE)--Household size
- CV_HH_UNDER_6 (UNDER6)--Number of household members less than 6 years old
- CV_HH_UNDER_18 (UNDER18)--Number of household members less than 18 years old
This program creates several variables describing the composition of the respondent's household: the total number of residents, the number of residents under age 6, and the number of residents under age 18.
Variables Used
/*Variable Names in the Program Variable Names on the Gator*/
pubid pubid
HAGE01 HHI_AGE.01
HAGE02 HHI_AGE.02
HAGE03 HHI_AGE.03
HAGE04 HHI_AGE.04
HAGE05 HHI_AGE.05
HAGE06 HHI_AGE.06
HAGE07 HHI_AGE.07
HAGE08 HHI_AGE.08
HAGE09 HHI_AGE.09
HAGE10 HHI_AGE.10
HAGE11 HHI_AGE.11
HAGE12 HHI_AGE.12
HAGE13 HHI_AGE.13
HAGE14 HHI_AGE.14
HAGE15 HHI_AGE.15
HUID01 HHI_UID.01
HUID02 HHI_UID.02
HUID03 HHI_UID.03
HUID04 HHI_UID.04
HUID05 HHI_UID.05
HUID06 HHI_UID.06
HUID07 HHI_UID.07
HUID08 HHI_UID.08
HUID09 HHI_UID.09
HUID10 HHI_UID.10
HUID11 HHI_UID.11
HUID12 HHI_UID.12
HUID13 HHI_UID.13
HUID14 HHI_UID.14
HUID15 HHI_UID.15
SAS Code for Variable Creation
/*hand edits for round 14*/
if pubid=5923 then hage01=30;
ARRAY HAGE HAGE01-HAGE15;
ARRAY HUID HUID01-HUID15;
/* Create dummy variables HHDUM[I] (I=1 TO 15) that equal one if the ith member has a member ID, and zero
if the ith member does not have a member ID (i.e.HHID0i=-4).Also create dummies for the age:DUM6[I] (I=1 TO 15)
that equal 1 if the ith household member is under age 6 and DUM18[I] (I=1 TO 15) that equal 1 if the ith
household member is under age 18.*/
ARRAY HHDUM HHDUM01-HHDUM15;
ARRAY DUM6 DUM601-DUM615;
ARRAY DUM18 DUM1801-DUM1815;
DO I=1 TO 15;
HHDUM[I]=0;
DUM6[I]=0;
DUM18[I]=0;
END;
DO I=1 TO 15;
IF HUID[I]>-1 THEN HHDUM[I]=1;
IF -1<HAGE[I]<6 THEN DUM6[I]=1;
IF -1<HAGE[I]<18 THEN DUM18[I]=1;
IF -4<HAGE[I]<0 THEN DO;
DUM18[I]=-3;
UND6=-3;
END;
END;
/* Create household size HHSIZE by adding up the dummies HHDUM[I] and also add one due to the respondent himself.
Similarly, create variabes UNDER6 AND UNDER18 by adding up the other two dummies.*/
HHSIZE=1;
UNDER6=0;
UNDER18=0;
DO I=1 TO 15;
HHSIZE=HHSIZE+HHDUM[I];
UNDER6=UNDER6+DUM6[I];
UNDER18=UNDER18+DUM18[I];
END;
DO I=1 to 15;
IF DUM6[I]=-3 then UNDER6=-3;
IF DUM18[I]=-3 then UNDER18=-3;
END;
IF HUID01=-5 THEN HHSIZE=-5;
DO I=1 TO 15;
IF -4<HUID[I]<0 THEN HHSIZE=-3;
END;
IF HUID01=-5 THEN UNDER6=-5;
IF HUID01=-5 THEN UNDER18=-5;
DO I=1 TO 15;
IF -4<HAGE[I]<0 THEN PRT1=-3;
END;
IF HHSIZE=-3 THEN DO;
UNDER6=-3;
UNDER18=-3;
END;
IF UND6=-3 THEN DO;
UNDER6=-3;
END;
endsas;
Cohorts
- NLSY97
- Topical Guide to the Data
- Asterisk Tables
- I. Employment, Unemployment, and Job Search (age restrictions as of interview date)
- II. Schooling (age restrictions as of 12/31/96)
- III. Training (age restrictions as of interview date)
- IV. Income, Assets, and Program Participation
- V. Family Formation (age restrictions as of end of previous calendar year--12/31/96 in rd 1, 12/31/97 in rd 2, and so on)
- VI. Family Background (age restrictions as of 12/31/1996)
- VII. Expectations
- VIII. Attitudes, Behaviors, and Time Use
- IX. Health (age restrictions as of 12/31/96)
- X. Political Participation
- XI. Environmental Variables (in main data set)
- Education
- Employment
- Household, Geography & Contextual Variables
- Family Background
- Marital History, Childcare & Fertility
- Income
- Health
- Attitudes
- Crime & Substance Use
- Asterisk Tables
- Intro to the Sample
- Using & Understanding the Data
- Other Documentation
- Get Data
- Topical Guide to the Data
- NLSY79
- Topical Guide to the Data
- Asterisk Tables
- Education
- Employment
- Employment: An Introduction
- Work Experience
- Jobs & Employers
- Class of Worker
- Discrimination
- Fringe Benefits
- Industries
- Job Characteristics Index
- Job Satisfaction
- Job Search
- Labor Force Status
- Military
- Occupations
- Time & Tenure with Employers
- Wages
- Work History Data
- Employer History Roster
- Business Ownership
- Retirement
- Household, Geography & Contextual Variables
- Family Background
- Marital History, Childcare & Fertility
- Income
- Health
- Attitudes
- Crime & Substance Use
- Intro to the Sample
- Using & Understanding the Data
- Other Documentation
- Codebook Supplement
- NLSY79 Attachment 3: Industrial and Occupational Classification Codes
- NLSY79 Attachment 4: Fields of Study in College
- NLSY79 Attachment 5: Index of Labor Unions and Employee Associations
- NLSY79 Attachment 6: Other Kinds of Training Codes
- NLSY79 Attachment 7: Other Certificate Codes
- NLSY79 Attachment 8: Health Codes
- NLSY79 Attachment 100: Geographic Regions
- NLSY79 Attachment 101: Country Codes
- NLSY79 Attachment 102: Federal Information Processing Standards (FIPS)
- NLSY79 Attachment 103: Religion Codes
- NLSY79 Attachment 106: Profiles of American Youth (ASVAB Data/AFQT Scores)
- NLSY79 Appendix 1: Employment Status Recode Variables (1979-1998 and 2006)
- NLSY79 Appendix 2: Total Net Family Income Variable Creation (1979-2014)
- NLSY79 Appendix 3: Job Satisfaction Measures
- NLSY79 Appendix 4: Job Characteristics Index 1979-1982
- NLSY79 Appendix 5: Supplemental Fertility and Relationship Variables
- NLSY79 Appendix 6: Urban-Rural and SMSA-Central City Variables
- NLSY79 Appendix 7: Unemployment Rate
- NLSY79 Appendix 8: Highest Grade Completed & Enrollment Status Variable Creation
- NLSY79 Appendix 9: Linking Employers Through Survey Years
- NLSY79 Appendix 11: Round 12 (1990) Survey Administration Methods
- NLSY79 Appendix 12: Most Important Job Learning Activities (1993-94)
- NLSY79 Appendix 13: Intro to CAPI Questionnaires and Codebooks
- NLSY79 Appendix 14: Instrument Rosters
- NLSY79 Appendix 15: Recipiency Event Histories
- NLSY79 Appendix 16: 1994 Recall Experiment
- NLSY79 Appendix 17: Interviewer Characteristics Data
- NLSY79 Appendix 18: Work History Data
- NLSY79 Appendix 19: SF-12 Health Scale Scoring
- NLSY79 Appendix 20: Round 20 (2002) Early Bird and Income Recall Experiments
- NLSY79 Appendix 21: Attitudinal Scales
- NLSY79 Appendix 22: Migration Distance Variables for Respondent Locations
- NLSY79 Appendix 23: Revised Asset and Debt Variables and Computed Net Worth Variables
- NLSY79 Appendix 24: Reanalysis of the 1980 AFQT Data from the NLSY79
- NLSY79 Appendix 25: Center for Epidemiologic Studies Depression (CES-D) Scale
- NLSY79 Appendix 26: Non-Response to Financial Questions and Entry Points
- NLSY79 Appendix 27: IRT Item Parameter Estimates, Scores and Standard Errors
- NLSY79 Appendix 28: NLSY79 Employer History Roster
- Geocode Codebook Supplement
- Appendix 7: Unemployment Rates
- Appendix 10: Geocode Documentation
- Attachment 100: Geographic Regions
- Attachment 101: Country Codes
- Attachment 102: State FIPS Codes
- Attachment 104, Part A: 1981 Standard Metropolitan Statistical Areas (SMSAs)
- Attachment 104, Part B: 1983 Metropolitan Statistical Areas (MSAs)
- Attachment 104, Part C: 1983 Consolidated MSAs and Associated Primary MSAs (CMSAs and PMSAs)
- Attachment 104, Part D: 1983 PMSAs and Associated CMSAs
- Attachment 104, Part E: 1988 MSAs, CMSAs, and Associated PMSAs
- Attachment 104, Part F: 2004 MSAs, CMSAs, and Associated PMSAs
- Attachment 104, Part G: 2006 Core-Based Statistical Areas (CBSAs)
- Attachment 105: Addendum to FICE Codes
- Attachment 106: Codebook Pages for Geocode and Zipcode Variables
- Questionnaires
- Tutorials
- Errata
- Technical Sampling Report
- School & Transcript Surveys Documentation
- Codebook Supplement
- Get Data
- Topical Guide to the Data
- NLSY79 Child/YA
- Topical Guide to the Data
- Intro to the Sample
- Using & Understanding the Data
- Other Documentation
- Codebook Supplement
- Appendix A: HOME-SF Scales (NLSY79 Child)
- Appendix B: Composition of the Temperament Scales (NLSY79 Child)
- Appendix C: Motor & Social Development (NLSY79 Child)
- Appendix D: Behavior Problems Index (NLSY79 Child)
- Appendix D, Part 1: Composition of the BPI subscales
- Appendix D, Part 2a: BPI Anxious/Depressed Subscale
- Appendix D, Part 2b: BPI Antisocial Subscale
- Appendix D, Part 2c: BPI Dependent Subscale
- Appendix D, Part 2d: BPI Headstrong Subscale
- Appendix D, Part 2e: BPI Hyperactive Subscale
- Appendix D, Part 2f: BPI Peer Conflicts/Withdrawn Subscale
- Appendix D, Part 2g: BPI Full Scale
- Appendix D, Part 3a: BPI Internalizing Subscale
- Appendix D, Part 3b: BPI Externalizing Subscale
- Appendix D, Part 3c: BPI Total Scores
- Appendix E: Sample SPSSx Program for Merging NLSY79 Child/YA & Mother Files
- Appendix F: Sample SAS Program for Merging NLSY79 Child/YA & Mother Files
- Appendix G: NLSY79 Child Assessment Scores, Reference Numbers (2010-2014)
- Appendix H: Identification Codes in the Child and Young Adult Database
- Attachment 100: Codebook Pages for Young Adult Geocode Data
- Questionnaires
- Errata
- Errata for 2014 Child/Young Adult Release
- Data Addition: New Work and School Status Variables Created
- Errata for 2012 Child/Young Adult Release
- Errata for 2010 Child/Young Adult Release
- Errata for 2008 Child/Young Adult Release
- Errata for 2006 Child/Young Adult Release
- Errata for 2004 Child/Young Adult Release
- Errata for 2002 Child/Young Adult Release
- Errata for 2000 Child/Young Adult Release
- Errata for NLSY79 Child Interview Dates 1986-1992
- Research/Technical Reports
- Codebook Supplement
- Get Data
- NLS Mature and Young Women
- NLS Older and Young Men