viewing LaTeX table in R?

Hi!

I've been using the fixest package to run regression models with fixed effects. The package includes etable() which will display the table in a nice readable format but doesn't look good enough to put into an article. It also offers the option to use the tex argument which will return something like

\begin{table}[htbp]
\centering
\caption{Virginia Metro Counties}
\begin{tabular}{lc}
\tabularnewline\toprule\toprule
Dependent Variable:&emp\_growth\_rate\\
Model:&(1)\\
\midrule
\emph{Variables}&  \\
connected&2.341\\
  &(2.321)\\
pct\_traded\_emp&-0.0109\\
  &(0.1139)\\
\midrule
\emph{Fixed-effects}&  \\
cluster & Yes\\
county\_id & Yes\\
\midrule
\emph{Fit statistics}&  \\
Observations & 1,105\\
R$^2$ & 0.24945\\
Within R$^2$ & 0.00125\\
\bottomrule\bottomrule
\multicolumn{2}{l}{\emph{cluster standard-errors in parentheses}}\\
\multicolumn{2}{l}{\emph{Signif. Codes: ***: 0.01, **: 0.05, *: 0.1}}\\
\end{tabular}
\end{table}

Is there any way to easily display this as a table without installing LaTeX?

Thank you!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.