# Example 1: Employment careers
data(GLHS)
z<- Parameters (GLHS)
D <- Biograph.long (GLHS)
tit5 <- "Employment careers for a selection of subjects. GLHS"
subjects <- c(1,78,120,208)
z <- Lexislines.episodes (D$Depisode,subjectsID = subjects,title1 = tit5)
# Example 2: Living arrangements
data(NLOG98)
z<- Parameters (NLOG98)
D <- Biograph.long (NLOG98)
tit5 <- "Living arrangements for a selection of subjects, NLOH98"
subjectsID <- c(12,15,19,5442)
rainbow(length(namstates))
z <- Lexislines.episodes (D$Depisode,subjectsID = subjectsID,title1 = tit5)
Run the code above in your browser using DataLab