Learn R Programming

DDPM (version 0.1.0)

Birth of male children: The data show the observed number of births male children

Description

The function gives the observed number of births male children.

Usage

data_bmale

Value

data_bmale gives the observed number of births male children.

Arguments

data_bmale

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 births male children studied with mothers of parity 2. They were used by Rahman et al. (2021) and fitted by the one inflated binomial distribution.

References

Rahman, T., Hazarika, P. J., & Barman, M. P. (2021). One inflated binomial distribution and its real-life applications. Indian Journal of Science and Technology, 14(22), 1839-1854.

See Also

data_bfemale

Examples

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

Run the code above in your browser using DataLab