Alcohol_data | R Documentation |
Lemmens , Knibbe and Tan(1988) described a study of self reported alcohol frequencies. The no of alcohol consumption data in two reference weeks is separately self reported by a randomly selected sample of 399 respondents in the Netherlands in 1983. Number of days a given individual consumes alcohol out of 7 days a week can be treated as a binomial variable. The collection of all such variables from all respondents would be defined as "Binomial Outcome Data".
Alcohol_data
A data frame with 3 columns and 8 rows.
Days
No of Days Drunk
week1
Observed frequencies for week1
week2
Observed frequencies for week2
Extracted from
Manoj, C., Wijekoon, P. & Yapa, R.D., 2013. The McDonald Generalized Beta-Binomial Distribution: A New Binomial Mixture Distribution and Simulation Based Comparison with Its Nested Distributions in Handling Overdispersion. International Journal of Statistics and Probability, 2(2), pp.24-41.
Available at: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.5539/ijsp.v2n2p24")}
Alcohol_data$Days # extracting the binomial random variables
sum(Alcohol_data$week2) # summing all the frequencies in week2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.