Hi all! I have to write my MSc thesis, using STATA, and I am not much of a star when it comes to STATA.
I have made a panel data set for 38 countries with data on BankConcentration and BankAssetConcentration (measures the amount of market share for either the largest 3 or five banks) for the years 2000-2020 (yearly data). Some data is missing (not sure if this is important).
I managed to get a stable with the average BankConcentration and BankAssetConcentration by doing:
table Country, c(mean BankConcentration mean BankAssetConcentration) format(%2.1f)
However, I would also like to add the change in BankConcentration and BankAssetConcentration from 2000 to 2020. So not yearly, just between 2000 and 2020.
Anyone able to help me?
All the best,
Floris Groenendijk
I have made a panel data set for 38 countries with data on BankConcentration and BankAssetConcentration (measures the amount of market share for either the largest 3 or five banks) for the years 2000-2020 (yearly data). Some data is missing (not sure if this is important).
I managed to get a stable with the average BankConcentration and BankAssetConcentration by doing:
table Country, c(mean BankConcentration mean BankAssetConcentration) format(%2.1f)
However, I would also like to add the change in BankConcentration and BankAssetConcentration from 2000 to 2020. So not yearly, just between 2000 and 2020.
Anyone able to help me?
All the best,
Floris Groenendijk
Comment