
Weekly England COVID test positives by age group including testing effort
Source:R/data.R
england_covid_test_positives.Rd
An age group stratified dataset from
Usage
data(england_covid_test_positives)
Format
A dataframe containing the following columns:
class (character) - the age group
date (date) - the start date of a week
count (numeric) - the count of COVID positives
denom (numeric) - the number of COVID tests performed for that age group that week
population (numeric) - the size of the population in this age group
time (time_period) - the time column (weekly)
Must be grouped by: class (and other groupings allowed).
No default value.
1050 rows and 6 columns