Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. %usepackage{setspace}
  3. usepackage{tabularx}
  4.  
  5. begin{document}
  6.  
  7. begin{table}
  8. renewcommand{arraystretch}{1.3}
  9. caption{Summary Statistics}
  10. centering
  11. begin{tabularx}{1textwidth}{l c c c c }
  12. hlinehline
  13. Variable & Mean & Median & Pct 25 & Pct 75 \
  14. hline
  15. Log Price & -1.023& -1.021&-1.206 & -.844 \
  16. Log Quantity &1.23 &1.23 &1.13 &1.33 \
  17. hlinehline
  18. end{tabularx}
  19. label{table:summary}
  20. end{table}
  21.  
  22. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement