Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. usepackage{booktabs}
  2. usepackage[flushleft]{threeparttable}
  3. usepackage{lscape}
  4. usepackage{amsmath}
  5. %%%%%
  6.  
  7. begin{landscape}
  8. begin{table}[]
  9. caption{Study characteristics.}
  10. begin{adjustbox}{max width=23cm}
  11. begin{threeparttable}
  12.  
  13. begin{tabular}{>{raggedright}p{2.5cm} >{raggedright}p{0.25linewidth} >{raggedright}p{0.2linewidth} >{raggedright}p{0.25linewidth} c c c l}
  14.  
  15. toprule
  16. Study &
  17. multicolumn{1}{l}{Intervention} &
  18. multicolumn{1}{l}{Population} &
  19. multicolumn{1}{l}{Outcome} &
  20. k &
  21. n &
  22. begin{tabular}[c]{c}Effect size \ measureend{tabular} &
  23. multicolumn{1}{c}{begin{tabular}[c]{c}Effect size \ {[}95% CI{]}end{tabular}} \
  24. midrule
  25.  
  26. Alford & Derzon (2012) &
  27. School-based interventions to reduce violence and antisocial behavior &
  28. School-aged children and youths &
  29. Physical aggression, antisocial behavior, aggressive/disruptive behavior, and delinquent behavior &
  30. 41 & -- &
  31. g &
  32. 0.133 {[}0.082, 0.184{]}tnote{**} \ addlinespace[0.2cm]
  33.  
  34. Anderson & Whiston (2005) &
  35. Sexual assault college education programs &
  36. College students &
  37. Incidence of sexual assault perpetration &
  38. -- & -- &
  39. d &
  40. 0.101 {[}0.036, 0.167{]}tnote{*} \ addlinespace[0.2cm]
  41.  
  42. bottomrule
  43. end{tabular}
  44.  
  45. begin{tablenotes}[para,flushleft]
  46. {small
  47. textit{Note.} My notes. \
  48. item[*] $p$ textless{} 0.05. item[**] $p$ textless{} 0.01.
  49. }
  50. end{tablenotes}
  51. end{threeparttable}
  52. end{adjustbox}
  53. end{table}
  54. end{landscape}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement