Guest User

Untitled

a guest
May 26th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[utf8]{inputenc}
  3. usepackage{booktabs}
  4. begin{document}
  5. begin{table}[htbp]
  6. caption{Add caption}
  7. begin{tabular}{lSSSSSSSS}
  8. multicolumn{1}{l}{predicted Variable}&multicolumn{2}{c}{step1_coefs} & multicolumn{2}{c}{step2_coefs} & multicolumn{2}{c}{step3_coefs} & multicolumn{2}{c}{step4_coefs} \
  9. toprule
  10. & multicolumn{1}{l}{textbf{est}} & multicolumn{1}{l}{textbf{se}} & multicolumn{1}{l}{textbf{est}} & multicolumn{1}{l}{textbf{se}} & multicolumn{1}{l}{textbf{est}} & multicolumn{1}{l}{textbf{se}} & multicolumn{1}{l}{textbf{est}} & multicolumn{1}{l}{textbf{se}} \
  11. midrule
  12. textbf{w} & 0.145 & 0.082 & 0.205* & 0.082 & 0.225** & 0.081 & 0.161 & 0.085 \
  13. textbf{w} & -0.138*** & 0.041 & -0.103* & 0.041 & -0.116** & 0.041 & -0.134** & 0.044 \
  14. textbf{w} & -1.146*** & 0.042 & -1.135*** & 0.042 & -1.09*** & 0.042 & -1.055*** & 0.042 \
  15. textbf{w} & 0.159 & 0.103 & 0.154 & 0.103 & 0.181 & 0.101 & 0.262* & 0.103 \
  16. textbf{w} & 0.023 & 0.107 & 0.019 & 0.107 & 0.086 & 0.106 & 0.235* & 0.112 \
  17. textbf{w} & -0.007 & 0.005 & -0.005 & 0.005 & -0.008 & 0.005 & -0.009 & 0.005 \
  18. textbf{w} & -0.335*** & 0.041 & -0.336*** & 0.041 & -0.331*** & 0.04 & -0.323*** & 0.04 \
  19. textbf{w} & & & -0.108** & 0.038 & -0.093* & 0.038 & -0.025 & 0.041 \
  20. textbf{w} & & & -0.159 & 0.151 & 0.03 & 0.152 & 0.035 & 0.152 \
  21. textbf{w} & & & 0.555*** & 0.096 & 0.515*** & 0.096 & 0.549*** & 0.096 \
  22. textbf{w} & & & 0.081 & 0.095 & 0.064 & 0.094 & 0.039 & 0.094 \
  23. textbf{w} & & & & & 0.397* & 0.187 & 0.324 & 0.188 \
  24. textbf{w of w} & & & & & 1.357*** & 0.211 & 1.335*** & 0.212 \
  25. textbf{w w} & & & & & 0.576*** & 0.086 & 0.474*** & 0.089 \
  26. textbf{w w} & & & & & 0.477** & 0.175 & 0.46** & 0.175 \
  27. textbf{w} & & & & & 0.7*** & 0.134 & 0.645*** & 0.135 \
  28. textbf{w} & & & & & & & -0.382*** & 0.101 \
  29. textbf{w} & & & & & & & -0.385*** & 0.106 \
  30. textbf{w} & & & & & & & 0.307 & 0.177 \
  31. textbf{w} & & & & & & & -0.254 & 0.132 \
  32. textbf{w} & & & & & & & 0.041 & 0.156 \
  33. textbf{w} & & & & & & & -0.041 & 0.043 \
  34. textbf{w} & & & & & & & -0.045 & 0.043 \
  35. textbf{w} & & & & & & & -0.088* & 0.044 \
  36. textbf{w} & & & & & & & -0.047 & 0.044 \
  37. textbf{w} & & & & & & & -0.079 & 0.049 \
  38. textbf{w} & & & & & & & 0.102 & 0.089 \
  39. midrule
  40. textbf{$R^2$} & 0.186* & & 0.196* & & 0.214* & & 0.222* & &\
  41. textbf{$Delta R^2$} & & & 0.01 & & 0.018 & & 0.008 & &\
  42. bottomrule
  43. end{tabular}%
  44. end{table}%
  45. end{document}
Add Comment
Please, Sign In to add comment