Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[margin=0.5in,a4paper]{geometry}
  3. usepackage{caption}
  4. usepackage{capt-of}
  5. usepackage{longtable}
  6. usepackage{array, booktabs, makecell, multirow}
  7. renewcommandtheadfont{bfseriessmall}
  8. usepackage{arydshln}
  9. setlengthdashlinedash{0.2pt}
  10. setlengthdashlinegap{1.5pt}
  11. setlengtharrayrulewidth{0.3pt}
  12. usepackage{pdflscape}
  13. usepackage{afterpage}
  14.  
  15. %Widows & Orphans & Penalties
  16.  
  17. widowpenalty500
  18. clubpenalty500
  19. clubpenalty=9996
  20. exhyphenpenalty=50 %for line-breaking at an explicit hyphen
  21. brokenpenalty=4991
  22. predisplaypenalty=10000
  23. postdisplaypenalty=1549
  24. displaywidowpenalty=1602
  25. floatingpenalty = 20000
  26. usepackage{siunitx}
  27.  
  28. begin{document}
  29. afterpage{clearpage}
  30. thispagestyle{empty}
  31. begin{landscape}
  32. begin{table*}[ht] centering
  33. begin{tabular}{ l*{6}{S[table-format=2.2]} } toprule
  34. label{tab:oaxaca}
  35. thead[b]{Terms of \ decomposition} & multicolumn{3}{c}{2011-12} &
  36. multicolumn{3}{c}{2004-05} \
  37. cmidrule(lr){2-4}cmidrule(lr){5-7}cmidrule(lr){5-7}
  38. midrule
  39. & textbf{women ws} & textbf{male ws} & textbf{pooled ws} & textbf{women ws} & textbf{male ws} & textbf{pooled ws} \ hline
  40. \
  41. {Difference} & 0.39 & 0.39 & 0.39 & 0.48 & 0.48 & 0.48 \ hdashline
  42. {Explained} & -0.02 & 0.00 & -0.01 & 0.17 & 0.18 & 0.17 \ hdashline
  43. {Unexplained} & 0.41 & 0.39 & 0.40 & 0.31 & 0.30 & 0.31 \ hline
  44. {Percent unexplained} & 103.95 & 99.42 & 102.62 & 65.42 & 61.88 & 65.00 \
  45. bottomrule
  46. end{tabular}
  47. caption{Oaxaca Blinder Decomposition results}
  48. end{table}
  49.  
  50.  
  51. end{landscape}
  52. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement