Male sibship | R Documentation |
The function gives the frequency distribution of male sibship.
data_sibship
data_sibship |
A vector of (non-negative integer) count values. |
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.
data_sibship gives the frequency distribution of male sibship.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Sweeney, J., Haslett, J., & Parnell, A. C. (2014). The zero & N inflated binomial distribution with applications. arXiv preprint arXiv:1407.0064.
x<-data_sibship
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.