Yemen {dhsage}R Documentation

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

Description

The function provides the number of women of reproductive age 15-49 in Yemen based on the demographic health survey of 1991 and 2013.

Usage

yemen_2013
yemen_1991

Arguments

yemen_2013

A vector of (non-negative) count values.

yemen_1991

A vector of (non-negative) count values.

Details

Following demographic health surveys conducted in 1991 and 2013 for Yemen, the function gives information on women between the ages of 15 and 49 who are fertile.

Value

yemen_1991 and yemen_2013 give the number of women of reproductive age 15-49 in Yemen.

Author(s)

Muhammad Imran

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

References

Ministry of Public Health and Population (MOPHP), Central Statistical Organization (CSO) [Yemen], Pan Arab Program for Family Health (PAPFAM), and ICF International. 2015. Yemen National Health and Demographic Survey 2013. Rockville, Maryland, USA: MOPHP, CSO, PAPFAM, and ICF International.

Central Statistical Organization (CSO) [Yemen] and Pan Arab Project for Child Development (PAPCHILD)[Egypt] and Macro International Inc.(Ml). 1994. Yemen Demographic and Maternal and Child Health Survey 1991/1992. Calverton, Maryland: CSO and MI.

See Also

phil_2013, heaping

Examples

x <- yemen_2013
# 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]