fitODBOD (version 1.4.1-1)

Alcohol_data: Alcohol data

Description

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".

Usage

Alcohol_data

Arguments

Format

A data frame with 3 columns and 8 rows.

Days

No of Days Drunk

week1

Observed frequencies for week1

week2

Observed frequencies for week2

Examples

Run this code
Alcohol_data$Days          # extracting the binomial random variables
sum(Alcohol_data$week2)       # summing all the frequencies in week2

Run the code above in your browser using DataLab