Thanks for your kind words. Please do cite asdoc in your research. For the In-text citation , you can write: Tables were created using asdoc, a Stata program written by Shah (2018). And in the bibliography " Shah, A. (2018). ASDOC: Stata module to create high-quality tables in MS Word from Stata output. Statistical Software Components S458466, Boston College Department of Economics.
Dr. Tara Blckshear has asked how to add significance to correlation. The asdoc help file provides several examples on exporting correlation matrix and reporting either the level of significance or stars. The following two examples are borrowed from the help file. The help file can be read by typing help asdoc Example 1 : Add significance level to each entry sysuse auto, clear asdoc pwcorr price headroom mpg displacement, sig Example 2: Add stars to correlations significant at the 1% level asdoc pwcorr price headroom mpg displacement, star(.01)
Hello, if I want to report 25th and 75th percentiles for a variables through asdoc, then how would I do that? And what if I do not want to report the Min and Max?
For adding stars to correlation table, you can use the pwcorr command, see more on this here fintechprofessor.com/2019/06/01/export-correlation-table-to-word-with-stars-and-significance-level-using-asdoc/
Thanks Sir G, i used this command, asdoc bysort facility_type: tabstat patients_seen patients_dischared, stat(sum > ) by (period) but the output i had did not show the split in the period, it did not use this by (period). How do i get the output to show the periods.
You can use either bysort or by(), not both of them. If you want to report the statistics by(period) with bysort facility_type: asdoc tabstat ..., then you may use a loop over the periods without using by(period) option. If you face difficulty, you may post your question with some data on this forum fintechprofessor.com/forums/forum/asdoc/
If you like asdoc, you shall like asdocx even more. asdocx can export to Excel and has tons of other features, see this link for details fintechprofessor.com/asdocx/
@@alinik4737 How did you delete them? The installations automatic and it installs three files. asdoc.ado, lasdoc.mlib and asdoc.sthlp. The error you are getting shows that the lasdoc.mlib file was not properly installed. This also might happen if you are installing the file on a computer that does not allow installations. For direct help on this, please contact at attaullah.shah@imsciences.edu.pk
@@StataProfessor I deleted the folder directly on my system. It is possible that my admin doesnt allow for installations of certain files. so that can be the problem. Thanks
Osama Mahmood has asked "how to report 25th and 75th percentiles with asdoc. I provide detailed comments and examples in this blog post fintechprofessor.com/2018/09/20/asdoc-exporting-customized-descriptive-statistics-from-stata-to-ms-word-rtf/
Thanks sir G
Proud of you❤️❤️❤️
Student of IMS
I am writing my Master Thesis. It saves my life. Thank you very much!
Thanks for your kind words. Please do cite asdoc in your research. For the In-text citation
, you can write:
Tables were created using asdoc, a Stata program written by Shah (2018).
And in the bibliography
"
Shah, A. (2018). ASDOC: Stata module to create high-quality tables in MS Word from Stata output. Statistical Software Components S458466, Boston College Department of Economics.
This is a life and time saver!
Dr. Tara Blckshear has asked how to add significance to correlation. The asdoc help file provides several examples on exporting correlation matrix and reporting either the level of significance or stars. The following two examples are borrowed from the help file. The help file can be read by typing
help asdoc
Example 1 : Add significance level to each entry
sysuse auto, clear
asdoc pwcorr price headroom mpg displacement, sig
Example 2: Add stars to correlations significant at the 1% level
asdoc pwcorr price headroom mpg displacement, star(.01)
wonderful!! I found a great professor
Simply outstanding, great for my workflow.
Very insightful.
Any update for SEM using mlmv method?
Thank you!
Great, but how can i add graphics to the sheet results?
Hello, if I want to report 25th and 75th percentiles for a variables through asdoc, then how would I do that? And what if I do not want to report the Min and Max?
How do you add significance to the correlation matrix?
For adding stars to correlation table, you can use the pwcorr command, see more on this here fintechprofessor.com/2019/06/01/export-correlation-table-to-word-with-stars-and-significance-level-using-asdoc/
Thanks Sir G, i used this command, asdoc bysort facility_type: tabstat patients_seen patients_dischared, stat(sum
> ) by (period) but the output i had did not show the split in the period, it did not use this by (period). How do i get the output to show the periods.
You can use either bysort or by(), not both of them. If you want to report the statistics by(period) with bysort facility_type: asdoc tabstat ..., then you may use a loop over the periods without using by(period) option. If you face difficulty, you may post your question with some data on this forum fintechprofessor.com/forums/forum/asdoc/
Great package!
Hi. I have installed asdoc but when running 'asdoc sum, save(ICC) it shows as invalid syntax - any idea why?
Did you type exactly 'asdoc sum, save(ICC) because I am seeing a single quote before asdoc. Try
asdoc sum, replace
thanks a lot for this video kindly can you tell me how can I get 3 levels of significant (.01,.05,.10) correlation table thanks again adv.
I mean how to get significant * sign-on correlation table
If you like asdoc, you shall like asdocx even more. asdocx can export to Excel and has tons of other features, see this link for details fintechprofessor.com/asdocx/
If picture is plotted then how to append
it shows me this error
: 3499 func_detailed_reg() not found
Your installation was not successful, please reinstall with
ssc install asdoc, replace
@@StataProfessor I deleted the files and reinstalled it. It still gives same error
@@alinik4737 How did you delete them? The installations automatic and it installs three files. asdoc.ado, lasdoc.mlib and asdoc.sthlp. The error you are getting shows that the lasdoc.mlib file was not properly installed. This also might happen if you are installing the file on a computer that does not allow installations. For direct help on this, please contact at attaullah.shah@imsciences.edu.pk
@@StataProfessor I deleted the folder directly on my system. It is possible that my admin doesnt allow for installations of certain files. so that can be the problem. Thanks
Excellent
Salam. My stata is giving error 199- unrecognized command. Can someone please help?
You first need to install asdoc, type this in the Stata Command window:
ssc install asdoc
how to merge pooled , fixed and random in one table
ua-cam.com/video/61ks3cMPz3c/v-deo.html
Osama Mahmood has asked "how to report 25th and 75th percentiles with asdoc. I provide detailed comments and examples in this blog post fintechprofessor.com/2018/09/20/asdoc-exporting-customized-descriptive-statistics-from-stata-to-ms-word-rtf/