So I have been trying to copy labels from my existing dataset before a ~collapse command. This is the code that I use
However after I run this command, I get an error
Any help would be appreciated
Code:
foreach v of var * { local l`v' : variable label `v' }
Code:
_lsubstitution_code_casualty_code invalid name r(198);
Comment