A structured GLM analysis comparing eight count regression models, with every analytical decision documented in a 47-step project log.
This project analyzes predictors of fall frequency in 100 elderly patients using the full family of count regression models, from basic Poisson to Hurdle-Negative Binomial. The response variable is overdispersed and zero-inflated, making model selection both necessary and non-trivial. Every decision from EDA to final interpretation is documented in a numbered project log, emphasizing rigor and transparency.
All eight models were fit with predictors exercise (binary), gender (binary), balance, and strength.
Overdispersion test (LRT) rejected Poisson in favor of NB (p < 0.05). AIC/BIC favored Hurdle-Poisson and NB respectively. Backward elimination dropped gender (LRT p = 0.499). All three retained predictors (exercise, balance, strength) were significant at p < 0.01 and remained significant under Bonferroni and BH correction.
Model: Negative Binomial, falls ~ exercise + balance + strength, θ = 4.751.
Every step from data loading to final interpretation is documented in a numbered log (47 entries). The log records what was done, why, and the explicit justification for each methodological choice, including test selection, variable retention, and acknowledged limitations.