Hi,
When I use esttab output (in red) in the beamer, I am heaving a lot of errors.
Illegal parameter number in definition of \test.
<to be read again>
1
l.501 \end{adjustbox}
Is this the correct way to do this?
Thank you in advance for your suggestions...
NK
\begin{frame}\frametitle{GMM- High/Medium/Low Exporters}
\begin{center}
\begin{adjustbox}{max width=\textwidth}
\scriptsize
{
\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi}
\begin{tabular}{l*{3}{c}}
\hline\hline
&\multicolumn{1}{c}{(1)}&\multicolumn{1}{c}{(2)}&\ multicolumn{1}{c}{(3)}\\
&\multicolumn{1}{c}{Log (Real Exports)}&\multicolumn{1}{c}{Log (Real Exports)}&\multicolumn{1}{c}{Log (Real Exports)}\\
\hline
L.Log (Real Exports)& 0.21\sym{***}& 0.21\sym{***}& 0.20\sym{***}\\
& (6.51) & (6.47) & (6.38) \\
[1em]
REER Volatility & -1.07 & -1.05 & -1.00 \\
& (-1.23) & (-1.21) & (-1.16) \\
[1em]
REER Change & -0.41\sym{***}& -0.20\sym{*} & -0.32\sym{***}\\
& (-4.48) & (-1.66) & (-4.03) \\
[1em]
High Exporter * REER Change& 0.23\sym{*} & & \\
& & & (0.03) \\
\hline
Observations & 20769 & 20769 & 20769 \\
\hline\hline
\multicolumn{4}{l}{\footnotesize Marginal effects; \textit{t} statistics in parentheses}\\
\multicolumn{4}{l}{\footnotesize (d) for discrete change of dummy variable from 0 to 1}\\
\multicolumn{4}{l}{\footnotesize \sym{*} \(p<0.10\), \sym{**} \(p<0.05\), \sym{***} \(p<0.01\)}\\
\end{tabular}
}
\end{adjustbox}
\end{center}
\end{frame}
When I use esttab output (in red) in the beamer, I am heaving a lot of errors.
Illegal parameter number in definition of \test.
<to be read again>
1
l.501 \end{adjustbox}
Is this the correct way to do this?
Thank you in advance for your suggestions...
NK
\begin{frame}\frametitle{GMM- High/Medium/Low Exporters}
\begin{center}
\begin{adjustbox}{max width=\textwidth}
\scriptsize
{
\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi}
\begin{tabular}{l*{3}{c}}
\hline\hline
&\multicolumn{1}{c}{(1)}&\multicolumn{1}{c}{(2)}&\ multicolumn{1}{c}{(3)}\\
&\multicolumn{1}{c}{Log (Real Exports)}&\multicolumn{1}{c}{Log (Real Exports)}&\multicolumn{1}{c}{Log (Real Exports)}\\
\hline
L.Log (Real Exports)& 0.21\sym{***}& 0.21\sym{***}& 0.20\sym{***}\\
& (6.51) & (6.47) & (6.38) \\
[1em]
REER Volatility & -1.07 & -1.05 & -1.00 \\
& (-1.23) & (-1.21) & (-1.16) \\
[1em]
REER Change & -0.41\sym{***}& -0.20\sym{*} & -0.32\sym{***}\\
& (-4.48) & (-1.66) & (-4.03) \\
[1em]
High Exporter * REER Change& 0.23\sym{*} & & \\
& & & (0.03) \\
\hline
Observations & 20769 & 20769 & 20769 \\
\hline\hline
\multicolumn{4}{l}{\footnotesize Marginal effects; \textit{t} statistics in parentheses}\\
\multicolumn{4}{l}{\footnotesize (d) for discrete change of dummy variable from 0 to 1}\\
\multicolumn{4}{l}{\footnotesize \sym{*} \(p<0.10\), \sym{**} \(p<0.05\), \sym{***} \(p<0.01\)}\\
\end{tabular}
}
\end{adjustbox}
\end{center}
\end{frame}
Comment