Learn R Programming

DDPM (version 0.1.0)

Stillbirths of white rabbits: The data represent the number of stillbirths of New Zealand white rabbits

Description

The function gives the frequency of stillbirths in 402 litters of New Zealand white rabbits.

Usage

data_sbirths

Value

data_sbirths gives the frequency of stillbirths in 402 litters of New Zealand white rabbits.

Arguments

data_sbirths

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

Author

Muhammad Imran

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

Details

The data set consists of frequency of stillbirths in 402 litters of New Zealand white rabbits. Recently, it was used by Alshkaki (2016) and fitted by the zero-and-one inflated Poisson distribution.

References

Alshkaki, R. S. A. (2016). On the zero-one inflated Poisson distribution. International Journal of Statistical Distributions and Applications, 2(4), 42-8.

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

Examples

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

Run the code above in your browser using DataLab