Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • setstars function using asdoc

    Dear Statalist Users,

    I am using the wonderful installation package asdoc and I am very grateful, that I found it - thank you so much!

    I have one little question about the setstars function of asdoc. I looked at the manual and did everything as described, but the setstars function does not seem to work in my case. I want to create the following significance levels: *** for p-value .001, ** for p-value .01 , * for p-value .05 and + for p-value .1. My code is the following:


    Code:
     asdoc xtreg depvar indepvar time industry, vce(cluster id) save(myfile) fs(8)  drop (industry) add(industry dummies, YES) dec(3) setstars(***@.001, **@.01, *@.05, [email protected])  nest replace
    however, the above code, does always result in this:
    Standard errors are in parentheses
    *** p<0.01, ** p<0.05, * p<0.1
    I would be very grateful is somebody could help me with this matter! Many thanks in advance!

    Alex
    Last edited by Alexandra Hofmockel; 26 Oct 2021, 03:25.

  • #2
    Thanks for your kinds words and your feedback on asdoc. I shall check it and get back with an update in a couple of days. One point to be noted is that the setstars() option accepts three pairs of stars and the corresponding statistical level, therefore the last part of the text i.e. [email protected] will be ignored.
    You may also like asdocx, that is more powerful than asdoc.
    Regards
    --------------------------------------------------
    Attaullah Shah, PhD.
    Professor of Finance, Institute of Management Sciences Peshawar, Pakistan
    FinTechProfessor.com
    https://asdocx.com
    Check out my asdoc program, which sends outputs to MS Word.
    For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.

    Comment


    • #3
      Thank you so much for your fast and helpful response, Mr. Attaullah Shah! I will directly try out asdocx!

      Comment

      Working...
      X