Timor-Leste {dhsage}R Documentation

The data represent the number of women of reproductive age in Timor-Leste

Description

The function provides the number of women of reproductive age 15-49 in Timor-Leste based on the demographic health survey of 2009 and 2016.

Usage

timor_2016
timor_2009

Arguments

timor_2016

A vector of (non-negative) count values.

timor_2009

A vector of (non-negative) count values.

Details

According to the demographic health surveys from 2009 and 2016, the function gives the number of women in Timor-Leste between the ages of 15 and 49.

Value

timor_2009 and timor_2016 give the number of women of reproductive age 15-49 in Timor-Leste.

Author(s)

Muhammad Imran

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

References

General Directorate of Statistics (GDS), Ministry of Health and ICF. 2018. Timor-Leste Demographic and Health Survey 2016. . Dili, Timor-Leste Rockville, Maryland, USA: GDS and ICF.

National Statistics Directorate (NSD) [Timor-Leste], Ministry of Finance [Timor-Leste], and ICF Macro. 2010. Timor-Leste Demographic and Health Survey 2009-10. Dili, Timor-Leste: NSD [TimorLeste] and ICF Macro.

See Also

nep_2016, mal_2016, heaping

Examples

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