Dear Community,
I have panel data on companies. I wanna have a list of the companies (var company) for which an indicator( var ind) is greater than 50. Since I have a panel I have reapeted company names when I type:
list company if ind>50
I don't wanna know how many times a given company had an indicator greater than 50. I just wanna know for which companies it occured that an indicator was greater than 50.
I have panel data on companies. I wanna have a list of the companies (var company) for which an indicator( var ind) is greater than 50. Since I have a panel I have reapeted company names when I type:
list company if ind>50
I don't wanna know how many times a given company had an indicator greater than 50. I just wanna know for which companies it occured that an indicator was greater than 50.
Comment