Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.95 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage{amsmath,graphicx,amsthm,lscape,setspace}
  3. usepackage{graphicx}
  4. usepackage{endnotes}
  5. usepackage{lscape}
  6. usepackage{verbatim}
  7. setlength{oddsidemargin}{0in}
  8. setlength{textwidth}{6.85in}
  9. setlength{topmargin}{0in}
  10. setlength{headheight}{0in}
  11. setlength{headsep}{0in}
  12. setlength{textheight}{9in}
  13. renewcommand{baselinestretch}{1.46}
  14. renewcommand{arraystretch}{1}
  15. setlength{evensidemargin}{0in}
  16. flushbottom
  17.  
  18. begin{document}
  19.  
  20. renewcommand{arraystretch}{1.25} renewcommand{baselinestretch}{1}
  21. pagestyle{empty}
  22. begin{center}
  23. resizebox{columnwidth}{!}{%
  24. begin{tabular}{lcccccccc}
  25. multicolumn{6}{l}{Table 5.1. \
  26. multicolumn{6}{l}{scriptsize{Notes text......}} \
  27. cline{1-6}
  28. multicolumn{6}{c}{Panel A}\
  29. cline{1-6}
  30. {} & multicolumn{2}{c}{Purchase Turnover} & & multicolumn{2}{c}{Sale Turnover}\
  31. cline{2-3} cline{5-6}
  32. {} & {$(1)$} & {$(2)$} & & {$(1)$} & {$(2)$} \
  33. cline{1-6}
  34. Experience & -0.148 & -0.0114 & & -0.0025 & 0.0058 \
  35. & (-39.87) & (-4.10) & & (-1.37) & (2.41) \
  36. Initial Dependent & & 0.0857 & & & 0.110 \
  37. & & (15.02) & & & (7.02) \
  38. Lag Dependent & & 0.126 & & & 0.125 \
  39. & & (12.11) & & & (9.74) \
  40. Lag Return & & 0.0483 & & & 0.0295$ \
  41. & & (7.14) & & & (5.01) \
  42. Intercept & 0.350 & 0.245 & & 0.0634 & -0.121 \
  43. & (50.57) & (2.88) & & (19.78) & (-1.64) \
  44. cline{1-6}
  45. Controls & No & Yes & & No & Yes \
  46. Year FE & Yes & Yes & & Yes & Yes \
  47. County FE & Yes & Yes & & Yes & Yes \
  48. cline{1-6}
  49. No. Obs. & 129,861 & 84,747 & & 129,861 & 84,747 \
  50. Adj. R-sq & 0.128 & 0.075 & & 0.017 & 0.050 \
  51. cline{1-6}
  52. % Panel B
  53. multicolumn{6}{c}{Panel B - All Households}\
  54. cline{1-6}
  55. {} & multicolumn{2}{c}{Purchase Turnover} & & multicolumn{2}{c}{Sale Turnover} \
  56. cline{2-3} cline{5-6}
  57. {} & {$(1)$} & {$(2)$} & & {$(1)$} & {$(2)$} \
  58. cline{1-6}
  59. Experience & -0.121 & -0.0004 & & -0.078 & 0.041 \
  60. & (-48.57) & (-2.50) & & (-1.77) & (2.03) \
  61. Initial Dependent & & 0.0997 & & & 0.250 \
  62. & & (19.92) & & & (7.96) \
  63. Lag Dependent & & 0.116 & & & 0.144 \
  64. & & (11.00) & & & (7.28) \
  65. Lag Return & & 0.323 & & & 0.0258 \
  66. & & (4.58) & & & (2.31) \
  67. Intercept & 0.589 & 0.225 & & 0.0436 & -0.122 \
  68. & (51.57) & (2.11) & & (15.72) & (-1.51) \
  69. cline{1-6}
  70. Controls & No & Yes & & No & Yes \
  71. Year FE & Yes & Yes & & Yes & Yes \
  72. County FE & Yes & Yes & & Yes & Yes \
  73. cline{1-6}
  74. No. Obs. & 1,256,615 & 874,015 & & 1,256,615 & 874,015 \
  75. Adj. R-sq & 0.017 & 0.045 & & 0.007 & 0.026 \
  76. cline{1-6}
  77. end{tabular}%
  78. }
  79. end{center}
  80.  
  81. documentclass[12pt]{article}
  82. usepackage{amsmath,amsthm}
  83. usepackage{setspace}
  84. usepackage{graphicx}
  85. usepackage{endnotes}
  86. usepackage{lscape}
  87. usepackage{verbatim}
  88.  
  89. setlength{oddsidemargin}{0in}
  90. setlength{textwidth}{6.85in}
  91. setlength{topmargin}{0in}
  92. setlength{headheight}{0in}
  93. setlength{headsep}{0in}
  94. setlength{textheight}{9in}
  95. renewcommand{baselinestretch}{1.46}
  96. renewcommand{arraystretch}{1}
  97. setlength{evensidemargin}{0in}
  98. flushbottom
  99.  
  100. usepackage{showframe}% just to show page layout
  101. usepackage{caption}
  102. usepackage{booktabs, tabularx}
  103. newcolumntype{C}{>{centeringarraybackslash}X}
  104.  
  105. begin{document}
  106. pagestyle{empty}
  107.  
  108. begin{table}
  109. begin{spacing}{1.0}
  110. caption[Table 5.1]
  111. {Table 5.1.medskipnewline
  112. Notes text......}
  113. label{tab:mytable}
  114. begin{tabularx}{hsize}{l*{4}{C}}
  115. toprule
  116. multicolumn{5}{c}{Panel A}\
  117. midrule
  118. & multicolumn{2}{c}{Purchase Turnover}
  119. & multicolumn{2}{c}{Sale Turnover}\
  120. cmidrule(r){2-3} cmidrule(l){4-5}
  121. & $(1)$ & $(2)$ & $(1)$ & $(2)$ \
  122. midrule
  123. Experience
  124. & -0.148 & -0.0114 & -0.0025 & 0.0058 \
  125. & (-39.87) & (-4.10) & (-1.37) & (2.41) \
  126. Initial Dependent
  127. & & 0.0857 & & 0.110 \
  128. & & (15.02) & & (7.02) \
  129. Lag Dependent
  130. & & 0.126 & & 0.125 \
  131. & & (12.11) & & (9.74) \
  132. Lag Return
  133. & & 0.0483 & & 0.0295 \
  134. & & & & (5.01) \
  135. Intercept
  136. & 0.350 & 0.245 & 0.0634 & -0.121 \
  137. & (50.57) & (2.88) & (19.78) & (-1.64) \
  138. midrule
  139. Controls
  140. & No & Yes & No & Yes \
  141. Year FE
  142. & Yes & Yes & Yes & Yes \
  143. County FE
  144. & Yes & Yes & Yes & Yes \
  145. midrule
  146. No. Obs.
  147. & 129,861 & 84,747 & 129,861 & 84,747 \
  148. Adj. R-sq
  149. & 0.128 & 0.075 & 0.017 & 0.050 \
  150. bottomrule
  151. addlinespace[1em]
  152. % Panel B
  153. multicolumn{5}{c}{Panel B - All Households} \
  154. midrule
  155. & multicolumn{2}{c}{Purchase Turnover}
  156. & multicolumn{2}{c}{Sale Turnover} \
  157. cmidrule(r){2-3} cmidrule(l){4-5}
  158. & $(1)$ & $(2)$ & $(1)$ & $(2)$ \
  159. midrule
  160. Experience
  161. & -0.121 & -0.0004 & -0.078 & 0.041 \
  162. & (-48.57) & (-2.50) & (-1.77) & (2.03) \
  163. Initial Dependent
  164. & & 0.0997 & & 0.250 \
  165. bottomrule
  166. end{tabularx}
  167. end{spacing}
  168. end{table}
  169. end{document}
  170.  
  171. documentclass[12pt]{article}
  172. usepackage{amsmath,graphicx,amsthm,lscape,setspace}
  173. usepackage{graphicx}
  174. usepackage{endnotes}
  175. usepackage{lscape}
  176. usepackage{verbatim}
  177. setlength{oddsidemargin}{0in}
  178. setlength{textwidth}{6.85in}
  179. setlength{topmargin}{0in}
  180. setlength{headheight}{0in}
  181. setlength{headsep}{0in}
  182. setlength{textheight}{9in}
  183. renewcommand{baselinestretch}{1.46}
  184. renewcommand{arraystretch}{1}
  185. setlength{evensidemargin}{0in}
  186. flushbottom
  187.  
  188. begin{document}
  189.  
  190. renewcommand{arraystretch}{0.8} renewcommand{baselinestretch}{1}
  191. pagestyle{empty}
  192. begin{center}
  193. resizebox{4.5in}{!}{%
  194. begin{tabular}{lcccccccc}
  195. multicolumn{6}{l}{Table 5.1.} \
  196. multicolumn{6}{l}{scriptsize{Notes text......}} \
  197. cline{1-6}
  198. multicolumn{6}{c}{Panel A}\
  199. cline{1-6}
  200. {} & multicolumn{2}{c}{Purchase Turnover} & & multicolumn{2}{c}{Sale Turnover}\
  201. cline{2-3} cline{5-6}
  202. {} & {$(1)$} & {$(2)$} & & {$(1)$} & {$(2)$} \
  203. cline{1-6}
  204. Experience & -0.148 & -0.0114 & & -0.0025 & 0.0058 \
  205. & (-39.87) & (-4.10) & & (-1.37) & (2.41) \
  206. Initial Dependent & & 0.0857 & & & 0.110 \
  207. & & (15.02) & & & (7.02) \
  208. Lag Dependent & & 0.126 & & & 0.125 \
  209. & & (12.11) & & & (9.74) \
  210. Lag Return & & 0.0483 & & & 0.0295 \
  211. & & (7.14) & & & (5.01) \
  212. Intercept & 0.350 & 0.245 & & 0.0634 & -0.121 \
  213. & (50.57) & (2.88) & & (19.78) & (-1.64) \
  214. cline{1-6}
  215. Controls & No & Yes & & No & Yes \
  216. Year FE & Yes & Yes & & Yes & Yes \
  217. County FE & Yes & Yes & & Yes & Yes \
  218. cline{1-6}
  219. No. Obs. & 129,861 & 84,747 & & 129,861 & 84,747 \
  220. Adj. R-sq & 0.128 & 0.075 & & 0.017 & 0.050 \
  221. cline{1-6}
  222. % Panel B
  223. multicolumn{6}{c}{Panel B - All Households}\
  224. cline{1-6}
  225. {} & multicolumn{2}{c}{Purchase Turnover} & & multicolumn{2}{c}{Sale Turnover} \
  226. cline{2-3} cline{5-6}
  227. {} & {$(1)$} & {$(2)$} & & {$(1)$} & {$(2)$} \
  228. cline{1-6}
  229. Experience & -0.121 & -0.0004 & & -0.078 & 0.041 \
  230. & (-48.57) & (-2.50) & & (-1.77) & (2.03) \
  231. Initial Dependent & & 0.0997 & & & 0.250 \
  232. & & (19.92) & & & (7.96) \
  233. Lag Dependent & & 0.116 & & & 0.144 \
  234. & & (11.00) & & & (7.28) \
  235. Lag Return & & 0.323 & & & 0.0258 \
  236. & & (4.58) & & & (2.31) \
  237. Intercept & 0.589 & 0.225 & & 0.0436 & -0.122 \
  238. & (51.57) & (2.11) & & (15.72) & (-1.51) \
  239. cline{1-6}
  240. Controls & No & Yes & & No & Yes \
  241. Year FE & Yes & Yes & & Yes & Yes \
  242. County FE & Yes & Yes & & Yes & Yes \
  243. cline{1-6}
  244. No. Obs. & 1,256,615 & 874,015 & & 1,256,615 & 874,015 \
  245. Adj. R-sq & 0.017 & 0.045 & & 0.007 & 0.026 \
  246. cline{1-6}
  247. end{tabular}%
  248. }
  249. end{center}
  250.  
  251. end{document}
  252.  
  253.  
  254. [![enter image description here][1]][1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement