I've made some research but no success in finding what I want.
I defined a table and I would like to set up an exponent into my value numbers, for example: 2x10ˆ{-6}. The -6 is supposed to be the exponent of 2x10.
I found the TABLENOTES command but this one is for setting up a comment at the bottom of the table according to the value number. Any suggestions.
Thanks in advance.
Marcio
My code is the following:
Code: Select all
Code, edit and compile here:
\begin{table}\begin{threeparttable}[!ht]\caption{Mean, bias, variance, relative bias and relative stability for the mean, median, quantile (0.9) and Gini coefficient, by bootstrap method, for the normal population under simple random sampling without replacement}\begin{tabular*}{1\textwidth}{@{\extracolsep{\fill}} l r r r r r } \hlineBootstrap Method & Mean & Bias & Variance & Rel. Bias & Rel. Stab. \\ \hlineMEAN & & & & & \\RWOriginal & 10.023 & ???2x10ˆ{-6}??? & 0.004 & 0.022 & 0.068 \\RWY & 10.023 & ???2x10ˆ{-6}??? & 0.004 & 0.022 & 0.068 \\ \hlineMEDIAN & & & & & \\RWOriginal & 10.002 & 0.017 & 0.007 & 0.035 & 0.260 \\RWAdjusted & 9.990 & 0.005 & 0.007 & 0.035 & 0.260 \\RWY & 9.990 & 0.005 & 0.007 & 0.073 & 0.369 \\ \hlineQUANTILE 0.9 & & & & & \\RWOriginal & 11.907 & -0.781& 0.018 & -0.137 & 0.264 \\RWAdjusted & 12.688 & -0.045 & 0.018 & -0.137 & 0.264 \\RWY & 12.700 & 0.012 & 0.020 & -0.041 & 0.330 \\ \hlineGINI & & & & & \\RWOriginal & 0.079 & -0.033 & 0.001 & 0.903 & 0.911 \\RWY & 0.112 & -0.022 & 0.022 & 1.889 & 1.896 \\ \hline\end{tabular*}Note: The results are based on 1,000 samples, and for each sample 999 bootstrap replicates.\end{threeparttable}\end{table}