Hello,
I have defined my global and it is not being recognized in the mmat2tex command. If I use the same global with estout or esttab or other command, it works perfectly.
If I run either line below, I get the error: file handle __000000 not found
If I specify the directory right before mmat2tex command, it works just fine.
This bug is really puzzling and weird. I'd appreciate any help!
I have defined my global and it is not being recognized in the mmat2tex command. If I use the same global with estout or esttab or other command, it works perfectly.
If I run either line below, I get the error: file handle __000000 not found
Code:
mmat2tex tab using "${Oleaf}/pc11_res`y'_balance.tex", replace OR mmat2tex tab using "C:/Users/abcd/Dropbox/Apps/Overleaf/Project/Tables/pc11_res`y'_balance.tex", replace
Code:
cd "C:/Users/abcd/Dropbox/Apps/Overleaf/Project/Tables/" mmat2tex tab using "pc11_res`y'_balance.tex", replace
Comment