Sri Lanka | R Documentation |
The function provides the number of women of reproductive age 15-49 in Sri Lanka based on the demographic health survey of 1987.
sri_1987
sri_1987 |
A vector of (non-negative) count values. |
According to the 1987 demographic health census, the function gives Sri Lankan women between the ages of 15 and 49 who are fertile.
sri_1987 gives the number of women of reproductive age 15-49 in Sri Lanka.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
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.
thai_1987, heaping
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.