I am trying to execute the following code. But the output gets scrambled and hence I can not distinguish the results.
estout HurrReg9 HurrReg10 HurrReg11 HurrReg13 HurrReg14 HurrReg15 ///
Coastal9 Coastal10 Coastal11 Coastal13 Coastal14 Coastal15 ///
Rainreg9 Rainreg10 Rainreg11 Rainreg13 Rainreg14 Rainreg15 ///
WindCont9 WindCont10 WindCont11 WindCont13 WindCont14 WindCont15 ///
, cells(b(star fmt(3)) se(par fmt(2))) ///
keep (`treat_vars') ///
stats(N r2 r2_a p, labels("Observations" "R-square" "Adjusted R-square" "Model Significance")) ///
title("Regression Results")
estout HurrReg9 HurrReg10 HurrReg11 HurrReg13 HurrReg14 HurrReg15 ///
Coastal9 Coastal10 Coastal11 Coastal13 Coastal14 Coastal15 ///
Rainreg9 Rainreg10 Rainreg11 Rainreg13 Rainreg14 Rainreg15 ///
WindCont9 WindCont10 WindCont11 WindCont13 WindCont14 WindCont15 ///
, cells(b(star fmt(3)) se(par fmt(2))) ///
keep (`treat_vars') ///
stats(N r2 r2_a p, labels("Observations" "R-square" "Adjusted R-square" "Model Significance")) ///
title("Regression Results")
Comment