Thanks to Kit Baum a new package is available on SSC called lany. I think of it as a form of list for panel data. If I try to understand my data and I see a weird observation, I often want to see the entire history of that person.
The basic use would be like list, something like: lany varlist if something, by(id), but now it list the varlist for all observations within an id if something was true for one or more observations. To install it you type in Stata ssc install lany
The basic use would be like list, something like: lany varlist if something, by(id), but now it list the varlist for all observations within an id if something was true for one or more observations. To install it you type in Stata ssc install lany