Preamble:
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage[bottom]{footmisc}
\usepackage{harvard}
\setcounter{secnumdepth}{0}
Code: Select all
\begin{table}[h]
\centering
\begin{tabular}{l|ccccccccc}
\hline
\hline
& (1) & (2) & (3) & (4) & (5) & (6) & (7) & (8) & (9) \\
\hline
Quality of Governance, 2002 & 2.59 & 1.53 & 2.63 & 1.27 & 2.59 & 2.73 & 2.51 & 2.65 & 1.32 \\
& (0.57) & (0.55) & (0.55) & (0.52) & (0.57) & (0.6) & (0.56) & (0.58) & (0.52) \\
\hline
Africa Dummy & & -0.81 & & -0.92 & & & & & -0.96 \\
& & (0.19) & & (0.19) & & & & & (0.2) \\
Asia Dummy & & & 0.11 & -0.17 & & & & & -0.29 \\
& & & (0.18) & (0.16) & & & & & (0.18) \\
Prop of Catholics & & & & & 0.001 & & & 0.001 & 0.0002 \\
& & & & & (0.02) & & & (0.003) & (0.002) \\
Prop of Muslims & & & & & & 0.002 & & 0.002 & 0.003 \\
& & & & & & (0.002) & & (0.003) & (0.003) \\
Prop of Protestants & & & & & & & -0.008 & -0.007 & -0.003 \\
& & & & & & & (0.004) & (0.004) & (0.004) \\
$R^2$ & 0.59 & 0.72 & 0.59 & 0.74 & 0.59 & 0.57 & 0.61 & 0.6 & 0.74 \\
\hline
\end{tabular}
\caption{Robustness Checks}
\end{table}
Thanks.