Hi there,
Im currently working on a project in which i have to compute the marketcap of an acquirer 11 days before the announcement date (t-11). But Per acquirer I have got multiple acquisitions, which means multiple announcements dates.
If I want to compute the marketcap of the acquirer 11 days before the announcement date, stata does not recognize the fact that i ve got multiple transactions per acquirer...
Every acquirer has a Unique code (cusip6)
This is the code Im running, but it is wrong...:
"bysort dateannounced: gen marketcap_acquirer = (share_outstanding * price) if t== -11 "
What am I doing wrong?
Could anyone help me out?
Thanks in advance
Noud
Related Posts with Events not recognized, multiple events per group
Trade estimation using the PPML methodDear Joao, I am working on trade potential estimation between Morocco and it's principal commercial …
Merging two data filesNewbie here. I am trying to merge two files - one is a headteacher survey from 200 schools. The sec…
Two line frequency graph helpHello everyone. I've been trying to figure this out on my own but I haven't been very successful. I…
Create a variable from other dummiesHello, I have 4 variables (coded 1=yes; 0=no) that tap into whether respondents used social media d…
How to add label to bar graphDear all, I am trying to add country labels to my bar graph, but somehow I cannot figure out how to…
Subscribe to:
Post Comments (Atom)
0 Response to Events not recognized, multiple events per group
Post a Comment