# The following example defines observation window
# as period between labour force entry and survey date.
data(GLHS)
entrystate <- "J"
exitstate <- NA
GLHS2 <- ChangeObservationWindow.e (GLHS,entrystate,exitstate)
Run the code above in your browser using DataLab