Vietnam {dhsage}R Documentation

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

Description

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.

Usage

viet_2005
viet_2002
viet_1997

Arguments

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.

Details

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.

Value

viet_1997, viet_2002 and viet_2005 give the number of women of reproductive age 15-49 in Vietnam.

Author(s)

Muhammad Imran

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

References

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.

See Also

india_2005, camb_2005, armen_2005, heaping

Examples

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)

[Package dhsage version 0.1.0 Index]