latex table equations doesn't work
up vote
0
down vote
favorite
I want to make a table like this
However, I can only get
Here is my code.
documentclass{beamer}
usepackage{booktabs}
usepackage{siunitx}
begin{document}
begin{frame}
frametitle{Simulation example }
begin{table}footnotesize
centering
caption{Performance of five methods at penalty levels $lambda_j={2^{j-1}(logp)/n}^{1/2}$ $(j=1,2,3)$, across 100 replications.}
label{tab:fancy_table}
renewcommand{arraystretch}{0.8}
setlength{tabcolsep}{4mm}
begin{tabular}{l
c
S[separate-uncertainty,table-figures-uncertainty=1]
S[separate-uncertainty,table-figures-uncertainty=1]
S
S}
toprule
{Method} & & {$hat{sigma}/sigma$} & {$bar{sigma}/sigma$} & {AMS} & {SSP} \
midrule
& $lambda_1$ & 1.6 pm 0.5 & -1.1 pm 0.6 & 7.6 & 1 \
PMLE & $lambda_1$ & 2.6 pm 0.5 & -0.2 pm 0.5 & 3 & 1 \
& $lambda_1$ & 3.7 pm 0.6 & 1.1 pm 1.2 & 1.9 & 0.3 \
midrule
& $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
BC & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
lasso & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
MCP & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
SCAD & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
bottomrule
end{tabular}
end{table}
end{frame}
end{document}
tables beamer
New contributor
add a comment |
up vote
0
down vote
favorite
I want to make a table like this
However, I can only get
Here is my code.
documentclass{beamer}
usepackage{booktabs}
usepackage{siunitx}
begin{document}
begin{frame}
frametitle{Simulation example }
begin{table}footnotesize
centering
caption{Performance of five methods at penalty levels $lambda_j={2^{j-1}(logp)/n}^{1/2}$ $(j=1,2,3)$, across 100 replications.}
label{tab:fancy_table}
renewcommand{arraystretch}{0.8}
setlength{tabcolsep}{4mm}
begin{tabular}{l
c
S[separate-uncertainty,table-figures-uncertainty=1]
S[separate-uncertainty,table-figures-uncertainty=1]
S
S}
toprule
{Method} & & {$hat{sigma}/sigma$} & {$bar{sigma}/sigma$} & {AMS} & {SSP} \
midrule
& $lambda_1$ & 1.6 pm 0.5 & -1.1 pm 0.6 & 7.6 & 1 \
PMLE & $lambda_1$ & 2.6 pm 0.5 & -0.2 pm 0.5 & 3 & 1 \
& $lambda_1$ & 3.7 pm 0.6 & 1.1 pm 1.2 & 1.9 & 0.3 \
midrule
& $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
BC & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
lasso & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
MCP & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
SCAD & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
bottomrule
end{tabular}
end{table}
end{frame}
end{document}
tables beamer
New contributor
Welcome to TeX.SE! Please make your code snippet compilable! What is your problem? Please explain it in your question ...
– Kurt
1 hour ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to make a table like this
However, I can only get
Here is my code.
documentclass{beamer}
usepackage{booktabs}
usepackage{siunitx}
begin{document}
begin{frame}
frametitle{Simulation example }
begin{table}footnotesize
centering
caption{Performance of five methods at penalty levels $lambda_j={2^{j-1}(logp)/n}^{1/2}$ $(j=1,2,3)$, across 100 replications.}
label{tab:fancy_table}
renewcommand{arraystretch}{0.8}
setlength{tabcolsep}{4mm}
begin{tabular}{l
c
S[separate-uncertainty,table-figures-uncertainty=1]
S[separate-uncertainty,table-figures-uncertainty=1]
S
S}
toprule
{Method} & & {$hat{sigma}/sigma$} & {$bar{sigma}/sigma$} & {AMS} & {SSP} \
midrule
& $lambda_1$ & 1.6 pm 0.5 & -1.1 pm 0.6 & 7.6 & 1 \
PMLE & $lambda_1$ & 2.6 pm 0.5 & -0.2 pm 0.5 & 3 & 1 \
& $lambda_1$ & 3.7 pm 0.6 & 1.1 pm 1.2 & 1.9 & 0.3 \
midrule
& $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
BC & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
lasso & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
MCP & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
SCAD & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
bottomrule
end{tabular}
end{table}
end{frame}
end{document}
tables beamer
New contributor
I want to make a table like this
However, I can only get
Here is my code.
documentclass{beamer}
usepackage{booktabs}
usepackage{siunitx}
begin{document}
begin{frame}
frametitle{Simulation example }
begin{table}footnotesize
centering
caption{Performance of five methods at penalty levels $lambda_j={2^{j-1}(logp)/n}^{1/2}$ $(j=1,2,3)$, across 100 replications.}
label{tab:fancy_table}
renewcommand{arraystretch}{0.8}
setlength{tabcolsep}{4mm}
begin{tabular}{l
c
S[separate-uncertainty,table-figures-uncertainty=1]
S[separate-uncertainty,table-figures-uncertainty=1]
S
S}
toprule
{Method} & & {$hat{sigma}/sigma$} & {$bar{sigma}/sigma$} & {AMS} & {SSP} \
midrule
& $lambda_1$ & 1.6 pm 0.5 & -1.1 pm 0.6 & 7.6 & 1 \
PMLE & $lambda_1$ & 2.6 pm 0.5 & -0.2 pm 0.5 & 3 & 1 \
& $lambda_1$ & 3.7 pm 0.6 & 1.1 pm 1.2 & 1.9 & 0.3 \
midrule
& $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
BC & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
lasso & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
MCP & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
midrule
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
SCAD & $lambda_1$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_1$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
bottomrule
end{tabular}
end{table}
end{frame}
end{document}
tables beamer
tables beamer
New contributor
New contributor
edited 1 hour ago
Henri Menke
68k7150255
68k7150255
New contributor
asked 1 hour ago
user175996
1
1
New contributor
New contributor
Welcome to TeX.SE! Please make your code snippet compilable! What is your problem? Please explain it in your question ...
– Kurt
1 hour ago
add a comment |
Welcome to TeX.SE! Please make your code snippet compilable! What is your problem? Please explain it in your question ...
– Kurt
1 hour ago
Welcome to TeX.SE! Please make your code snippet compilable! What is your problem? Please explain it in your question ...
– Kurt
1 hour ago
Welcome to TeX.SE! Please make your code snippet compilable! What is your problem? Please explain it in your question ...
– Kurt
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I'm not entirely sure what you want. Is it automatically adding .0
to integers or having whitespace instead of rules or centred dots as decimal markers?
documentclass{beamer}
usepackage{booktabs}
usepackage{siunitx}
sisetup{output-decimal-marker={cdot}}
begin{document}
begin{frame}{Simulation example }
begin{table}
footnotesize
centering
caption{Performance of five methods at penalty levels $lambda_j={2^{j-1}(logp)/n}^{1/2}$ ($j=1,2,3$), across 100 replications.}
label{tab:fancy_table}
renewcommand{arraystretch}{0.8}
setlength{tabcolsep}{4mm}
begin{tabular}{
@{}
l
c
S[table-format=-1.1+-1.1,separate-uncertainty,table-figures-uncertainty=1]
S[table-format=-1.1+-1.1,separate-uncertainty,table-figures-uncertainty=1]
S[table-format=2.1,round-integer-to-decimal,round-mode=places,round-precision=1]
S[table-format=1.1,round-integer-to-decimal,round-mode=places,round-precision=1]
@{}
}
Method & & {$hat{sigma}/sigma$} & {$bar{sigma}/sigma$} & {AMS} & {SSP} \
addlinespace
& $lambda_1$ & 1.6 pm 0.5 & -1.1 pm 0.6 & 7.6 & 1 \
PMLE & $lambda_2$ & 2.6 pm 0.5 & -0.2 pm 0.5 & 3 & 1 \
& $lambda_3$ & 3.7 pm 0.6 & 1.1 pm 1.2 & 1.9 & 0.3 \
addlinespace
& $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
BC & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
lasso & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
MCP & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
SCAD & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
end{tabular}
end{table}
end{frame}
end{document}
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I'm not entirely sure what you want. Is it automatically adding .0
to integers or having whitespace instead of rules or centred dots as decimal markers?
documentclass{beamer}
usepackage{booktabs}
usepackage{siunitx}
sisetup{output-decimal-marker={cdot}}
begin{document}
begin{frame}{Simulation example }
begin{table}
footnotesize
centering
caption{Performance of five methods at penalty levels $lambda_j={2^{j-1}(logp)/n}^{1/2}$ ($j=1,2,3$), across 100 replications.}
label{tab:fancy_table}
renewcommand{arraystretch}{0.8}
setlength{tabcolsep}{4mm}
begin{tabular}{
@{}
l
c
S[table-format=-1.1+-1.1,separate-uncertainty,table-figures-uncertainty=1]
S[table-format=-1.1+-1.1,separate-uncertainty,table-figures-uncertainty=1]
S[table-format=2.1,round-integer-to-decimal,round-mode=places,round-precision=1]
S[table-format=1.1,round-integer-to-decimal,round-mode=places,round-precision=1]
@{}
}
Method & & {$hat{sigma}/sigma$} & {$bar{sigma}/sigma$} & {AMS} & {SSP} \
addlinespace
& $lambda_1$ & 1.6 pm 0.5 & -1.1 pm 0.6 & 7.6 & 1 \
PMLE & $lambda_2$ & 2.6 pm 0.5 & -0.2 pm 0.5 & 3 & 1 \
& $lambda_3$ & 3.7 pm 0.6 & 1.1 pm 1.2 & 1.9 & 0.3 \
addlinespace
& $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
BC & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
lasso & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
MCP & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
SCAD & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
end{tabular}
end{table}
end{frame}
end{document}
add a comment |
up vote
0
down vote
I'm not entirely sure what you want. Is it automatically adding .0
to integers or having whitespace instead of rules or centred dots as decimal markers?
documentclass{beamer}
usepackage{booktabs}
usepackage{siunitx}
sisetup{output-decimal-marker={cdot}}
begin{document}
begin{frame}{Simulation example }
begin{table}
footnotesize
centering
caption{Performance of five methods at penalty levels $lambda_j={2^{j-1}(logp)/n}^{1/2}$ ($j=1,2,3$), across 100 replications.}
label{tab:fancy_table}
renewcommand{arraystretch}{0.8}
setlength{tabcolsep}{4mm}
begin{tabular}{
@{}
l
c
S[table-format=-1.1+-1.1,separate-uncertainty,table-figures-uncertainty=1]
S[table-format=-1.1+-1.1,separate-uncertainty,table-figures-uncertainty=1]
S[table-format=2.1,round-integer-to-decimal,round-mode=places,round-precision=1]
S[table-format=1.1,round-integer-to-decimal,round-mode=places,round-precision=1]
@{}
}
Method & & {$hat{sigma}/sigma$} & {$bar{sigma}/sigma$} & {AMS} & {SSP} \
addlinespace
& $lambda_1$ & 1.6 pm 0.5 & -1.1 pm 0.6 & 7.6 & 1 \
PMLE & $lambda_2$ & 2.6 pm 0.5 & -0.2 pm 0.5 & 3 & 1 \
& $lambda_3$ & 3.7 pm 0.6 & 1.1 pm 1.2 & 1.9 & 0.3 \
addlinespace
& $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
BC & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
lasso & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
MCP & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
SCAD & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
end{tabular}
end{table}
end{frame}
end{document}
add a comment |
up vote
0
down vote
up vote
0
down vote
I'm not entirely sure what you want. Is it automatically adding .0
to integers or having whitespace instead of rules or centred dots as decimal markers?
documentclass{beamer}
usepackage{booktabs}
usepackage{siunitx}
sisetup{output-decimal-marker={cdot}}
begin{document}
begin{frame}{Simulation example }
begin{table}
footnotesize
centering
caption{Performance of five methods at penalty levels $lambda_j={2^{j-1}(logp)/n}^{1/2}$ ($j=1,2,3$), across 100 replications.}
label{tab:fancy_table}
renewcommand{arraystretch}{0.8}
setlength{tabcolsep}{4mm}
begin{tabular}{
@{}
l
c
S[table-format=-1.1+-1.1,separate-uncertainty,table-figures-uncertainty=1]
S[table-format=-1.1+-1.1,separate-uncertainty,table-figures-uncertainty=1]
S[table-format=2.1,round-integer-to-decimal,round-mode=places,round-precision=1]
S[table-format=1.1,round-integer-to-decimal,round-mode=places,round-precision=1]
@{}
}
Method & & {$hat{sigma}/sigma$} & {$bar{sigma}/sigma$} & {AMS} & {SSP} \
addlinespace
& $lambda_1$ & 1.6 pm 0.5 & -1.1 pm 0.6 & 7.6 & 1 \
PMLE & $lambda_2$ & 2.6 pm 0.5 & -0.2 pm 0.5 & 3 & 1 \
& $lambda_3$ & 3.7 pm 0.6 & 1.1 pm 1.2 & 1.9 & 0.3 \
addlinespace
& $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
BC & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
lasso & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
MCP & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
SCAD & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
end{tabular}
end{table}
end{frame}
end{document}
I'm not entirely sure what you want. Is it automatically adding .0
to integers or having whitespace instead of rules or centred dots as decimal markers?
documentclass{beamer}
usepackage{booktabs}
usepackage{siunitx}
sisetup{output-decimal-marker={cdot}}
begin{document}
begin{frame}{Simulation example }
begin{table}
footnotesize
centering
caption{Performance of five methods at penalty levels $lambda_j={2^{j-1}(logp)/n}^{1/2}$ ($j=1,2,3$), across 100 replications.}
label{tab:fancy_table}
renewcommand{arraystretch}{0.8}
setlength{tabcolsep}{4mm}
begin{tabular}{
@{}
l
c
S[table-format=-1.1+-1.1,separate-uncertainty,table-figures-uncertainty=1]
S[table-format=-1.1+-1.1,separate-uncertainty,table-figures-uncertainty=1]
S[table-format=2.1,round-integer-to-decimal,round-mode=places,round-precision=1]
S[table-format=1.1,round-integer-to-decimal,round-mode=places,round-precision=1]
@{}
}
Method & & {$hat{sigma}/sigma$} & {$bar{sigma}/sigma$} & {AMS} & {SSP} \
addlinespace
& $lambda_1$ & 1.6 pm 0.5 & -1.1 pm 0.6 & 7.6 & 1 \
PMLE & $lambda_2$ & 2.6 pm 0.5 & -0.2 pm 0.5 & 3 & 1 \
& $lambda_3$ & 3.7 pm 0.6 & 1.1 pm 1.2 & 1.9 & 0.3 \
addlinespace
& $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
BC & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
lasso & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
MCP & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
addlinespace
Scaled & $lambda_1$ & -0.1 pm 0.6 & -2.2 pm 0.7 & 15.3 & 1 \
SCAD & $lambda_2$ & 1.3 pm 0.6 & -0.2 pm 0.5 & 3.2 & 1 \
& $lambda_3$ & 3.1 pm 0.7 & 0.9 pm 1.2 & 2.1 & 0.4 \
end{tabular}
end{table}
end{frame}
end{document}
edited 42 mins ago
answered 49 mins ago
Henri Menke
68k7150255
68k7150255
add a comment |
add a comment |
user175996 is a new contributor. Be nice, and check out our Code of Conduct.
user175996 is a new contributor. Be nice, and check out our Code of Conduct.
user175996 is a new contributor. Be nice, and check out our Code of Conduct.
user175996 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462903%2flatex-table-equations-doesnt-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to TeX.SE! Please make your code snippet compilable! What is your problem? Please explain it in your question ...
– Kurt
1 hour ago