alc_weekmean_adult: Alcohol average weekly consumption (adults)

Description Usage Arguments Details Value Examples

View source: R/alc_weekmean_adult.R

Description

We estimate the number of UK standard units of alcohol drunk on average in a week from the questions on drinking in the last 12 months.

Usage

1
2
3
4
5
alc_weekmean_adult(
  data,
  abv_data = hseclean::abv_data,
  volume_data = hseclean::alc_volume_data
)

Arguments

data

Data table - the Health Survey for England dataset

abv_data

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

volume_data

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

Details

The calculation has the following steps:

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
11
## Not run: 

data <- read_2016()
data <- clean_age(data)
data <- clean_demographic(data)
data <- alc_drink_now(data)
data <- alc_sevenday(data)
data <- alc_weekmean(data)


## End(Not run)

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