Hey!
I want to create an overview of my paneldataset and like to show an overview of the included companies.
Therefore I like to include certain key figures like the mean firm value of the company over the sample period.
I started by seperating the different industries I have in my data but the next step is missing:
I hope I have expressed myself clearly, thanks a lot for your advice!
I want to create an overview of my paneldataset and like to show an overview of the included companies.
Therefore I like to include certain key figures like the mean firm value of the company over the sample period.
I started by seperating the different industries I have in my data but the next step is missing:
Code:
tab companyname if _est_reg1==1 & industry_cl=="Mining"

Comment