Mike ~ this is so helpful! For so many Stata videos, this definitely stands out as the most helpful!
@johnmiltonasprilla-echever39913 жыл бұрын
This video solve the issue of editing the resulting mess of copying Stata output and pasting in Excel or Word. Thanks Mike. Great video.
@AnaCristinaColínHernández-g1s Жыл бұрын
Excellent explanation, you were clear and concrete.
@SebiScoot2 жыл бұрын
exactly what i needed, simple but everything you need to get going :D
@HuyNguyen-rv9ge3 жыл бұрын
Mike, I used your Stata codes as shown in your video, but failed: putdocx clear //clear putdocx putdocx begin //create an active.docx in memory putdocx paragraph //add paragraph putdocx text ("Evaluation: Mean and SD") //add the text of our title using putdocx text univar A1-A29 //estimate results putdocx table Table9A=etable //this step does not work could you please give me advice or correction?
@michellewuli30405 жыл бұрын
Hello Mike, thanks. I have two observations 1) The word document created does not include the top part of the regression output (source and statistics) 2) The output for test results(eg. using testparm command) does not show up in the word document. Can you give feedback on this?
@mengyu56412 жыл бұрын
I have the same problem 😅
@mooni-journey11 ай бұрын
Good points! And the table name is not showing up in the Word document as well?
@officialmintt4 жыл бұрын
Besides regression, does this also work for other time series results such as number of time lags and unit root testing?
@beingfijian18553 жыл бұрын
Fantastic video. all my queries were answered from the previous video. A lot of videos don't explain well. You nailed it. Thank you so much. Oh, I wanted to know how to export graphs, as tables and graphs are 2 important things to export to word doc.
@michaelmakin30732 жыл бұрын
Hi MIke thanks for your help with this, is there anyway to export a regression table to word but with the Rsquared values included in the table?
@varunmiglani110 Жыл бұрын
which one would you recommend asdoc or putdocx for students or researchers
@salmaneconometricscorner83642 жыл бұрын
Hello sir I am doing regression with bysort command at county level having different regression coefficient for each county , i want to export to excel, results for all county, which command will work to get all coefficient of regressions. Thanks
@crazymonkey112315 жыл бұрын
Hello Mike, I want to ask if this function is only applicable to exporting regression tables or is it also applicable to exporting other tables as well such as the ADF test result? If so, do I use the putdocx table Table=etable command as well as when I was trying to do this action it says info for etable not found, I wonder if there is any way to export my ADF table to word?
@crazymonkey112315 жыл бұрын
Thanks Mike!
@mikejonaseconometrics18865 жыл бұрын
Hi Justin - the 'etable' option is specific to estimation results, and it seems there is not a direct way to apply putdocx to dfuller (or many other types) output. I've seen the option of saving the table as a matrix and applying putdocx to that. A better way seems to be to use the "asdoc" .ado file. (1) ssc install asdoc (2) asdoc dfuller x. This will create a word file that you can access right from stata with your results. You can format from there, or use built-in options (I'm still working it out)
@Marinkaasje5 жыл бұрын
@@mikejonaseconometrics1886 Thank you for this reply. I think it would be very interesting if you could make a video on how to work with asdoc. For example, right now I am working with the mdesc and msschk packages and would like to nicely export the tables into word, but I don't have a clue.
@mikejonaseconometrics18865 жыл бұрын
Here you go: kzbin.info/www/bejne/m3PHk4aVdpZ1hM0
@HamidAbbas-m6d3 жыл бұрын
how about save tabe and cross table summery
@beneberuteferra18705 жыл бұрын
Thank you so much Mike, I faced a problem, having an alert "failed to save document". May I get your help please?
@mikejonaseconometrics18864 жыл бұрын
can you post the command you used? maybe I can see the problem then - thanks!
@kolawoleojo2 жыл бұрын
Hello Mike , thanks. However, the "putdocx table=etable" command does not work with "nestreg: reg" command. See the error report: Command : nestreg: reg ........ putdocx table Table1=etable Error report: "information for the estimation table not found; Please replay estimation results and try again" Could you kindly help with this. Thanks
@karakesteven66174 жыл бұрын
Hello! How do you call the document saved I can't find it in my Documents
@mikejonaseconometrics18864 жыл бұрын
Hello! The document will save to your working directory, which can be changed/set in Stata with "file" - "change working directory". Let me know if any other issues come up.
@maithiligurjar10984 жыл бұрын
Hello! I have a question regarding this. If I am working through cisco VPN, on the directory and I want to save it on my local computer, how can I do that? Because I am only able to save the log files on the particular working directory to which I am connected through VPN. Tried changing the work directory but no luck! Please kindly help with this. Thank you in advance:)
@MSCGERECO11203 жыл бұрын
It does not work on bma results
@anwarmohd1844 жыл бұрын
Sir stata screen is not clearly visible please..
@mikejonaseconometrics18864 жыл бұрын
Thank you for letting me know about the technical issue. I will work on re-uploading the topic with better quality.
@asayealamneh40854 жыл бұрын
it is a very interesting video, but not applicable for Stata version 14.1
@mikejonaseconometrics18864 жыл бұрын
Yes, sorry about that - I will add to the description that this command was introduced only in Stata 15. Thanks for watching and please let me know if there are any topics you'd like to see.