Dear Statalist.
I think I found a bug with describe when it tries to parse varlists that start with "in"
Last command exits with
Tested it on Stata MP 13.1 / Windows 8 64bit (9 Dec 2015) , Stata MP 14.1 / Windows 8 64bit (21 Dec 2015) and Stata MP 13.1 / Unix (3 Jun 2015)
Can others confirm? Am I just using a wrong syntax?
I think I found a bug with describe when it tries to parse varlists that start with "in"
Code:
clear set obs 10 gen ina_ex_od=. gen out_ex_od=. des out*ex_od des in*ex_od
Code:
varlist not allowed r(101)
Can others confirm? Am I just using a wrong syntax?