Thailand | R Documentation |
The function provides the number of women of reproductive age 15-49 in Thailand based on the demographic health survey of 1987.
thai_1987
thai_1987 |
A vector of (non-negative) count values. |
Based on the demographic health survey of 1987, the function gives the number of Thai women in the reproductive age range of 15 to 49.
sri_1987 gives gives the number of women of reproductive age 15-49 in Thailand.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Chayovan, Napaporn, Peerasit Kamnuansilpa,and John Knodel. 1988. Thailand Demographic and Health Survey 1987. Columbia, Maryland, USA: Institute of Population Studies/Thailand and Institute for Resource Development- IRD/Westinghouse.
sri_1987, heaping
x <- thai_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.