Skip to content

Stats components #13

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
keller-mark opened this issue Oct 28, 2018 · 0 comments
Open

Stats components #13

keller-mark opened this issue Oct 28, 2018 · 0 comments

Comments

@keller-mark
Copy link
Owner

keller-mark commented Oct 28, 2018

Univariate

  • non-graphical
    • categorical
      • frequency table πŸ”³
    • quantitative
      • center
        • mean βœ… (boxplot)
        • median βœ… (boxplot)
      • spread
        • variance πŸ”³
        • standard deviation πŸ”³
        • interquartile range βœ… (boxplot)
        • range βœ… (boxplot)
      • modality
        • mode πŸ”³
      • shape
        • skewness πŸ”³
        • kurtosis πŸ”³
        • outliers βœ… (boxplot)
  • graphical
    • categorical
    • quantitative
      • histogram πŸ”³
      • stem and leaf plot πŸ”³
      • box plot βœ…
      • QQ plot πŸ”³

Multivariate

  • non-graphical
    • 2 categorical
      • cross-tabulation πŸ”³
    • 1 categorical, 1 quantitative
      • univariate stats for each level of the categorical variable πŸ”³
      • ANOVA (compare means for each level of categorical) πŸ”³
  • graphical
    • univariate plots by category
      • multi box plot βœ…
      • multiple histograms πŸ”³
    • scatterplot βœ…

Reference: Seltman 2018

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant