I have already coded the table but I need to adjust it to stay inside the format.
\usepackage{booktabs}
\usepackage{fouriernc}
\begin{document}
\begin{table} [h]
\centering
\begin{tabular}{l c c c c c c c c}p{2cm}
\toprule
\toprule
& \multicolumn{5}{c}{\textbf{Share of audited resources involving corruption}} \\
\cmidrule(l){2-8}
\textbf{Dependent variable} & OLS & OLS & OLS & OLS & OLS & OLS & Match & Tobit\\
& (1) & (2) & (3) & (4) & (5) & (6) & (7) & (8) \\
\midrule
Mayor in first term & -.0188012 & -.0197694 & -.0200195 & -.0235394 & -.0261273 & & -.0301907 & -.0418462 \\
& (0.041) & (-.022) & (0.044 ) & (0.014) & (0.009 ) & & 0.003 & 0.003 \\
$R^2$ & 0.0084 & 0.0772 & 0.1015 & 0.1158 & 0.1401 & & n/a & n/a \\
Observations & 476 & 476 & 476 & 476 & 476 & 476 & 476 & 476\\
\midrule
\midrule
\end{tabular}
\caption{The Effects of Reelection Incentives on Corruption}
\label{tab:template}
\end{table}
\end{document}

\begin{tabular}{l c c c c c c c c p{2cm}}instead of\begin{tabular}{l c c c c c c c c}p{2cm}. On the other hand, you don't really need this tenth column as you only really use the first nine, so\begin{tabular}{l c c c c c c c c }should also be sufficient. – leandriis Nov 11 '21 at 19:21figurebut about atable. – Peter Wilson Nov 11 '21 at 19:23