Pakistan {dhsage}R Documentation

The data represent the number of women of reproductive age in Pakistan

Description

The function provides the number of women of reproductive age 15-49 in Pakistan based on the demographic health survey of 2017, 2012, 2006 and 1990.

Usage

pak_2017
pak_2012
pak_2006
pak_1990

Arguments

pak_2017

A vector of (non-negative) count values.

pak_2012

A vector of (non-negative) count values.

pak_2006

A vector of (non-negative) count values.

pak_1990

A vector of (non-negative) count values.

Details

The function provides information on the number of women in Pakistan who are 15–49 years old and of reproductive age based on the demographic health surveys from 2017, 2012, 2006, and 1990.

Value

pak_1990, pak_2006, pak_2012 and pak_2017 give the number of women of reproductive age 15-49 in Pakistan.

Author(s)

Muhammad Imran

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

References

National Institute of Population Studies (NIPS) [Pakistan] and ICF. 2019. Pakistan Demographic and Health Survey 2017-18. Islamabad, Pakistan, and Rockville, Maryland, USA: NIPS and ICF.

National Institute of Population Studies (NIPS) [Pakistan] and ICF International. 2013. Pakistan Demographic and Health Survey 2012-13. Islamabad, Pakistan, and Calverton, Maryland, USA: NIPS and ICF International.

National Institute of Population Studies (NIPS) [Pakistan], and Macro International Inc. 2008. Pakistan Demographic and Health Survey 2006-07. Islamabad, Pakistan: National Institute of Population Studies and Macro International Inc.

National Institute of Population Studies - NIPS/Pakistan and Institute for Resource Development - IRD/Macro International. 1992. Pakistan Demographic and Health Survey 1990/1991. Islamabad, Pakistan: NIPS/Pakistan and IRD/Macro International.

See Also

jord_2017, phil_2017, heaping

Examples

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