This repository contains selected tutorials from MMG3002Y (Biological Statistics) at the University of Toronto. The focus is on applying statistical tests and evaluating linear models using R.
tutorial09_wilcoxon_chi_square.Rmd
: Wilcoxon and Chi-square tests with genomics-inspired data framingtutorial12_lm_diagnostics.Rmd
: Linear modeling with diagnostic plots using the cars datasetfigures/tutorial09_boxplot.png
: Boxplot comparing group expression distributions with an outlierfigures/tutorial12_residuals_plot.png
: Residuals vs fitted values plot from linear regression
- R, RMarkdown
- Base R graphics + ggplot2
- t-tests, Wilcoxon tests, Chi-square tests, linear regression
These tutorials helped reinforce key statistical concepts:
- Wilcoxonβs robustness to outliers
- Chi-square goodness-of-fit applications in genetic ratios
- Importance of residual diagnostics in real-world modeling
All code and reflections are original and created for course-based learning and portfolio use.