alc_sevenday_child: Alcohol consumption in last seven-days (children)

Description Usage Arguments Details Value Examples

View source: R/alc_sevenday_child.R

Description

Processes the information from the questions on drinking in the last seven days - whether different types of beverages have been drunk in last 7 days, and if so, how much of each was drunk.

Usage

1
2
3
4
5

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)

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 in the last 7 days 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.

MISSING DATA

Normally, if one of the constituent variables was missing, the whole variable would be marked as missing. However, due to high missingness, we just assume any missing = 0, and so are likely to make underestimates.

Value

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12

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