Statistics · Reproducible R workflows
Linear models for biological data
How can biological researchers build, diagnose, interpret, and communicate linear models without treating them as black boxes?
View GitHub repositoryI developed a set of readable R workflows that move from model specification to assumption checks and interpretable effect visualizations, emphasizing what coefficients mean in biological contexts.
Independent coursework repository developed from Statistics for Biologists exercises.
- 01Simple and multiple linear regression
- 02Dummy coding for categorical predictors
- 03Interaction modeling
- 04Residual and assumption diagnostics
- 05Publication-quality effect plots
- Reusable worked examples connect statistical notation to R output.
- Diagnostics are integrated into the workflow rather than added as an afterthought.
- Effect plots make interactions and adjusted relationships easier to communicate.
- Worked examples do not replace study-specific experimental design.
- Linear models depend on assumptions that require contextual judgment.
- Interpretation remains associational unless the study design supports causal claims.
Rtidyverseggplot2Linear regressionStatistical diagnostics