Child per woman {DDPM} | R Documentation |
The data show the observed number of children per woman
Description
The function gives the observed number of children per woman.
Usage
data_child
Arguments
data_child |
A vector of (non-negative integer) count values. |
Details
The data show the observed number of children per woman. They were used by Melkersson and Rooth (2000) and fitted by the inflated count data models.
Value
data_child gives the observed number of children per woman.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Melkersson, M., & Rooth, D. O. (2000). Modeling female fertility using inflated count data models. Journal of Population Economics, 13, 189-203.
See Also
Examples
x<-data_child
summary(x)
table (x)
[Package DDPM version 0.1.0 Index]