Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. documentclass[12pt,twoside]{report}
  2. usepackage[utf8]{inputenc}
  3. usepackage[dutch]{babel}
  4. usepackage{graphicx}
  5. usepackage{multirow}
  6. usepackage[singlelinecheck=false]{caption}
  7. captionsetup{position=top, skip=0.5ex}
  8. ...
  9. begin{table}[h]
  10. caption{Descriptieve statistieken van de leerling- en schoolkenmerken}
  11. label{lsk_descr}
  12. normalsize
  13. resizebox{textwidth}{!}{
  14. begin{tabular} {l c c c c c c c c c}
  15. hline
  16. multirow{2}{1cm}{Variabele} & multicolumn{4}{c}{1999} & & multicolumn{4}{c}{2015} \
  17. cline{2-5} cline{7-10}
  18. & GEM & SD & MIN & MAX & & GEM & SD & MIN & MAX \
  19. hline
  20. X1 & 10,0405 & 0,4987 & 8,17 & 13,50 & & 10,1208 & 0,6365 & 8,42 & 14,17 \
  21. X2 & 2,0011 & 1,0672 & 0,00 & 4,00 & & 1,9776 & 1,1012 & 0,00 & 4,00 \
  22. X3 & . & . & . & . & & 4,7423 & 1,8267 & 0,00 & 7,00 \
  23. X4 & 0,1443 & 0,1512 & 0,00 & 0,87 & & 0,2124 & 0,2014 & 0,00 & 0,94 \
  24. GEM_X1 & 1,9955 & 0,3579 & 0,56 & 2,85 & & 1,9463 & 0,4395 & 0,36 & 3,40 \
  25. GEM_X2 & 0,0924 & 0,1356 & 0,00 & 0,80 & & 0,1333 & 0,3013 & 0,00 & 1,45 \
  26. GEM_X3 & . & . & . & . & & 4,7199 & 0,8183 & 1,63 & 6,69 \
  27. hline
  28. end{tabular}}
  29. resizebox{textwidth}{!}{
  30. begin{tabular} {l c c c c}
  31. multirow{2}{1cm}{Variabele} & multicolumn{4}{c}{Totaal} \
  32. cline{2-5}
  33. & GEM & SD & MAX & MIN \
  34. hline
  35. Leeftijd & 10,0834 & 0,5778 & 8,1667 & 14,1700 \
  36. Aantal & 1,9894 & 1,0842 & 0,0000 & 4,0000 \
  37. GEM_Y1 & 0,1782 & 0,1812 & 0,0000 & 0,9355 \
  38. GEM_Y2 & 1,9710 & 0,4013 & 0,3636 & 3,4000 \
  39. GEM_Y3 & 0,1128 & 0,2342 & 0,0000 & 1,4545 \
  40. hline
  41. end{tabular}}
  42. resizebox{textwidth}{!}{
  43. begin{tabular} {l c c c c c c c c}
  44. multirow{2}{1cm}{Variabele} & multicolumn{2}{c}{1999} & & multicolumn{2}{c}{2015} & & multicolumn{2}{c}{Totaal} \
  45. cline{2-3} cline{5-6} cline{8-9}
  46. & N & % & & N & % & & N & % \
  47. hline
  48. Geslacht & & & & & & & & \
  49. quad Jongen & 2227 & 48,38 & & 2161 & 48,38 & & 4388 & 48,88 \
  50. quad Meisje & 2283 & 50,62 & & 2306 & 51,62 & & 4589 & 51,12 \
  51. Thuistaal & & & & & & & & \
  52. quad Test & 3870 & 85,81 & & 3594 & 80,46 & & 7464 & 8315 \
  53. quad Anders & 640 & 14,19 & & 873 & 19,54 & & 1513 & 16,85 \
  54. Migratie & & & & & & & & \
  55. quad Autochtoon & 4098 & 90,86 & & 3901 & 87,33 & & 7999 & 89,11 \
  56. quad G1 & 256 & 5,68 & & 388 & 8,69 & & 644 & 7,17 \
  57. quad G2 & 156 & 3,46 & & 178 & 3,98 & & 334 & 3,72 \
  58. hline
  59. end{tabular}}
  60. end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement