Hello everybody,
I need your help. I would like to generate a summary of all companies. The companies are categorized (Large=Dummy Variable 1 and SME=Dummy Variable 0).
The summary should show the number of all companies by category and GICS Sector. Example: In GICS sector 20 the number of large firms is 2 and SME 0.
Thanks for your help!
I need your help. I would like to generate a summary of all companies. The companies are categorized (Large=Dummy Variable 1 and SME=Dummy Variable 0).
The summary should show the number of all companies by category and GICS Sector. Example: In GICS sector 20 the number of large firms is 2 and SME 0.
Thanks for your help!
HTML Code:
Observation | Company-Name | Category | GICS Sector 1 Test A 1 10 2 Test B 0 45 3 Test C 1 20 4 Test D 1 20

Comment