Yemen | R Documentation |
The function provides the number of women of reproductive age 15-49 in Yemen based on the demographic health survey of 1991 and 2013.
yemen_2013
yemen_1991
yemen_2013 |
A vector of (non-negative) count values. |
yemen_1991 |
A vector of (non-negative) count values. |
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.
yemen_1991 and yemen_2013 give the number of women of reproductive age 15-49 in Yemen.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
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.
phil_2013, heaping
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.