| Male_Children | R Documentation |
The number of male children among the first 12 children of family size 13 in 6115 families taken from the hospital records in the nineteenth century Saxony (Sokal & Rohlf(1994), Lindsey (1995), p. 59). The thirteenth child is ignored to assuage the effect of families non-randomly stopping when a desired gender is reached.
Male_Children
A data frame with 2 columns and 13 rows.
No_of_MalesNo of Male children among first 12 children of family size 13
freqObserved frequencies for corresponding male children
Extracted from
Borges, P., Rodrigues, J., Balakrishnan, N. and Bazan, J., 2014. A COM-Poisson type generalization of the binomial distribution and its properties and applications. Statistics & Probability Letters, 87, pp.158-166.
Available at: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.spl.2014.01.019")}
Male_Children$No_of_Males # extracting the binomial random variables
sum(Male_Children$freq) # summing all the frequencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.