# NOT RUN {
# }
# NOT RUN {
data("teen_poverty")
# Convert to long format
teen <- long_panel(teen_poverty, begin = 1, end = 5)
model <- asym(hours ~ lag(pov) + spouse, data = teen)
summary(model)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab