Azerbaijan | R Documentation |
The function provides the number of women of reproductive age 15-49 in Azerbaijan based on the demographic health survey of 2006.
azer_2006
azer_2006 |
A vector of (non-negative) count values. |
Based on the 2006 demographic health survey, the function gives the number of women in Azerbaijan between the ages of 15 and 49.
azer_2006 gives the number of women of reproductive age 15-49 in Azerbaijan.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
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.
nep_2006, pak_2006, heaping
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.