Learn R Programming

countDM (version 0.1.0)

Stillbirths: Still births of New Zealand white rabbits

Description

The number of stillbirths of New Zealand white rabbits.

Usage

data_sbirth

Value

data_sbirth gives the frequencies of still births in 402 litters of New Zealand white rabbits.

Arguments

data_sbirth

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

Author

Muhammad Imran and M.H. Tahir.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com and M.H. Tahir <mht@iub.edu.pk>.

Details

The data set consists of frequencies of still births in 402 litters of New Zealand white rabbits, originally used by Morgan et al. (2007).

References

Morgan, B. T., Palmer, K. J., & Ridout, M. S. (2007). Negative score test statistic. The American Statistician, 61(4), 285-288.

Alshkaki, R. S. A. (2016). On the zero-one inflated Poisson distribution. Int J Stat Distrib Appl, 2(4), 42-8.

Pudprommarat, C. (2020, March). Zero-one inflated negative binomial-Sushila distribution and its application. In International Academic Multidisciplinary Research Conference in Rome 2020 (pp. 20-28).

See Also

data_criminal

Examples

Run this code
x <- data_sbirth
table (x)

Run the code above in your browser using DataLab