Learn R Programming

DDPM (version 0.1.0)

Antenatal care: 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

Value

data_antenatal gives the observed frequencies of the number of antenatal care service visits.

Arguments

data_antenatal

A vector of (non-negative integer) count values.

Author

Muhammad Imran

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

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.

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

data_teeth

Examples

Run this code
x<-data_antenatal
summary(x)
table (x)

Run the code above in your browser using DataLab