What Predicts Survival in Hypertensive Patients? Lessons from a Nigerian Teaching Hospital

📰 Medium · Data Science

Learn how logistic regression analysis of 320 hypertensive patients in a Nigerian teaching hospital reveals age as the primary predictor of patient outcome, and apply this insight to improve healthcare decisions

intermediate Published 18 Apr 2026
Action Steps
  1. Collect and preprocess a dataset of patient information, including age, gender, and length of stay, using tools like Pandas and NumPy
  2. Apply logistic regression analysis to the dataset to identify predictors of patient outcome, using libraries like Scikit-learn
  3. Evaluate the performance of the logistic regression model using metrics like accuracy and ROC-AUC score
  4. Visualize the results using plots like ROC curves and confusion matrices to communicate insights to stakeholders
  5. Refine the model by incorporating additional features and hyperparameter tuning to improve its predictive power
Who Needs to Know This

Data scientists and healthcare professionals can benefit from this study to inform their decisions and improve patient care, by applying logistic regression analysis to similar datasets

Key Insight

💡 Age is a significant predictor of patient outcome in hypertensive patients, and logistic regression analysis can be used to identify this relationship

Share This
Age, not gender or length of stay, is the primary predictor of patient outcome in hypertensive patients, according to a logistic regression study of 320 patients #datascience #healthcare
Read full article → ← Back to Reads