Hi all,
I am writing my masters thesis on the effect of market competition on risk-taking behavior of banks. My main explanatory variable will be a measure of market concentration (HHI index or entropy).
I am working with the Call Report data for US banks which is a panel data set that has all the banks in the US per year (2000 - 2020) and I would like to generate the HHI index per company per the respective year however I think my approach is wrong. I attempted to use the following code:
entropyetc Assets, by(cert)
"Assets" being all the assets under management and "Cert" representing the unique ID of each bank.
When I run the code however the output says "nothing to do"
I would appreciate any input on this!
Viktor
I am writing my masters thesis on the effect of market competition on risk-taking behavior of banks. My main explanatory variable will be a measure of market concentration (HHI index or entropy).
I am working with the Call Report data for US banks which is a panel data set that has all the banks in the US per year (2000 - 2020) and I would like to generate the HHI index per company per the respective year however I think my approach is wrong. I attempted to use the following code:
entropyetc Assets, by(cert)
"Assets" being all the assets under management and "Cert" representing the unique ID of each bank.
When I run the code however the output says "nothing to do"
I would appreciate any input on this!
Viktor
Comment