Hello,
I am struggling to correctly output a table label using latex. The problem is that each of my new tables keep getting labeled "Table 1:...", when I would like them to be Table 2, 3 and so on. I have tried placing the label above or below the caption but nothing seems to change. What am I doing wrong? Thank you for your help!
My stata code is as follows:
esttab * using wages1.tex, replace se ar2 title(Women's Income\label{tab2}) label replace
This is what I see in the latex:
\begin{table}[htbp]\centering
\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi}
\caption{Women's Income\label{tab2}}
\begin{tabular}{l*{5}{c}}
Related Posts with Editing table label using latex
Cumulative sums in descending order within groupsHello Statalisters, I'm using Stata 16.1, and I have panel data in which the unit of observation is…
5 * 5 regression results in one tableDear all, I would like to prepare a large table that contains the main coefficient of 25 regression…
Regression modelHello, I have this question: Given the linear model, if B changes by 3 percentage points and A is co…
Chained Imputation - Auxiliary variablesHello I'm trying to do MICE imputation in Stata. I have 17 variables in the analysis model and I h…
Stata regression output failHey Stata community, I just ran a few regressions and was wondering why Stata isn't telling me all …
Subscribe to:
Post Comments (Atom)
0 Response to Editing table label using latex
Post a Comment