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
Calculating Standard Deviation of the ResidualsHi all, I ran an ECM and after this, I want to inspect the Standard Deviation of the Residuals plot …
how to run a DEA meta frontière in stata?I want to implement a meta boundary model to take into account the specificity of each group in the …
How to check if variables in varlist are registered as regular or imputedI'm trying to write a loop that iterates through every single variable in a varlist and performs dif…
Endogeneity in non-structural modelingHello Stata users, Can you pleas tell me how we can adress endogeniety in non-structural modeling? …
Create a table with sectoral share valuesDear all, I am currently working with a dataset that contains information on quarterly gross value …
Subscribe to:
Post Comments (Atom)
0 Response to Events not recognized, multiple events per group
Post a Comment