Dear Statalisters,
In my current research, I am looking into the difference of performance in REITs caused by advisory-style.
I am having troubles matching two datasets.The first time series dataset consists of data on REITs that are externally advised, and the second time series dataset consists of REITs that are internally advised.
I have data on the following company characteristics:
Tobin's Q (Q)
Age (Age)
Total Assets (TA)
Market Capitalization (MCAP)
Total debt/Total capitalization (Debt)
Funds from operations/total revenue (FFO)
I would like to merge and match the databases based on the above mentioned company characteristics using propensity scores. This way i have "comparable" companies with different advisory styles. This allowes me to build a regression of Q on a dummy of advisory style (treatment) and controll for the company characteristics:
Q=constant+b1Advisory+Age+TA+MCAP+Debt+FFO
In matching the two datasets, I want to identify also which companies are matched together, so for example company A is comparable with company XY and XZ.I have google and youtube searched a lot but I cannot figure out the right method to do this with STATA.
Does anyone know how to approach this using stata? I've tried psmatch2 but it didnt really do what i described above.
Thanks for your help, I am happy to provide additional information if necesarry
Casper
some example data:
In my current research, I am looking into the difference of performance in REITs caused by advisory-style.
I am having troubles matching two datasets.The first time series dataset consists of data on REITs that are externally advised, and the second time series dataset consists of REITs that are internally advised.
I have data on the following company characteristics:
Tobin's Q (Q)
Age (Age)
Total Assets (TA)
Market Capitalization (MCAP)
Total debt/Total capitalization (Debt)
Funds from operations/total revenue (FFO)
I would like to merge and match the databases based on the above mentioned company characteristics using propensity scores. This way i have "comparable" companies with different advisory styles. This allowes me to build a regression of Q on a dummy of advisory style (treatment) and controll for the company characteristics:
Q=constant+b1Advisory+Age+TA+MCAP+Debt+FFO
In matching the two datasets, I want to identify also which companies are matched together, so for example company A is comparable with company XY and XZ.I have google and youtube searched a lot but I cannot figure out the right method to do this with STATA.
Does anyone know how to approach this using stata? I've tried psmatch2 but it didnt really do what i described above.
Thanks for your help, I am happy to provide additional information if necesarry
Casper
some example data:
Company name | Total Assets (TA) | Market Capitalization (MCAP) | FFO (FFO) | Debt | Age | Property Type | Company Self-advised? Yes/No | |
2015Q4 | company x | 1447808 | 1961,340946 | 15,46336554 | 6,21 | 12 | Diversified | No |
2015Q3 | company x | 1456701 | 1909,717304 | 18,29745597 | 5,11 | 12 | Diversified | No |
2015Q2 | company x | 1417939 | 2093,54036 | 21,26556017 | 4,82 | 12 | Diversified | No |
2015Q1 | company x | 1432872 | 2331,38697 | 23,20020325 | 4,92 | 12 | Diversified | No |
2015Q4 | company y | 1418392 | 2232,326767 | 21,90280561 | 4,99 | 8 | Diversified | Yes |
2015Q3 | company y | 1465437 | 1909,257746 | 19,15522541 | 4,88 | 8 | Diversified | Yes |
2015Q2 | company y | 1449856 | 1886,586236 | 19,61093418 | 4,71 | 8 | Diversified | Yes |
2015Q1 | company y | 1452043 | 1843,285694 | 20,51079545 | 4,4 | 8 | Diversified | Yes |
2015Q4 | company y | 1454478 | 1685,04468 | 18,33333333 | 4,5 | 8 | Diversified | Yes |
Comment