I actually want to used the code in #15(2) as an extension to some previous code that we have at link:
https://www.statalist.org/forums/for...70#post1643170
And i do not want that last few lines of this code should be discarded as you said. Can we write code in #15(2) that runs comfortable even if we have following lines in the main code:
https://www.statalist.org/forums/for...70#post1643170
And i do not want that last few lines of this code should be discarded as you said. Can we write code in #15(2) that runs comfortable even if we have following lines in the main code:
Code:
gen str32 group = "q" + string(mcap_group) +"_idiovol_q" +string(idiovol_group) + "_" drop *_group reshape wide vw_mean_@rt unwtd_mean_@rt, i(mdate) j(group) string
Comment