Hi, I'm new on this plattform. I have a question regarding my logout command. I'm trying to add a title on my new created descriptive statistics table. I want to add something like this title(Table 1. Descriptive statistics). I don't think this is a variable problem, for this reason I only add my command:
areg LLP Tier1_Cap EBP D_NPA_tp1 D_NPA D_NPA_L1 D_NPA_L2 SIZE_L1 D_Loan D_GDP CSRET D_UNEMP ALW_L1 CO i.Period if financialinstitutionfilingtype==51, robust absorb(State) cluster(idrssd)
gen Basic2=(e(sample))
logout, save(Smallbanks) excel replace:tabstat LLP Tier1_Cap EBP D_NPA_tp1 D_NPA D_NPA_L1 D_NPA_L2 SIZE_L1 D_Loan D_GDP CSRET D_UNEMP ALW_L1 CO if financialinstitutionfilingtype==51 & Basic2==1, statistics(n mean sd p5 p25 median p75 p95) columns(statistics)
Does someone know how to handle this problem?
Thanks in advance!
areg LLP Tier1_Cap EBP D_NPA_tp1 D_NPA D_NPA_L1 D_NPA_L2 SIZE_L1 D_Loan D_GDP CSRET D_UNEMP ALW_L1 CO i.Period if financialinstitutionfilingtype==51, robust absorb(State) cluster(idrssd)
gen Basic2=(e(sample))
logout, save(Smallbanks) excel replace:tabstat LLP Tier1_Cap EBP D_NPA_tp1 D_NPA D_NPA_L1 D_NPA_L2 SIZE_L1 D_Loan D_GDP CSRET D_UNEMP ALW_L1 CO if financialinstitutionfilingtype==51 & Basic2==1, statistics(n mean sd p5 p25 median p75 p95) columns(statistics)
Does someone know how to handle this problem?
Thanks in advance!