data_sibship: The data show the frequency distribution of male sibship

Male sibshipR 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)

DDPM documentation built on July 9, 2023, 6:17 p.m.