data_SriLanka: The data represent the number of women of reproductive age in...

Sri LankaR Documentation

The data represent the number of women of reproductive age in the Sri Lanka

Description

The function provides the number of women of reproductive age 15-49 in Sri Lanka based on the demographic health survey of 1987.

Usage

sri_1987

Arguments

sri_1987

A vector of (non-negative) count values.

Details

According to the 1987 demographic health census, the function gives Sri Lankan women between the ages of 15 and 49 who are fertile.

Value

sri_1987 gives the number of women of reproductive age 15-49 in Sri Lanka.

Author(s)

Muhammad Imran

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

References

Department of Census and Statistics Ministry of Plan Implementation/Sri Lanka and Institute for Resource Development/Westinghouse. 1988. Sri Lanka Demographic and Health Survey 1987. Columbia, Maryland, USA: Institute for Resources Development/Westinghouse.

See Also

thai_1987, heaping

Examples

x <- sri_1987
# starting age 23 and ending age 62
heaping(x, 23, 62)
# starting age 15 and ending age 49
heaping(x, 15, 49)

dhsage documentation built on Oct. 5, 2023, 5:09 p.m.