Announcement

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

  • ASDOCX : How to disclose stars in correlation table?

    Hi,

    I have purchased the package asdocx from Attaullah Shah . I am having a hard time to display stars in the correlation table. Here is what I have so far:

    Code:
    sysuse auto, clear
    asdocx corr price headroom mpg displacement, setstars(***@.01, **@.05, *@.1) replace

  • #2
    I've had good luck communicating with Attaullah. Try that.

    Comment


    • #3
      No idea, but please watch out. Attaullah Shah offers access to this command for money and there may be a confidentiality clause in an associated agreement. No idea; but surely he can clarify what is allowed.

      Comment


      • #4
        Francois Durant I was away for few days, this is why my response is coming a bit late. Like in Stata, stars are allowed with the pwcorr command, not the cor command.

        See this example
        Code:
        sysuse auto, clear
        asdocx pwcorr price headroom mpg displacement, setstars(***@.01, **@.05, *@.1) replace star(all)
        Click image for larger version

Name:	Capture.PNG
Views:	1
Size:	16.7 KB
ID:	1632550

        Last edited by Attaullah Shah; 20 Oct 2021, 07:51.
        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

        Working...
        X