Antenatal care {DDPM} | R Documentation |
The data set consists of the number of antenatal care service visit
Description
The function gives the frequency distribution of the number of antenatal care service visits of 6450 women surveyed in EDHS 2016.
Usage
data_antenatal
Arguments
data_antenatal |
A vector of (non-negative integer) count values. |
Details
The data set consists of the number of antenatal care service visit of 6450 women surveyed in EDHS 2016. Recently, they were used by Bekalo and Kebede (2021) and fitted by the zero-inflated models for count data.
Value
data_antenatal gives the observed frequencies of the number of antenatal care service visits.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Bekalo, D. B., & Kebede, D. T. (2021). Zero-inflated models for count data: an application to the number of antenatal care service visits. Annals of Data Science, 8, 683-708.
See Also
Examples
x<-data_antenatal
summary(x)
table (x)