Predictive Modelling of Low Birth Weight in Pregnancies: A Comparative Analysis of Logistic Regression and Decision

Ravi Kumar1, Abhinav Bahuguna2, Palak Goyal1

  • 1Department of Community Medicine, Shri Ram Murti Smarak Institute of Medical Sciences, Bareilly, India.

Insights

Predicting low birth weight (LBW) is crucial for infant health. Maternal age, comorbidities, and gestational age significantly predict LBW, with logistic regression showing higher accuracy than decision trees.

Area of Science:

  • Maternal and Child Health
  • Biostatistics
  • Predictive Modeling

Background:

  • Birth weight is critical for infant development.
  • Low birth weight (LBW) infants face significant early health challenges.
  • Identifying LBW predictors is essential for targeted interventions.

Purpose of the Study:

  • To identify significant predictors of LBW using a model-based approach.
  • To compare the predictive performance of logistic regression and decision tree models for LBW.

Main Methods:

  • Hospital-based cross-sectional study of 130 pregnant women (2022-2023).
  • Application of logistic regression and decision tree methods.
  • Model performance assessed using Receiver Operating Characteristic (ROC) curves.

Main Results:

  • Prevalence of LBW was 38.5%.
  • Significant predictors of LBW include maternal age, abortion history, comorbidities, pregnancy complications, and gestational age (P < 0.05).
  • Logistic regression (AUC=0.881) and decision tree (AUC=0.814) models demonstrated good discrimination ability.

Conclusions:

  • Logistic regression demonstrated higher accuracy in predicting LBW compared to the decision tree model.
  • Findings underscore the need for targeted maternal and child care policies to mitigate LBW risks.
  • Decision trees, while useful for pattern recognition, require cautious application due to potential overfitting.
Abstract

Related Concept Videos

Survival Tree01:19

Survival Tree

Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a...
389
Regression Toward the Mean01:52

Regression Toward the Mean

Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.9K
Regression Analysis01:11

Regression Analysis

Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
8.1K
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
9.1K
Multiple Regression01:25

Multiple Regression

Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.8K
z Scores and Area Under the Curve01:17

z Scores and Area Under the Curve

z scores are the standardized values obtained after converting a normal distribution into a standard normal distribution. A z score is measured in units of the standard deviation. The z score tells you how many standard deviations the value x is above (to the right of) or below (to the left of) the mean, μ. Values of x that are larger than the mean have positive z scores, and values of x that are smaller than the mean have negative z scores. If x equals the mean, then x has a z score of...
18.4K