Guest User

Untitled

a guest
Mar 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{booktabs}
  3. begin{document}
  4. begin{table*}centering
  5. begin{tabular}{@{}lccccccc@{}}toprule
  6. & multicolumn{3}{c}{A} & phantom{abc}& multicolumn{3}{c}{B}\ cmidrule{2-4} cmidrule{6-8}
  7. & 1 & 2 & 3 && 1 & 2 & 3\
  8. midrule
  9. C & 0.60 & 0.951 & 0.245 & & 1.151 & 1.563 & 0.586 \
  10. & (0.262) & (0.364) & (0.310) & & (0.620) & (0.905) & (0.696) \
  11. midrule
  12. (N) & 919629 & 468093 & 451536 & & 186271 & 94771 & 91500 \
  13.  
  14. bottomrule
  15. end{tabular}
  16. end{table*}
  17. end{document}
Add Comment
Please, Sign In to add comment