About this blog

IPUMS PMA harmonizes the Performance Monitoring for Action (PMA) data series (it was formerly known as Performance Monitoring and Accountability 2020 - PMA2020). It provides an interactive web dissemination system for PMA data with variable documentation on thousands of harmonized variables on family planning, water and sanitation, and health. PMA is fielded by the Bill & Melinda Gates Foundation and Johns Hopkins University using streamlined and high-frequency data collection in 11 FP2020 pledging countries. Read more about the project here.

IPUMS PMA is just one of many IPUMS data projects. IPUMS provides census and survey data from around the world integrated across time and space. IPUMS integration and documentation makes it easy to study change, conduct comparative research, merge information across data types, and analyze individuals within family and community context. Data and services are available free of charge.

Why a blog?

As the data available at IPUMS PMA continues to grow, we wanted a space to demonstrate the range ways that PMA data can help address some of today’s most pressing women’s health concerns.

You’ll find blog posts showing how to use common statistical software to do things like:

Try out our code!

If you register for a free IPUMS PMA user account, you’ll be able to download the same data extracts we feature in our posts.

Visit us on GitHub

While it’s not necessary to visit our GitHub repository to access the code you’ll find on this blog, we hope that visitors will feel encouraged to join a conversation, ask questions, or even post code of their own! You can also use the GitHub repository to download code from all of our posts in one step.

To submit a post of your own, please take a look at our Contributing Guide and Code of Conduct. By contributing to this project, you agree to abide by the terms of each.

If you spot an error or a place where our code could be improved, please consider opening an “issue” on our GitHub repository.

Statisitcal Software

Currently, most of the code highlighted in our articles is written in R, a free and open-source program used by data analysts around the world. We’ve built the blog, itself, with an R package called distill.

Experienced R users will notice that we use tidyverse conventions wherever possible, making the tidyverse package library an important prerequisite if you want to try our code on your own. We recommend the excellent, free introductory text R for Data Science for newcomers to R and tidyverse, alike.

Stata users: we are also planning to develop Stata code for each of our articles, which will be made available by a designated download button and in a “stata” folder on the GitHub repository. However, the inline code you’ll find in our articles is likely to remain in R.

Corrections

If you see mistakes or want to suggest changes, please create an issue on the source repository.