Antenatal care services {DDPM} | R Documentation |
The data contain the frequency distribution of use of antenatal care services in 2011
Description
The function gives the frequency distribution of the use of antenatal care services in 2011 in Ethiopia.
Usage
data_anten
Arguments
data_anten |
A vector of (non-negative integer) count values. |
Details
The data contain the frequency distribution of the use of antenatal care services in 2011 in Ethiopia. They were used by Assefa and Tadesse (2017) and fitted by the zero-inflated negative binomial model.
Value
data_anten gives the frequency distribution of the use of antenatal care services in 2011 in Ethiopia.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Assefa, E., & Tadesse, M. (2017). Factors related to the use of antenatal care services in Ethiopia: application of the zero-inflated negative binomial model. Women & Health, 57(7), 804-821.
See Also
Examples
x<-data_anten
summary(x)
table (x)
[Package DDPM version 0.1.0 Index]