The function gives the frequency distribution of female childbirth in Rajasthan.
data_rajasthan
data_rajasthan gives the frequency distribution of female childbirth in Rajasthan.
A vector of (non-negative integer) count values.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
The data show the frequency distribution of female childbirth in Rajasthan. Recently, they were used by Kumar (2020) and fitted by a probability model for the number of female childbirths.
Kumar, A. (2020). A probability model for the number of female childbirths. Journal of Statistics Applications & Probability. 9(3), 525-534.
data_bihar, data_orissa
x<-data_rajasthan
summary(x)
table (x)
Run the code above in your browser using DataLab