Vietnam | R Documentation |
The function provides the number of women of reproductive age 15-49 in Vietnam based on the demographic health survey of 2005, 2002 and 1997.
viet_2005
viet_2002
viet_1997
viet_2005 |
A vector of (non-negative) count values. |
viet_2002 |
A vector of (non-negative) count values. |
viet_1997 |
A vector of (non-negative) count values. |
Given the results of the demographic health surveys from 2005, 2002, and 1997, the function gives the number of Vietnamese women in the reproductive age range of 15 to 49.
viet_1997, viet_2002 and viet_2005 give the number of women of reproductive age 15-49 in Vietnam.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
General Statistical Office (GSO), National Institute of Hygiene and Epidemiology (NIHE) [Vietnam] and ORC Macro. 2006. Vietnam Population and AIDS Indicator Survey 2005. Calverton, Maryland, USA: GSO, NIHE, and ORC Macro.
Committee for Population, Family and Children [Vietnam], and ORC Macro. 2003. Vietnam Demographic and Health Survey 2002. Calverton, Maryland, USA: Committee for Population, Family and Children and ORC Macro.
Committee for Population, Family and Children [Vietnam], and ORC Macro. 1999. Vietnam Demographic and Health Survey 1997. Calverton, Maryland, USA: Committee for Population, Family and Children and ORC Macro.
india_2005, camb_2005, armen_2005, heaping
x <- viet_2005
# 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.