Announcement

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

  • Propensity score matching by sectors.

    Dear Statalisters,

    I need your precious help. More specifically in my project , I manage multinational and domestic companies (0,1) and I want to see what role they play by sector (102) in tax avoidance. In order to make the figures comparable I apply propensity score matching and in particular the nearest neighbor matching method. But there is no result in the output. Is there any way to do matching by sector and display the statistical significance of each?
    The code I am using is the following:

    -------------------------- BEGIN CODE -------------------------

    global treatment Mulitinational
    global ylist tax avoidance
    global xlist sector
    global breps 5

    * Propensity score matching with common support
    pscore $treatment $xlist, pscore(myscore) blockid(myblock) comsup

    * Nearest neighbor matching
    attnd $ylist $treatment $xlist, pscore(myscore) comsup dots


    -------------------------- END CODE -------------------------

    Thank you very much in advance. Please let me know if I need to clarify any further.
Working...
X