Guest User

Untitled

a guest
Oct 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{booktabs}
  4. usepackage{siunitx}
  5.  
  6. begin{document}
  7.  
  8. begin{table}[hbt!]
  9. setlength{tabcolsep}{12pt}
  10. centering
  11. small
  12. caption{The logit model label{logit}}
  13. begin{tabular}{l
  14. S[table-format=2.3, table-align-text-post = false]
  15. S[table-format=2.3, table-align-text-post = false]
  16. S[table-format=2.3, table-align-text-post = false]
  17. S[table-format=2.3, table-align-text-post = false]
  18. S[table-format=2.3, table-align-text-post = false]
  19. S[table-format=2.3, table-align-text-post = false]}
  20.  
  21. &1 &2 &3 &4 &5 &6 \ midrule
  22. Constant &-51 &-48 &-48 &-54 &-51 &-51 \
  23. & (1) & & & & &
  24.  
  25. end{tabular}
  26. end{table}
  27.  
  28. end{document}
  29.  
  30. ! Package siunitx Error: Invalid numerical input '(1)'.
Add Comment
Please, Sign In to add comment