Save command results to new frame in Stata
One of the new functions of Stata/MP 16 is the ability to use frames, i.e. keeping multiple data sets in memory. Unfortunately, not many existing commands fully optimize these new abilities. For example, if you want to use the collapse command, which replaces the dataset with summary statistics, you cannot specify that the output should …