Azerbaijan {dhsage}R Documentation

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

Description

The function provides the number of women of reproductive age 15-49 in Azerbaijan based on the demographic health survey of 2006.

Usage

azer_2006

Arguments

azer_2006

A vector of (non-negative) count values.

Details

Based on the 2006 demographic health survey, the function gives the number of women in Azerbaijan between the ages of 15 and 49.

Value

azer_2006 gives the number of women of reproductive age 15-49 in Azerbaijan.

Author(s)

Muhammad Imran

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

References

State Statistical Committee (SSC) [Azerbaijan] and Macro International Inc. 2008. Azerbaijan Demographic and Health Survey 2006. Calverton, Maryland, USA: State Statistical Committee and Macro International Inc.

See Also

nep_2006, pak_2006, heaping

Examples

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