alc_sevenday_adult: Alcohol consumption in last seven-days (adults)

Description Usage Arguments Details Value Examples

View source: R/alc_sevenday_adult.R

Description

Processes the information from the questions on drinking in the last seven days - how many times drank and characteristics of the heaviest drinking day.

Usage

1
2
3
4
5

Arguments

data

Data table - the health survey dataset

abv_data

Data table - our assumptions on the alcohol content of different beverages in (percent units / ml)

alc_volume_data

Data table - our assumptions on the volume of different drinks (ml).

Details

We estimate the number of UK standard units of alcohol drunk on the heaviest drinking day by using the data on how many of what size measures of different beverages were drunk, and combining this with our standard assumptions about beverage volume and alcohol content.

In 2007 new questions were added asking which glass size was used when wine was consumed. Therefore the post HSE 2007 unit calculations are not directly comparable to previous years’ data.

Value

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

data <- read_2001()
data <- clean_age(data)
data <- clean_demographic(data)
data <- alc_drink_now(data)
data <- alc_sevenday(data)


## End(Not run)

dosgillespie/hseclean documentation built on May 2, 2020, 1:15 a.m.