Is there a way that I can define the ordering of a table as "Table 1.1" instead of "Table 1.I". I would like to use just numbers at the ordering instead of roman numbers. I put the code of my table below, but I suppose that I might define this in another command.
Thanks in advance.
Marcio
Code: Select all
Code, edit and compile here:
\begin{center}\begin{table}[!ht] \footnotesize\caption{Mean, bias, variance, relative bias and relative stability for the mean, median, quantile (0.9) and Gini coefficient, by bootstrap method, for the Sarndal population under simple random sampling without replacement}\scalebox{1}{\begin{tabular*}{1\textwidth}{@{\extracolsep{\fill}} l r r r r r } \hlineBootstrap Method & Mean & Bias & Variance & Rel. Bias & Rel. Stab. \\ \hlineMEAN & & & & & \\RWOriginal & 245.489 & -0.042 & 1,263.892 & 0.052 & 0.579 \\RWY & 245.489 & -0.042 & 1,263.892 & 0.052 & 0.579 \\ \hlineMEDIAN & & & & & \\RWOriginal & 152.936 & 38.470 & 77.246 & -0.029 & 0.357 \\RWAdjusted & 114.548 & 0.082 & 77.246 & -0.029 & 0.357 \\RWY & 114.342 & -0.123 & 79.413 & -0.002 & 0.386 \\ \hlineQUANTILE 0.9 & & & & & \\RWOriginal & 403.677 & -62.819 & 3,314.985 & 0.224 & 0.568 \\RWAdjusted & 468.396 & 1.900 & 3,314.985 & 0.224 & 0.568 \\RWY & 476.286 & 9.791 & 3,446.309 & 0.273 & 0.718 \\ \hlineGINI & & & & & \\RWOriginal & 0.400 & -0.183 & 0.005 & 0.613 & 0.930 \\RWY & 0.575 & -0.008 & 0.002 & -0.203 & 0.345 \\ \hline\end{tabular*}}Note: The results are based on 1,000 samples, and for each sample 999 bootstrap replicates.\end{table}\end{center}\