Writing all statistics to a single Word file from Stata with asdoc

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 33

  • @Abcilswd
    @Abcilswd 5 лет назад +3

    I am writing my Master Thesis. It saves my life. Thank you very much!

    • @StataProfessor
      @StataProfessor  5 лет назад

      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.

  • @hafeez4242
    @hafeez4242 5 лет назад +3

    Thanks sir G
    Proud of you❤️❤️❤️
    Student of IMS

  • @StataProfessor
    @StataProfessor  5 лет назад +1

    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)

  • @daigak1603
    @daigak1603 3 года назад +1

    This is a life and time saver!

  • @zhangjike5469
    @zhangjike5469 6 лет назад +1

    Simply outstanding, great for my workflow.

  • @shanmohammad4193
    @shanmohammad4193 4 года назад

    wonderful!! I found a great professor

  • @samueltlsenzani1665
    @samueltlsenzani1665 Год назад

    Very insightful.

  • @zubiahmmad4452
    @zubiahmmad4452 4 года назад

    Any update for SEM using mlmv method?
    Thank you!

  • @victorcoronel6181
    @victorcoronel6181 4 года назад

    Great, but how can i add graphics to the sheet results?

  • @jingweisun4281
    @jingweisun4281 3 года назад

    Great package!

  • @osamamahmood2868
    @osamamahmood2868 6 лет назад

    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?

  • @mirtuhin5575
    @mirtuhin5575 4 года назад

    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.

    • @mirtuhin5575
      @mirtuhin5575 4 года назад

      I mean how to get significant * sign-on correlation table

  • @dr.tarablackshear71
    @dr.tarablackshear71 5 лет назад +1

    How do you add significance to the correlation matrix?

    • @AttaullahShah
      @AttaullahShah 5 лет назад

      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/

  • @StataProfessor
    @StataProfessor  4 года назад

    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/

  • @janeamponsah4085
    @janeamponsah4085 4 года назад

    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.

    • @StataProfessor
      @StataProfessor  4 года назад

      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/

  • @helenford9549
    @helenford9549 4 года назад

    Hi. I have installed asdoc but when running 'asdoc sum, save(ICC) it shows as invalid syntax - any idea why?

    • @AttaullahShah
      @AttaullahShah 4 года назад

      Did you type exactly 'asdoc sum, save(ICC) because I am seeing a single quote before asdoc. Try
      asdoc sum, replace

  • @poonambajaj17
    @poonambajaj17 5 лет назад

    If picture is plotted then how to append

  • @saburuddin7245
    @saburuddin7245 6 лет назад

    Excellent

  • @alinik4737
    @alinik4737 4 года назад

    it shows me this error
    : 3499 func_detailed_reg() not found

    • @StataProfessor
      @StataProfessor  4 года назад

      Your installation was not successful, please reinstall with
      ssc install asdoc, replace

    • @alinik4737
      @alinik4737 4 года назад

      @@StataProfessor I deleted the files and reinstalled it. It still gives same error

    • @StataProfessor
      @StataProfessor  4 года назад

      @@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

    • @alinik4737
      @alinik4737 4 года назад

      @@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

  • @tasneemkhan7477
    @tasneemkhan7477 5 лет назад

    how to merge pooled , fixed and random in one table

    • @AttaullahShah
      @AttaullahShah 5 лет назад +1

      ruclips.net/video/61ks3cMPz3c/видео.html

  • @eshaehsan6303
    @eshaehsan6303 4 года назад

    Salam. My stata is giving error 199- unrecognized command. Can someone please help?

    • @AttaullahShah
      @AttaullahShah 4 года назад +1

      You first need to install asdoc, type this in the Stata Command window:
      ssc install asdoc

  • @StataProfessor
    @StataProfessor  6 лет назад

    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/