Afghanistan {dhsage}R Documentation

The data represent the number of women of reproductive age in Afghanistan

Description

The function provides the number of women of reproductive age 15-49 in Afghanistan based on the demographic health survey of 2010 and 2015.

Usage

afgan_2015
afgan_2010

Arguments

afgan_2015

A vector of (non-negative) count values.

afgan_2010

A vector of (non-negative) count values.

Details

Based on the demographic health surveys from 2010 and 2015, the function gives the number of Afghan women in the reproductive age range of 15 to 49.

Value

afgan_2015 and afgan_2010 give the number of women of reproductive age 15-49 in Afghanistan.

Author(s)

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

References

Central Statistics Organization (CSO), Ministry of Public Health (MoPH), and ICF. 2017. Afghanistan Demographic and Health Survey 2015. Kabul, Afghanistan: Central Statistics Organization.

Central Statistics Organization (CSO), Ministry of Public Health (MoPH), and ICF. 2010. Afghanistan Demographic and Health Survey 2010. Kabul, Afghanistan: Central Statistics Organization.

See Also

afgan_2010, armen_2010, camb_2010, heaping

Examples

x <- afgan_2010
# starting age 23 and ending age 62
heaping(x, 23, 62)
# starting age 15 and ending age 49
heaping(x, 15, 49)

[Package dhsage version 0.1.0 Index]