Announcement

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

  • testing a dummy variable in standard event study

    I’m doing an event study using the syntax from Princeton: http://dss.princeton.edu/online_help...ventstudy.html

    I’m testing stock response to a given public announcement. I have also created a dummy variable that indicates if announcement mentioned a keyword. How do I test the significance of the dummy?

  • #2
    Let the dummy variable be keyword. Starting from the Princeton example, here's a command that tests the whether the average abnormal response differs between companies whose announcements did and did not mention of the keyword.

    Code:
    reg cumulative_abnormal_return keyword if dif==0, robust
    You apparently missed the FAQ request, often strongly repeated on the list, to create a user-name that is your full real name (first and last). To change your user-name, contact the site administrator ("CONTACT US" link below).
    Steve Samuels
    Statistical Consulting
    [email protected]

    Stata 14.2

    Comment

    Working...
    X