Dear friends,
I have a question regarding displaying results within the quintile size =1 and quintile size = 5 only.
I have assigned my continuous variable firm size (lnsize) 5 ranks as below:
egen quintile_lnsize = xtile(lnsize), by(fyear) nq(5)
So now in my panel data, i want my results to be restricted under Size Quintile =1, what is the command to be able to do this?
Something like Tabstat ... in range ( .....)
Can someone help me pls!!!
Many thanks,
Stanny
I have a question regarding displaying results within the quintile size =1 and quintile size = 5 only.
I have assigned my continuous variable firm size (lnsize) 5 ranks as below:
egen quintile_lnsize = xtile(lnsize), by(fyear) nq(5)
So now in my panel data, i want my results to be restricted under Size Quintile =1, what is the command to be able to do this?
Something like Tabstat ... in range ( .....)
Can someone help me pls!!!
Many thanks,
Stanny
Comment