mydata {lifecourse} | R Documentation |
mydata
Description
A hundred mobility sequences representing 100 unique individuals. These data are derived from the British Household Panel Study (BHPS)dataset.
Usage
data("mydata")
Format
A data frame with 100 observations on the following 14 variables.
id
a numeric vector
X1996
a factor with levels
mover within gb
non-mover
X1997
a factor with levels
mover within gb
non-mover
X1998
a factor with levels
mover within gb
non-mover
X1999
a factor with levels
mover within gb
non-mover
X2000
a factor with levels
mover within gb
non-mover
X2001
a factor with levels
mover within gb
non-mover
X2002
a factor with levels
mover within gb
non-mover
X2003
a factor with levels
mover within gb
non-mover
X2004
a factor with levels
mover within gb
non-mover
X2005
a factor with levels
mover within gb
non-mover
X2006
a factor with levels
mover within gb
non-mover
X2007
a factor with levels
mover within gb
non-mover
X2008
a factor with levels
mover within gb
non-mover
Examples
data(mydata)
## maybe str(mydata) ; plot(mydata) ...