Stillbirths of white rabbits {DDPM}R Documentation

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

Arguments

data_sbirths

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

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.

Value

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

Author(s)

Muhammad Imran

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

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

x<-data_sbirths
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]