Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. documentclass[10pt]{scrartcl}
  2. usepackage{amsmath, array, booktabs, siunitx, bm}
  3.  
  4. setlengthextrarowheight{2pt}
  5. newcolumntype{F}{>{$}l<{$}}
  6.  
  7. sisetup{
  8. table-figures-integer = 1,
  9. table-figures-decimal = 3,
  10. table-space-text-pre = ( %,
  11. %table-space-text-pre = textsuperscript{**}
  12. }
  13.  
  14. begin{document}
  15.  
  16.  
  17. begin{tabular}{@{}F*{5}{S[table-number-alignment = left, table-figures-uncertainty = 1]}*{1}{l}@{}}
  18.  
  19. toprule
  20. %first cell
  21. &multicolumn{5}{c}{bfseries Panel A: NS1-RS estimation results}
  22. &rule{20pt}{0pt}\ % ‘invisible’ rule used to give the last column some width
  23. cmidrule(l){2-6}
  24.  
  25. %first cell
  26. &multicolumn{3}{c}{bm{$hat{F}$}}
  27. &multicolumn{2}{c}{bm{$tilde{mu}_{S_t}$}}
  28. &\
  29. cmidrule(lr){2-4}cmidrule(lr){5-6}
  30.  
  31. %first cell
  32. &multicolumn{1}{l}{$beta _{1,t-1}$}
  33. &multicolumn{1}{l}{$beta _{2,t-1}$}
  34. &multicolumn{1}{l}{$beta _{3,t-1}$}
  35. &multicolumn{1}{l}{$S_1 = 1$}
  36. &multicolumn{1}{l}{$S_t = 2$}
  37. &\
  38.  
  39. beta _{1,t}
  40. &0.992hspace{-1em}text{**}
  41. &0
  42. &0
  43. &0.047
  44. &text{kern0.4em}
  45. &\
  46.  
  47. %first cell
  48. &text{(}0.004text{)}
  49. &
  50. &
  51. &0.032
  52. &text{kern0.4em}
  53. &\
  54.  
  55. beta _{2,t}
  56. &0
  57. &0
  58. &0
  59. &-3.295hspace{-1em}text{**}
  60. &-2.205hspace{-1em}text{**}
  61. &\
  62.  
  63. %first cell
  64. &
  65. &
  66. &
  67. &text{(}0.086text{)}
  68. &text{(}0.037text{)}
  69. &\
  70.  
  71. beta _{3,t}
  72. &0
  73. &0
  74. &text{kern0.3em}0.901text{**}
  75. &-0.071hspace{-1em}text{**}
  76. &text{kern0.4em-}
  77. &\
  78.  
  79. %first cell
  80. &
  81. &
  82. &text{(}0.017text{)}
  83. &text{(}0.029text{)}
  84. &
  85. &\
  86.  
  87. beta _{4,t}
  88. &text{kern0.4em-}
  89. &text{kern0.4em-}
  90. &text{kern0.4em-}
  91. &text{kern0.4em-}
  92. &text{kern0.4em-}
  93. &\
  94.  
  95. %first cell
  96. &multicolumn{3}{c}{bm{$hat{Q}$}}
  97. &multicolumn{2}{c}{bm{$hat{P}$}}
  98. &rule{0pt}{5ex}\
  99. cmidrule(lr){2-4}cmidrule(lr){5-6}
  100.  
  101. %first cell
  102. &multicolumn{1}{l}{$beta _{1,t}$}
  103. &multicolumn{1}{l}{$beta _{2,t}$}
  104. &multicolumn{1}{l}{$beta _{3,t}$}
  105. &multicolumn{1}{l}{$rho _{11}$}
  106. &multicolumn{1}{l}{$rho _{22}$}
  107. &\
  108.  
  109. beta _{1,t}
  110. &0.093
  111. &text{kern0.4em-}
  112. &text{kern0.4em-}
  113. &text{kern0.3em}0.977text{**}
  114. &text{kern0.3em}0.981text{**}
  115. &\
  116.  
  117. beta _{2,t}
  118. &0
  119. &1.297
  120. &text{kern0.4em}
  121. &text{(}0.009text{)}
  122. &text{(}0.007text{)}
  123. &\
  124.  
  125. beta _{3,t}
  126. &0
  127. &
  128. &0.661
  129. &multicolumn{2}{c}{bm{$hat{lambda}$}}
  130. &rule{0pt}{3ex}\
  131. cmidrule(lr){5-6}
  132.  
  133. beta _{4,t}
  134. &text{kern0.4em-}
  135. &text{kern0.4em-}
  136. &text{kern0.4em-}
  137. &multicolumn{2}{c}{0.0571**}
  138. &\
  139.  
  140. %first cell
  141. &
  142. &
  143. &
  144. &multicolumn{2}{c}{(0.001)}
  145. &\
  146.  
  147. bottomrule
  148.  
  149. end{tabular}
  150.  
  151. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement