I like to do some summary statistic with panel data and like to illustrate some points.
When I use the command below, then I get a nice graph. But as my panle data set contains YR (2004-2014) over 1001 Firms I am not sure how I should interprete the reported LEV (Leverage by Firm) . Is this a mean or how is it calculatet? I haven't found any thing in the internet. Or can i only use the the xtline command for panels?
Many thanks
When I use the command below, then I get a nice graph. But as my panle data set contains YR (2004-2014) over 1001 Firms I am not sure how I should interprete the reported LEV (Leverage by Firm) . Is this a mean or how is it calculatet? I haven't found any thing in the internet. Or can i only use the the xtline command for panels?
Code:
histogram LEV, normal by(IND)
Comment