Hello,
I am trying to export tables to word. I was successfully able to use the asdoc command briefly, but now it just won't work anymore. Does anyone know why this is happening and how to fix it?
This is my code:
This is the error I get:
I am trying to export tables to word. I was successfully able to use the asdoc command briefly, but now it just won't work anymore. Does anyone know why this is happening and how to fix it?
This is my code:
Code:
asdoc table(survmnth) () (naics_21), statistic(mean hrlyearn ahrsmain) statistic(sum ahrsmain) replace asdoc table(survmnth) (lfsstat)(naics_21), statistic(frequency) append
Code:
(file TabularReport2019.doc not found)
invalid 'dec'
stata(): 3598 Stata returned error
asdocrest(): - function returned error
<istmt>: - function returned error
r(3598);
end of do-file

Comment