Stillbirths of white rabbits | R Documentation |
The function gives the frequency of stillbirths in 402 litters of New Zealand white rabbits.
data_sbirths
data_sbirths |
A vector of (non-negative integer) count values. |
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.
data_sbirths gives the frequency of stillbirths in 402 litters of New Zealand white rabbits.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
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.
x<-data_sbirths
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.