1
+ # ' National Longitudinal Survey of Youth teenage women poverty data
2
+ # '
3
+ # ' These data come from the years 1979-1983 in the National Longitudinal
4
+ # ' Survey of Youth, with information about 1141 teenage women. These data are in
5
+ # ' the "wide" format for demonstration purposes.
6
+ # '
7
+ # ' @format A data frame with 1141 rows and 28 variables:
8
+ # ' \describe{
9
+ # ' \item{id}{Unique identifier for the respondent}
10
+ # ' \item{age}{Age at first interview}
11
+ # ' \item{black}{1 if subject is black, 0 if not}
12
+ # ' \item{pov1}{1 if subject is in poverty, 0 if not, at time 1}
13
+ # ' \item{pov2}{1 if subject is in poverty, 0 if not, at time 2}
14
+ # ' \item{pov3}{1 if subject is in poverty, 0 if not, at time 3}
15
+ # ' \item{pov4}{1 if subject is in poverty, 0 if not, at time 4}
16
+ # ' \item{pov5}{1 if subject is in poverty, 0 if not, at time 5}
17
+ # ' \item{mother1}{1 if subject has had a child, 0 if not, at time 1}
18
+ # ' \item{mother2}{1 if subject has had a child, 0 if not, at time 2}
19
+ # ' \item{mother3}{1 if subject has had a child, 0 if not, at time 3}
20
+ # ' \item{mother4}{1 if subject has had a child, 0 if not, at time 4}
21
+ # ' \item{mother5}{1 if subject has had a child, 0 if not, at time 5}
22
+ # ' \item{spouse1}{1 if subject lives with a spouse, 0 if not, at time 1}
23
+ # ' \item{spouse2}{1 if subject lives with a spouse, 0 if not, at time 2}
24
+ # ' \item{spouse3}{1 if subject lives with a spouse, 0 if not, at time 3}
25
+ # ' \item{spouse4}{1 if subject lives with a spouse, 0 if not, at time 4}
26
+ # ' \item{spouse5}{1 if subject lives with a spouse, 0 if not, at time 5}
27
+ # ' \item{inschool1}{1 if subject is in school, 0 if not, at time 1}
28
+ # ' \item{inschool2}{1 if subject is in school, 0 if not, at time 2}
29
+ # ' \item{inschool3}{1 if subject is in school, 0 if not, at time 3}
30
+ # ' \item{inschool4}{1 if subject is in school, 0 if not, at time 4}
31
+ # ' \item{inschool5}{1 if subject is in school, 0 if not, at time 5}
32
+ # ' \item{hours1}{Hours worked during the week of the survey, at time 1}
33
+ # ' \item{hours2}{Hours worked during the week of the survey, at time 2}
34
+ # ' \item{hours3}{Hours worked during the week of the survey, at time 3}
35
+ # ' \item{hours4}{Hours worked during the week of the survey, at time 4}
36
+ # ' \item{hours5}{Hours worked during the week of the survey, at time 5}
37
+ # ' }
38
+ # ' @source
39
+ # ' These data originate with the U.S. Department of Labor. The particular
40
+ # ' subset used here come from Paul Allison via Statistical Horizons:
41
+ # ' \url{https://statisticalhorizons.com/wp-content/uploads/teenpov.dta}
42
+ # '
43
+ " teen_poverty"
0 commit comments