Antenatal care | R Documentation |
The function gives the frequency distribution of the number of antenatal care service visits of 6450 women surveyed in EDHS 2016.
data_antenatal
data_antenatal |
A vector of (non-negative integer) count values. |
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.
data_antenatal gives the observed frequencies of the number of antenatal care service visits.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
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.
data_teeth
x<-data_antenatal
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.