Related Experiment Video
Updated: Aug 11, 2026

Inverse Probability of Treatment Weighting (Propensity Score) using the Military Health System Data Repository and National Death Index
Published on: January 8, 2020
An Introductory Tutorial on Propensity Score Matching in RStudio Using the National Health Interview Survey
Rakchhya Uprety1, Faith Ogini1, La'Marcus T Wingate2
1Department of Pharmaceutical Sciences, Howard University, Washington DC, USA.
Propensity score matching (PSM) effectively reduces bias in observational studies by balancing covariates. This tutorial demonstrates PSM using RStudio for telehealth usage analysis in non-metropolitan areas.
Area of Science:
- Biostatistics
- Epidemiology
- Health Services Research
Background:
- Observational studies often suffer from confounding bias, limiting causal inference.
- Randomization is not always feasible, necessitating alternative methods to control for confounders.
- Propensity score matching (PSM) is a statistical technique to address confounding in such studies.
Purpose of the Study:
- To provide a step-by-step tutorial on creating a propensity-matched cohort using RStudio.
- To demonstrate the application of PSM in analyzing telehealth usage among individuals in non-metropolitan areas.
- To illustrate how PSM can improve covariate balance in observational research.
Main Methods:
- Utilized the 2022 National Health Interview Survey adult dataset.
- Calculated propensity scores using multiple logistic regression, with telehealth usage as the dependent variable.
- Applied PSM to balance covariates including age, sex, race, income, education, and insurance status.
Main Results:
- Propensity score matching significantly improved the balance of measured covariates between treatment and control groups.
- Standardized mean differences (SMDs) for all covariates were reduced below 0.1 after PSM, indicating good baseline balance.
- The analysis highlighted the utility of PSM in mitigating bias from observed confounders in telehealth research.
Conclusions:
- PSM is a valuable tool for reducing bias and improving covariate balance in observational studies.
- This tutorial provides a practical guide for researchers interested in applying PSM using RStudio.
- While effective for pedagogical purposes, the specific results are not intended as a nationally representative analysis.
Related Concept Videos
Introduction To Survival Analysis
The primary goal of survival analysis is to estimate survival time—the time until a...
Introduction to Nonparametric Statistics
One of...
Biostatistics: Overview
Discrete variables are...
Introduction to R
Statistical Methods for Analyzing Epidemiological Data
Statistical Inference Techniques in Hypothesis Testing: Parametric Versus Nonparametric Data
Parametric statistics, as the name suggests, assumes that data follow a specific distribution, often a normal distribution. This assumption enables robust hypothesis testing and estimation. Parametric methods, like the Student's t-test or Goodness-of-fit test, are frequently employed in biostatistics due to their robustness. For instance, comparing...