Announcement

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

  • Adding 4 arguments in setstars() of asdoc / asdocx

    I seem to experience an issue with the setstars() arguments using asdoc or asdocx. It seems that it is not possible to add more than three different significance levels.

    For instance, the following code does not work:

    setstars(†@.1, ***@.001, **@.01, *@.05)


    That is very unfortunate. Doesn't this work? Thank you very much, and kind regards,

  • #2
    Hello Liliani Costari
    I have added the requested feature to asdocx. Now you can add up to 4 arguments in the setstars() option. To update, type:

    Code:
    asdocx_update
    Here are few examples.

    1. Detailed regressions

    Code:
    asdocx reg wage age race married never_married grade  south smsa  tenure industry occupation , setstars(†@.1, ***@.001, **@.01, *@.05) replace tzok
    Click image for larger version

Name:	detailed.PNG
Views:	1
Size:	73.8 KB
ID:	1640618


    2. Nested Regressions

    Code:
    asdocx reg wage age race married never_married grade  south smsa  tenure industry ///
        occupation , setstars(†@.1, ***@.001, **@.01, *@.05) replace tzok nest
    
    asdocx reg wage age race married never_married grade  south smsa  tenure , ///
         setstars(†@.1, ***@.001, **@.01, *@.05)  tzok nest
    
    asdocx reg wage age race married never_married grade,   ///
     setstars(†@.1, ***@.001, **@.01, *@.05)  tzok nest
    Click image for larger version

Name:	nested.PNG
Views:	1
Size:	47.6 KB
ID:	1640619

    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
      I just checked the updated version of asdocx and it is working fine. Such a wonderful package.

      Comment

      Working...
      X