I am having an issue with the frmttable command in Stata. I add the replace in it and it always gives me the error that the file already exists. I then have to manually delete the file. A sample of the code I use is below:
frmttable using "$tables/test.tex", ///
replace frag tex sdec(2) statmat(UC) ///
ctitles("L1", "L2" , ///
"L3", "L4") ///
title("")
I tried exporting a word file as well and it still would not replace the file.
New contributor
iris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.