Hey everyone, I have a question on whether it is at all possible to export summary statistics to an excel/word table so that all levels are shown. Is it feasible to make an excel/word table with the prefix "ibn-". It seems estpost does not allow for factor variable notation, I tried asdoc, putexcel commands without much success. All vars of interest are encoded categorical variables

local ibn_controls "ibn.gender ibn.age_cat ibn.edu_cat"
asdoc summ`ibn_controls' if sample==1
This returns a 3301 subscript error, everything works properly once ibn is removed. Is it possible to make a table with ibn- notation? Or any other way to show variables levels in an excel/word table would be appreciated. Thanks!