| 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.
ida numeric vector
X1996a factor with levels
mover within gbnon-moverX1997a factor with levels
mover within gbnon-moverX1998a factor with levels
mover within gbnon-moverX1999a factor with levels
mover within gbnon-moverX2000a factor with levels
mover within gbnon-moverX2001a factor with levels
mover within gbnon-moverX2002a factor with levels
mover within gbnon-moverX2003a factor with levels
mover within gbnon-moverX2004a factor with levels
mover within gbnon-moverX2005a factor with levels
mover within gbnon-moverX2006a factor with levels
mover within gbnon-moverX2007a factor with levels
mover within gbnon-moverX2008a factor with levels
mover within gbnon-mover
Examples
data(mydata)
## maybe str(mydata) ; plot(mydata) ...