Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{booktabs}
  4. usepackage{multirow}
  5. usepackage{makecell}
  6.  
  7. newcommand{blank}{--}
  8.  
  9. begin{document}
  10.  
  11.  
  12. begin{table}[h]
  13. renewcommand{arraystretch}{1.2}
  14. footnotesizesetlength{tabcolsep}{1pt}
  15. begin{tabular}{llcccccc}
  16. & & thead{bfseries Sessualità} & thead{bfseries Temperamento} & thead{bfseries Valori} & thead{bfseries Comportamento} & thead{bfseries Comunicazione \bfseries prosociale} & thead{bfseries Comunicazione\ bfseries non verbale} \
  17. midrule
  18.  
  19. % ROW 1%
  20. multirow{2}*{bfseries Sessualità} & Pearson's $r$ & blank & $textbf{-0.329$^{***}$}$ & $0.131$ & $textbf{-0.145$^*$}$ & $0.055$ & $-0.064$\
  21. & $p$-value & blank & $<.001$ & $0.070$ & $0.044$ & $0.449$ & $0.378$ \
  22.  
  23. % ROW 2%
  24. multirow{2}*{bfseries Temperamento} & Pearson's $r$ & & blank & $-0.094$ & $0.012$ & $-0.063$ & $0.125$\
  25. & $p$-value & & blank & $0.189$ & $0.870$ & $0.377$ & $0.082$\
  26.  
  27. % ROW 3%
  28. multirow{2}*{bfseries Valori} & Pearson's $r$ & & & blank & $0.035$ & $0.048$ & $0.090$ \
  29. & $p$-value & & & blank & $0.624$ & $0.504$ & $0.208$ \
  30.  
  31. % ROW 4%
  32. multirow{2}*{bfseries Comportamento} & Pearson's $r$ & & & & blank & $0.094$ & $-0.125$ \
  33. & $p$-value & & & & blank & $0.189$ & $0.080$ \
  34.  
  35. % ROW 5%
  36. multirow{2}*{makecell{bfseries Comunicazione\ bfseries prosociale}} & Pearson's $r$ & & & & & blank & $0.069$\
  37. & $p$-value & & & & & blank & $0.334$\
  38.  
  39. % ROW 6%
  40. multirow{2}*{makecell{bfseries Comunicazione\ bfseries non verbale}} & Pearson's $r$ & & & & & & blank \
  41. & $p$-value & & & & & & blank \
  42.  
  43. bottomrule
  44. multicolumn{8}{l}{$^* p<.05, ^{**} p<0.1, ^{***}p<.001$}
  45. end{tabular}
  46. caption{Correlazioni tra i fattori}
  47. label{table:correlazione}
  48. end{table}
  49.  
  50.  
  51. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement