
Introduces the National Family Health Survey, its purpose, scope, and role in generating nationally representative health data.
Learn how to access the DHS Program website, request permission, and download NFHS-5 datasets for research and analysis.
During the video, you will find the R code file available in the resources section of the corresponding lecture.
In this lecture, you will learn how to systematically check your dataset and codebook before starting any analysis for Poisson regression in cohort studies. Reviewing the dataset structure and accompanying codebook is a critical step to ensure data accuracy, correct variable interpretation, and reproducible research.
Learn how to import NFHS survey datasets into RStudio from Stata formats and check that the data are ready for analysis.
Learn how to create a clear codebook for NFHS data by defining variable names, labels, value labels, and missing codes using Excel.
Learn how to apply meaningful value labels to categorical NFHS variables such as education, wealth index, and residence using R.
In this lecture, you will learn how to create a short, clear descriptive summary table using the gtsummary package in R. This table provides a quick overview of cohort study variables and is commonly used as a baseline summary before Poisson regression analysis.
Learn how to detect extreme and flag values in NFHS survey data using summary statistics and visual tools in R.
In this lecture, you will learn how to identify and replace unusual or invalid values in cohort study data and how to set appropriate decimal points for numeric variables before Poisson regression analysis. Cleaning extreme and miscoded values is a crucial step to ensure valid incidence rate estimation and stable model results.
In this lecture, you will learn how to generate standard child nutrition indicators—stunting, wasting, and underweight—using R. These indicators are fundamental outcomes in nutrition, epidemiology, and public health research, and are widely used in DHS, NFHS, and WHO-based analyses.
Learn how to assign clear and meaningful variable labels to NFHS survey variables in R to improve data readability, interpretation, and reporting.
Learn how to rename NFHS variables using R to create clear, consistent, and reproducible variable names for analysis and reporting.
In this lecture, you will learn how to finalize your cleaned and prepared cohort dataset and save it in RData format for efficient reuse, reproducible analysis, and future modeling. Saving data in RData format preserves variable types, factor levels, and labels, which is especially important for Poisson regression and publication-ready outputs.
Learn how to summarise all NFHS variables using the gtsummary package in R to produce clear, publication-ready descriptive tables.
Learn how to perform bivariate analysis of NFHS data by comparing outcomes across groups using gtsummary tables and appropriate statistical tests in R.
Learn how to perform state-specific analysis of NFHS data for West Bengal using the gtsummary package in R to generate clear, publication-ready tables.
Learn when sampling weights should be applied in NFHS data analysis, why they matter, and how weighting affects estimates and inference in R.
Summarise individual NFHS variables using suitable descriptive measures to understand data distribution and key characteristics.
Learn how to conduct bivariate analysis of NFHS data by comparing outcomes across groups and calculating appropriate p-values using R.
Learn how to correctly calculate p-values for NFHS data by accounting for clustering, stratification, and sampling weights using survey methods in R.
Learn how to fit and interpret a simple (univariable) logistic regression model for binary NFHS outcomes using R.
Learn how to fit multiple logistic regression models with several covariates and interpret adjusted odds ratios using NFHS data in R.
Learn how to fit a simple (unadjusted) survey-weighted logistic regression model using svyglm() while accounting for clusters, strata, and sampling weights in NFHS data.
Learn how to fit multiple survey-weighted logistic regression models using svyglm() and interpret adjusted odds ratios while accounting for clusters, strata, and sampling weights.
Learn how to change reference categories for categorical variables and correctly interpret odds ratios in NFHS logistic regression models using R.
Fit and interpret a simple multilevel logistic regression model with random intercepts to account for clustering in NFHS data using R.
Apply multiple multilevel logistic regression models to NFHS data to estimate adjusted effects while accounting for hierarchical structure in R.
This course provides a hands-on, practical guide to analyzing Indian National Family Health Survey (NFHS) data using R and RStudio, following best practices for DHS-style complex survey analysis. It is designed for public health students, researchers, and analysts who want to work confidently with nationally representative survey data.
You will start by understanding the NFHS-5 survey design, its connection with the Demographic and Health Surveys (DHS) Program, and how to access and download NFHS datasets. The course then walks you through data management in R, including variable selection, recoding, labeling, handling missing values, and preparing clean, analysis-ready datasets.
A key focus is on descriptive and bivariate analysis, where you will create publication-ready tables using the gtsummary package. You will learn to generate univariate and bivariate summaries, conduct state-level analysis, and correctly interpret p-values.
The course also emphasizes complex survey methods, explaining when and how to apply sampling weights, clusters, and strata using survey design objects in R. You will produce survey-weighted results with valid statistical inference.
Finally, you will be introduced to multilevel regression modeling to handle hierarchical data structures common in NFHS data.
By the end of this course, you will be able to conduct reproducible, policy-relevant data analysis in R, suitable for theses, dissertations, and public health research.