Learn R Programming

DDPM (version 0.1.0)

Child per woman: The data show the observed number of children per woman

Description

The function gives the observed number of children per woman.

Usage

data_child

Value

data_child gives the observed number of children per woman.

Arguments

data_child

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

Author

Muhammad Imran

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

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.

References

Melkersson, M., & Rooth, D. O. (2000). Modeling female fertility using inflated count data models. Journal of Population Economics, 13, 189-203.

See Also

data_bihar, data_orissa

Examples

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

Run the code above in your browser using DataLab