Male sibship {DDPM}R Documentation

The data show the frequency distribution of male sibship

Description

The function gives the frequency distribution of male sibship.

Usage

data_sibship

Arguments

data_sibship

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

Details

The data show the frequency distribution of male sibship. They were used by Sweeney et al. (2014) and fitted by the zero & N inflated binomial distribution.

Value

data_sibship gives the frequency distribution of male sibship.

Author(s)

Muhammad Imran

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

References

Sweeney, J., Haslett, J., & Parnell, A. C. (2014). The zero & N inflated binomial distribution with applications. arXiv preprint arXiv:1407.0064.

Examples

x<-data_sibship
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]