Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

table_one.tex 844 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. \documentclass[preview]{standalone}
  2. \usepackage{booktabs}
  3. \begin{document}
  4. \begin{tabular}{llll}
  5. \toprule
  6. & & Missing & Overall \\
  7. \midrule
  8. n & {} & & 891 \\
  9. Survived, n (\%) & 0 & 0 & 549 (61.6) \\
  10. & 1 & & 342 (38.4) \\
  11. Pclass, n (\%) & 1 & 0 & 216 (24.2) \\
  12. & 2 & & 184 (20.7) \\
  13. & 3 & & 491 (55.1) \\
  14. Sex, n (\%) & female & 0 & 314 (35.2) \\
  15. & male & & 577 (64.8) \\
  16. Age, mean (SD) & & 177 & 29.7 (14.5) \\
  17. SibSp, mean [min,max] & & 0 & 0.5 [0.0,8.0] \\
  18. Parch, mean [min,max] & & 0 & 0.4 [0.0,6.0] \\
  19. Fare, mean (SD) & & 0 & 32.20 (49.69) \\
  20. \bottomrule
  21. \end{tabular}
  22. \end{document}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...