When using etable I am unable to save the table I have created as a Word file (code below). I think it may have something to do with the fact that I have a brand new Macbook, with a brand new version of Word (?). I say this because this exact command works on my previous Macbook without any problem.
Here is the code:
etable, estimates(table1_all table1_dems table1_inds table1_reps) mstat(N) mstat(r2_a) showstars showstarsnote column(index) export("/Users/dcampbe4/Dropbox/Secularism Project/Penn State, Dortmound paper/table1.docx")
When I run this, I receive this error message:
option as() required; could not determine filetype from filename
In experimenting with as(), I have not been able to figure out how to get it to work.
Note that it will export a document if I simply use:
export(table1.docx)
While this is a work-around, I would prefer to be able to specify the location where it is saved.
I would appreciate any guidance. Thank you!
Here is the code:
etable, estimates(table1_all table1_dems table1_inds table1_reps) mstat(N) mstat(r2_a) showstars showstarsnote column(index) export("/Users/dcampbe4/Dropbox/Secularism Project/Penn State, Dortmound paper/table1.docx")
When I run this, I receive this error message:
option as() required; could not determine filetype from filename
In experimenting with as(), I have not been able to figure out how to get it to work.
Note that it will export a document if I simply use:
export(table1.docx)
While this is a work-around, I would prefer to be able to specify the location where it is saved.
I would appreciate any guidance. Thank you!
Comment