From 52c3a0611cd65db2670955a23e7c8effecf9f7b9 Mon Sep 17 00:00:00 2001 From: Duncan Gillespie Date: Wed, 6 Oct 2021 17:02:34 +0100 Subject: [PATCH] update site --- DESCRIPTION | 3 +- R/AlcBinge_stapm.R | 4 +- R/AlcLags.R | 7 +- R/ExpandCodes.R | 2 +- R/PAFcalc.R | 10 +- R/RRAlc.R | 8 +- R/RRFunc.R | 4 +- R/RRtob.R | 2 +- R/TobAlcInt.R | 2 +- R/TobLags.R | 2 +- R/WArisk_acute.R | 4 +- R/binge_params.R | 4 +- R/icd10_lookups.R | 12 +- R/subgroupRisk.R | 2 +- R/tob_alc_risk_int.R | 2 +- _pkgdown.yml | 12 +- ...cessing.R => 10_HSE_variable_processing.R} | 0 .../{12 Imputation.R => 12_Imputation.R} | 0 .../{20 working code.R => 20_working_code.R} | 0 inst/REFERENCES.bib | 109 +- inst/REFERENCES.bib.bak | 990 ++++++++ man/AlcBinge_stapm.Rd | 4 +- man/AlcLags.Rd | 7 +- man/ExpandCodes.Rd | 2 +- man/PAFcalc.Rd | 6 +- man/RRFunc.Rd | 4 +- man/RRalc.Rd | 8 +- man/RRtob.Rd | 2 +- man/TobAlcInt.Rd | 2 +- man/TobLags.Rd | 2 +- man/WArisk_acute.Rd | 4 +- man/alc_icd10_lookups.Rd | 4 +- man/binge_params_stapm.Rd | 4 +- man/subgroupRisk.Rd | 2 +- man/tob_alc_risk_int.Rd | 4 +- man/tob_icd10_lookups.Rd | 4 +- man/tobalc_icd10_lookups.Rd | 4 +- public/404.html | 2 +- public/LICENSE.html | 40 +- public/articles/index.html | 19 +- public/articles/tobalcepi.html | 4 +- .../header-attrs-2.11/header-attrs.js | 12 + .../use_of_disease_risks_in_stapm.html | 405 ++++ .../figure-html/wa_acute_risk_function-1.png | Bin 0 -> 42277 bytes .../wa_chronic_risk_function-1.png | Bin 0 -> 36724 bytes .../header-attrs-2.11/header-attrs.js | 12 + public/authors.html | 2 +- public/index.html | 2 +- public/pkgdown.yml | 9 +- public/reference/AlcBinge.html | 2 +- public/reference/AlcBinge_stapm.html | 12 +- public/reference/AlcLags.html | 16 +- public/reference/ExpandCodes.html | 8 +- public/reference/PAFcalc.html | 37 +- public/reference/PArisk.html | 22 +- public/reference/RRFunc.html | 12 +- public/reference/RRTobDR.html | 2 +- public/reference/RRalc.html | 14 +- public/reference/RRtob.html | 8 +- public/reference/TobAlcInt.html | 16 +- public/reference/TobLags.html | 8 +- public/reference/WArisk_acute.html | 26 +- public/reference/alc_disease_names.html | 5 +- public/reference/alc_icd10_lookups.html | 12 +- public/reference/binge_params.html | 2 +- public/reference/binge_params_stapm.html | 12 +- public/reference/disease_groups.html | 7 +- public/reference/index.html | 42 +- public/reference/intervalprob.html | 218 ++ public/reference/subgroupRisk.html | 8 +- public/reference/tob_alc_risk_int.html | 20 +- public/reference/tob_disease_names.html | 2 +- public/reference/tob_icd10_lookups.html | 12 +- public/reference/tobacco_lag_times.html | 2 +- public/reference/tobacco_relative_risks.html | 2 +- public/reference/tobalc_icd10_lookups.html | 12 +- public/reference/tobalcepi-package.html | 2 +- public/sitemap.xml | 56 +- vignettes/disease-risks.bib | 109 +- vignettes/disease-risks.bib.bak | 855 +++++++ vignettes/use_of_disease_risks_in_stapm.Rmd | 2004 +---------------- 81 files changed, 2973 insertions(+), 2341 deletions(-) rename data-raw/binge_params/{10 HSE variable processing.R => 10_HSE_variable_processing.R} (100%) mode change 100755 => 100644 rename data-raw/binge_params/{12 Imputation.R => 12_Imputation.R} (100%) mode change 100755 => 100644 rename data-raw/binge_params/{20 working code.R => 20_working_code.R} (100%) create mode 100644 inst/REFERENCES.bib.bak create mode 100644 public/articles/tobalcepi_files/header-attrs-2.11/header-attrs.js create mode 100644 public/articles/use_of_disease_risks_in_stapm.html create mode 100644 public/articles/use_of_disease_risks_in_stapm_files/figure-html/wa_acute_risk_function-1.png create mode 100644 public/articles/use_of_disease_risks_in_stapm_files/figure-html/wa_chronic_risk_function-1.png create mode 100644 public/articles/use_of_disease_risks_in_stapm_files/header-attrs-2.11/header-attrs.js create mode 100644 public/reference/intervalprob.html create mode 100644 vignettes/disease-risks.bib.bak diff --git a/DESCRIPTION b/DESCRIPTION index a56b12d..b64d7e5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -48,7 +48,8 @@ Imports: lifecycle, crayon, TTR, - Rfast + Rfast, + stapmr RdMacros: Rdpack, lifecycle VignetteBuilder: knitr RoxygenNote: 7.1.2 diff --git a/R/AlcBinge_stapm.R b/R/AlcBinge_stapm.R index e348976..558ccf1 100644 --- a/R/AlcBinge_stapm.R +++ b/R/AlcBinge_stapm.R @@ -1,9 +1,9 @@ -#' Calculate variables to inform alcohol binge model - STAPM version \lifecycle{maturing} +#' Calculate variables to inform alcohol binge model - STAPM version #' #' Designed to work with simulated individual trajectories of alcohol consumption - stratified by #' age category, sex and IMD quintile. Assigns coefficients stratified by age category, sex and IMD quintile to -#' the simulated sample of individuals to estimate their characteristics of single occassion drinking +#' the simulated sample of individuals to estimate their characteristics of single occasion drinking #' at each time step in the simulation. #' #' The coefficients used come originally from a study by Hill-McManus 2014, diff --git a/R/AlcLags.R b/R/AlcLags.R index 230d90e..a21263f 100644 --- a/R/AlcLags.R +++ b/R/AlcLags.R @@ -1,11 +1,11 @@ -#' Alcohol lag times \lifecycle{stable} +#' Alcohol lag times #' #' Prepare the disease specific functions that describe how a change in alcohol consumption #' gradually has an effect on the relative risk of disease incidence over time (up to 20 years) #' since alcohol consumption changed. #' -#' All lag times are taken from the review by Holmes et al. 2012, +#' All lag times are taken from the review by \insertCite{holmes2012temporal;textual}{tobalcepi} , #' and are the numbers used in the current version of SAPM. #' #' @param disease_name Character - the name of the disease under consideration. @@ -19,6 +19,9 @@ #' @importFrom data.table := setDT setnames data.table #' @importFrom stapmr %fin% #' +#' @references +#' \insertRef{holmes2012temporal}{tobalcepi} +#' #' @export #' #' diff --git a/R/ExpandCodes.R b/R/ExpandCodes.R index 411fff4..1709b47 100644 --- a/R/ExpandCodes.R +++ b/R/ExpandCodes.R @@ -1,6 +1,6 @@ -#' Convert groups of ICD-10 codes to single codes \lifecycle{stable} +#' Convert groups of ICD-10 codes to single codes #' #' Creates the lookup files for search for single ICD-10 codes related to tobacco and/or alcohol. #' diff --git a/R/PAFcalc.R b/R/PAFcalc.R index 31e87bf..d566d3a 100644 --- a/R/PAFcalc.R +++ b/R/PAFcalc.R @@ -1,12 +1,12 @@ #' Calculate Population Attributable Fractions #' -#' Uses \code{RRFunc()} and \code{subgroupRisk()} to +#' Uses [tobalcepi::RRFunc()] and [tobalcepi::subgroupRisk()] to #' calculate population attributable fractions #' based on the survey data provided. #' #' -#' @param data Data table of individual characteristics +#' @param data Data table of individual characteristics. Defaults to NULL. #' @param rrdata Optional - data table containing individual tobacco and alcohol consumption characteristics #' with relative risks of disease already assigned. This could be useful for increasing efficiency - saving computer processing time. #' Defaults to NULL. @@ -51,7 +51,7 @@ #' } #' PAFcalc <- function( - data, + data = NULL, rrdata = NULL, substance, tob_include_risk_in_former_smokers = TRUE, @@ -68,10 +68,12 @@ PAFcalc <- function( mort_or_morb = c("mort", "morb")[1] ) { - years <- min(data$year):max(data$year) + if(is.null(rrdata)) { + years <- min(data$year):max(data$year) + cat("Assigning relative risks\n") for(y in years) { diff --git a/R/RRAlc.R b/R/RRAlc.R index ccdcc7d..d24c59f 100644 --- a/R/RRAlc.R +++ b/R/RRAlc.R @@ -1,6 +1,6 @@ -#' Relative risks for alcohol related diseases \lifecycle{stable} +#' Relative risks for alcohol related diseases #' #' Computes the relative risks for each alcohol related disease based on the published risk curves. #' @@ -10,13 +10,13 @@ #' indicates protective effects of alcohol, there is an option to remove the protective effect by setting all #' RR < 1 = 1. #' -#' Relative risks for partially attributable acute are computed by the \code{PArisk()} function called from within +#' Relative risks for partially attributable acute are computed by the [tobalcepi::PArisk()] function called from within #' this function. The characteristics of individual single occasion drinking are also calculated within this function -#' using \code{AlcBinge_stapm()}. +#' using [tobalcepi::AlcBinge_stapm()]. #' #' Relative risks for wholly attributable chronic and wholly attributable acute conditions are calculated #' based on the extent to which either weekly or daily consumption exceeds a pre-specified threshold. The risk -#' for wholly attributable acute conditions is calculated by the function \code{WArisk_acute()}. We developed a new +#' for wholly attributable acute conditions is calculated by the function [tobalcepi::WArisk_acute()]. We developed a new #' method to model the absolute risk of wholly attributable acute conditions to suit the STAPM modelling. #' This new method is based on the method used to model the risk of partially attributable acute conditions - #' the shape of the risk function is determined by the individual variation in the total annual number of units that diff --git a/R/RRFunc.R b/R/RRFunc.R index 922c060..2139211 100644 --- a/R/RRFunc.R +++ b/R/RRFunc.R @@ -1,5 +1,5 @@ -#' Individual relative risks of disease \lifecycle{maturing} +#' Individual relative risks of disease #' #' @description #' This function takes a sample of individuals and computes each individual's relative risk @@ -10,7 +10,7 @@ #' @details See below #' @section Alcohol risk: #' For alcohol, the relative risk for each individual for each disease is calculated based on -#' their average weekly alcohol consumption (using \code{RRalc()}). +#' their average weekly alcohol consumption (using [tobalcepi::RRalc()]). #' Alcohol consumption is converted to grams of ethanol consumed on average in a day, and #' this is truncated at 150g/day. We assume 8 grams of ethanol per UK standard unit of alcohol. #' For diseases that have separate mortality and morbidity risk functions, diff --git a/R/RRtob.R b/R/RRtob.R index 4476755..0d53dba 100644 --- a/R/RRtob.R +++ b/R/RRtob.R @@ -1,5 +1,5 @@ -#' Tobacco relative risks \lifecycle{maturing} +#' Tobacco relative risks #' #' Relative risks for current vs. never cigarette smokers. #' diff --git a/R/TobAlcInt.R b/R/TobAlcInt.R index 710fb21..055fbe6 100644 --- a/R/TobAlcInt.R +++ b/R/TobAlcInt.R @@ -1,6 +1,6 @@ -#' Risk interaction between tobacco and alcohol \lifecycle{maturing} +#' Risk interaction between tobacco and alcohol #' #' Assigns the disease-specific interaction term (synergy index) appropriate to each #' individual's tobacco and alcohol consumption. diff --git a/R/TobLags.R b/R/TobLags.R index 947e515..59df391 100644 --- a/R/TobLags.R +++ b/R/TobLags.R @@ -1,5 +1,5 @@ -#' Tobacco lag times \lifecycle{stable} +#' Tobacco lag times #' #' Prepare the disease specific functions that describe how a change in tobacco consumption #' gradually has an effect on the relative risk of disease incidence over time (up to 40 years) diff --git a/R/WArisk_acute.R b/R/WArisk_acute.R index 313c87a..4d0d2d2 100644 --- a/R/WArisk_acute.R +++ b/R/WArisk_acute.R @@ -1,5 +1,5 @@ -#' Risk of acute conditions wholly-attributable to alcohol \lifecycle{stable} +#' Risk of acute conditions wholly-attributable to alcohol #' #' Uses the 'new' binge model methods to calculate the risk #' that each individual experiences each acute consequence of drinking during one year @@ -10,7 +10,7 @@ #' the distribution of characteristics of single occasion drinking described by the #' parameter estimates of Hill-McManus et al 2014. #' -#' The function uses the outputs of AlcBinge_stapm() +#' The function uses the outputs of [tobalcepi::AlcBinge_stapm()] #' to estimate for each individual: (1) the average amount that each individual is expected to #' drink on a single drinking occasion; (2) the standard deviation of the amount that each individual is expected to #' drink on a single drinking occasion; (3) the expected number of drinking occasions that diff --git a/R/binge_params.R b/R/binge_params.R index a739b35..875a740 100644 --- a/R/binge_params.R +++ b/R/binge_params.R @@ -1,8 +1,8 @@ -#' Parameters to estimate amount drunk on single occassions - STAPM version +#' Parameters to estimate amount drunk on single occasions - STAPM version #' #' As our starting point we use the parameter estimates from Hill-McManus et al 2014 - stored within the `tobalcepi` package as the data object `binge_params`. -#' The problem with using these parameters directly in STAPM is that STAPM does not model the individual lifecourse trajectories of +#' The problem with using these parameters directly in STAPM is that STAPM does not model the individual life-course trajectories of #' some of the covariates investigated by Hill-McManus et al, e.g. income, kids or social status. To get these parameters into a form that can be used in STAPM, #' we matched them to the individual covariates in a sample of Health Survey for England data from 2011-2017, and then averaged the parameter values #' by age category, sex and IMD quintiles. The code that does this is in the `data-raw/binge_params` folder of the `tobalcepi` package. diff --git a/R/icd10_lookups.R b/R/icd10_lookups.R index 363afd9..418ee1a 100755 --- a/R/icd10_lookups.R +++ b/R/icd10_lookups.R @@ -1,9 +1,9 @@ -#' Diseases related to tobacco and their ICD-10 defintions +#' Diseases related to tobacco and their ICD-10 definitions #' #' Deaths in the mortality data are assigned a single ICD-10 code e.g. C00, #' but for our analysis we need to group these into cause-groups according to groups e.g. C00-C06. -#' To do this, we define each group by its consituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. +#' To do this, we define each group by its constituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. #' #' @docType data #' @@ -18,11 +18,11 @@ "tob_icd10_lookups" -#' Diseases related to alcohol and their ICD-10 defintions +#' Diseases related to alcohol and their ICD-10 definitions #' #' Deaths in the mortality data are assigned a single ICD-10 code e.g. C00, #' but for our analysis we need to group these into cause-groups according to groups e.g. C00-C06. -#' To do this, we define each group by its consituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. +#' To do this, we define each group by its constituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. #' #' @docType data #' @@ -37,11 +37,11 @@ "alc_icd10_lookups" -#' Diseases related to both tobacco and alcohol and their ICD-10 defintions +#' Diseases related to both tobacco and alcohol and their ICD-10 definitions #' #' Deaths in the mortality data are assigned a single ICD-10 code e.g. C00, #' but for our analysis we need to group these into cause-groups according to groups e.g. C00-C06. -#' To do this, we define each group by its consituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. +#' To do this, we define each group by its constituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. #' #' @docType data #' diff --git a/R/subgroupRisk.R b/R/subgroupRisk.R index 13610d5..5d7cac8 100644 --- a/R/subgroupRisk.R +++ b/R/subgroupRisk.R @@ -1,5 +1,5 @@ -#' Summarise relative risk \lifecycle{stable} +#' Summarise relative risk #' #' Calculate the sum of the relative risk for all individuals in a subgroup, #' or calculate the subgroup specific attributable fraction based on the current relative risks. diff --git a/R/tob_alc_risk_int.R b/R/tob_alc_risk_int.R index 2d3d83f..70635a1 100644 --- a/R/tob_alc_risk_int.R +++ b/R/tob_alc_risk_int.R @@ -1,5 +1,5 @@ -#' Synergstic effects of tobacco and alcohol risks +#' Synergistic effects of tobacco and alcohol risks #' #' @docType data #' diff --git a/_pkgdown.yml b/_pkgdown.yml index 2e6e059..0c158fb 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -39,15 +39,10 @@ navbar: href: https://stapm.gitlab.io/software.html articles: -- title: "Tobacco relative risks" - contents: - - smoking-disease-risks - -- title: "Alcohol relative risks" +- title: "Technical information" contents: - - alc_partially_attrib_acute - - alc_wholly_attrib_acute - - alc_wholly_attrib_chronic + - tobalcepi + - use_of_disease_risks_in_stapm reference: - title: "Use of risk functions" @@ -99,6 +94,7 @@ reference: contents: - ExpandCodes - disease_groups + - intervalprob diff --git a/data-raw/binge_params/10 HSE variable processing.R b/data-raw/binge_params/10_HSE_variable_processing.R old mode 100755 new mode 100644 similarity index 100% rename from data-raw/binge_params/10 HSE variable processing.R rename to data-raw/binge_params/10_HSE_variable_processing.R diff --git a/data-raw/binge_params/12 Imputation.R b/data-raw/binge_params/12_Imputation.R old mode 100755 new mode 100644 similarity index 100% rename from data-raw/binge_params/12 Imputation.R rename to data-raw/binge_params/12_Imputation.R diff --git a/data-raw/binge_params/20 working code.R b/data-raw/binge_params/20_working_code.R similarity index 100% rename from data-raw/binge_params/20 working code.R rename to data-raw/binge_params/20_working_code.R diff --git a/inst/REFERENCES.bib b/inst/REFERENCES.bib index e536554..237ad4f 100644 --- a/inst/REFERENCES.bib +++ b/inst/REFERENCES.bib @@ -1,13 +1,5 @@ -%% This BibTeX bibliography file was created using BibDesk. -%% https://bibdesk.sourceforge.io/ +% Encoding: UTF-8 -%% Created for Duncan Gillespie at 2020-11-26 11:27:40 +0000 - - -%% Saved with string encoding Unicode (UTF-8) - - -@comment{jabref-meta: databaseType:bibtex;} @@ -936,42 +928,63 @@ @article{Zou2014 Volume = {50}, Year = {2014}} -@article{Pang2015, - __Markedentry = {[cm1dog:]}, - Author = {Pang, Q. and Qu, K. and Zhang, J. and Xu, X. and Liu, S. and Song, S. and Wang, R. and Zhang, L. and Wang, Z. and Liu, C.}, - Journal = {Journal of Gastroenterology \& Hepatology}, - Number = {10}, - Pages = {1450-60}, - Title = {Cigarette smoking increases the risk of mortality from liver cancer: A clinical-based cohort and meta-analysis}, - Type = {Journal Article}, - Volume = {30}, - Year = {2015}} - -@article{Brennan2015, - __Markedentry = {[cm1dog:6]}, - Author = {Brennan, Alan and Meier, Petra and Purshouse, Robin and Rafia, Rachid and Meng, Yang and Hill-Macmanus, Daniel and Angus, Colin and Holmes, John}, - Doi = {10.1002/hec.3105}, - Issn = {1099-1050}, - Journal = {Health Economics}, - Number = {10}, - Pages = {1368-1388}, - Title = {The Sheffield Alcohol Policy Model -- A Mathematical Description}, - Type = {Journal Article}, - Url = {http://dx.doi.org/10.1002/hec.3105}, - Volume = {24}, - Year = {2015}, - Bdsk-Url-1 = {http://dx.doi.org/10.1002/hec.3105}} - -@article{Gunningschepers1989, - __Markedentry = {[cm1dog:6]}, - Author = {Gunningschepers, L.}, - Issn = {0168-8510}, - Journal = {Health Policy}, - Number = {1-2}, - Pages = {1-255}, - Title = {The health benefits of preventions - a simulation approach}, - Type = {Journal Article}, - Url = {://WOS:A1989AD34000001}, - Volume = {12}, - Year = {1989}, - Bdsk-Url-1 = {%3CGo%20to%20ISI%3E://WOS:A1989AD34000001}} +@Article{Pang2015, + author = {Pang, Q. and Qu, K. and Zhang, J. and Xu, X. and Liu, S. and Song, S. and Wang, R. and Zhang, L. and Wang, Z. and Liu, C.}, + journal = {Journal of Gastroenterology \& Hepatology}, + title = {Cigarette smoking increases the risk of mortality from liver cancer: A clinical-based cohort and meta-analysis}, + year = {2015}, + number = {10}, + pages = {1450-60}, + volume = {30}, + groups = {[cm1dog:]}, + type = {Journal Article}, +} + +@Article{Brennan2015, + author = {Brennan, Alan and Meier, Petra and Purshouse, Robin and Rafia, Rachid and Meng, Yang and Hill-Macmanus, Daniel and Angus, Colin and Holmes, John}, + journal = {Health Economics}, + title = {The Sheffield Alcohol Policy Model -- A Mathematical Description}, + year = {2015}, + issn = {1099-1050}, + number = {10}, + pages = {1368-1388}, + volume = {24}, + bdsk-url-1 = {http://dx.doi.org/10.1002/hec.3105}, + doi = {10.1002/hec.3105}, + groups = {cm1dog:6}, + type = {Journal Article}, + url = {http://dx.doi.org/10.1002/hec.3105}, +} + +@Article{Gunningschepers1989, + author = {Gunningschepers, L.}, + journal = {Health Policy}, + title = {The health benefits of preventions - a simulation approach}, + year = {1989}, + issn = {0168-8510}, + number = {1-2}, + pages = {1-255}, + volume = {12}, + bdsk-url-1 = {%3CGo%20to%20ISI%3E://WOS:A1989AD34000001}, + groups = {cm1dog:6}, + type = {Journal Article}, + url = {://WOS:A1989AD34000001}, +} +@article{holmes2012temporal, + title={The temporal relationship between per capita alcohol consumption and harm: a systematic review of time lag specifications in aggregate time series analyses}, + author={Holmes, John and Meier, Petra S and Booth, Andrew and Guo, Yelan and Brennan, Alan}, + journal={Drug and alcohol dependence}, + volume={123}, + number={1-3}, + pages={7--14}, + year={2012}, + publisher={Elsevier} +} +@Comment{jabref-meta: databaseType:bibtex;} + +@Comment{jabref-meta: grouping: +0 AllEntriesGroup:; +1 StaticGroup:Markings\;2\;1\;\;\;\;; +2 StaticGroup:[cm1dog:]\;2\;1\;\;\;\;; +2 StaticGroup:cm1dog:6\;2\;1\;\;\;\;; +} diff --git a/inst/REFERENCES.bib.bak b/inst/REFERENCES.bib.bak new file mode 100644 index 0000000..237ad4f --- /dev/null +++ b/inst/REFERENCES.bib.bak @@ -0,0 +1,990 @@ +% Encoding: UTF-8 + + + + +@misc{webster2018risk, + Author = {Webster, Laura and Angus, Colin and Brennan, Alan and Gillespie, Duncan}, + Date-Added = {2020-11-25 09:40:25 +0000}, + Date-Modified = {2020-11-25 09:40:25 +0000}, + Doi = {10.15131/shef.data.7411451.v1}, + Month = {Dec}, + Publisher = {The University of Sheffield}, + Title = {Smoking and the risks of adult diseases}, + Url = {https://figshare.shef.ac.uk/articles/Smoking_and_the_risks_of_adult_diseases/7411451/1}, + Year = {2018}, + Bdsk-Url-1 = {https://figshare.shef.ac.uk/articles/Smoking_and_the_risks_of_adult_diseases/7411451/1}, + Bdsk-Url-2 = {https://doi.org/10.15131/shef.data.7411451.v1}} + +@article{turati2014alcohol, + Author = {Turati, F and Galeone, C and Rota, M and Pelucchi, Claudio and Negri, E and Bagnardi, V and Corrao, G and Boffetta, P and La Vecchia, C}, + Date-Added = {2020-10-27 14:09:32 +0000}, + Date-Modified = {2020-10-27 14:09:32 +0000}, + Journal = {Annals of oncology}, + Number = {8}, + Pages = {1526--1535}, + Publisher = {Oxford University Press}, + Title = {Alcohol and liver cancer: a systematic review and meta-analysis of prospective studies}, + Volume = {25}, + Year = {2014}} + +@article{sherk2020international, + Author = {Sherk, Adam and Stockwell, Tim and Rehm, J{\"u}rgen and Dorocicz, John and Shield, Kevin D and Churchill, Samuel}, + Date-Added = {2020-10-27 14:08:28 +0000}, + Date-Modified = {2020-10-27 14:08:28 +0000}, + Journal = {Journal of studies on alcohol and drugs}, + Number = {3}, + Pages = {339--351}, + Publisher = {Rutgers University}, + Title = {The International Model of Alcohol Harms and Policies: A new method for estimating alcohol health harms with application to alcohol-attributable mortality in Canada}, + Volume = {81}, + Year = {2020}} + +@article{samokhvalov2015alcohol, + Author = {Samokhvalov, Andriy V and Rehm, J{\"u}rgen and Roerecke, Michael}, + Date-Added = {2020-10-27 14:07:05 +0000}, + Date-Modified = {2020-10-27 14:07:05 +0000}, + Journal = {EBioMedicine}, + Number = {12}, + Pages = {1996--2002}, + Publisher = {Elsevier}, + Title = {Alcohol consumption as a risk factor for acute and chronic pancreatitis: a systematic review and a series of meta-analyses}, + Volume = {2}, + Year = {2015}} + +@article{samokhvalov2010alcoholpneumonia, + Author = {Samokhvalov, AV and Irving, HM and Rehm, J}, + Date-Added = {2020-10-27 14:05:57 +0000}, + Date-Modified = {2020-10-27 14:06:07 +0000}, + Journal = {Epidemiology \& Infection}, + Number = {12}, + Pages = {1789--1795}, + Publisher = {Cambridge University Press}, + Title = {Alcohol consumption as a risk factor for pneumonia: a systematic review and meta-analysis}, + Volume = {138}, + Year = {2010}} + +@article{samokhvalov2010alcoholepi, + Author = {Samokhvalov, Andriy V and Irving, Hyacinth and Mohapatra, Satya and Rehm, J{\"u}rgen}, + Date-Added = {2020-10-27 14:04:05 +0000}, + Date-Modified = {2020-10-27 14:04:22 +0000}, + Journal = {Epilepsia}, + Number = {7}, + Pages = {1177--1184}, + Publisher = {Wiley Online Library}, + Title = {Alcohol consumption, unprovoked seizures, and epilepsy: A systematic review and meta-analysis}, + Volume = {51}, + Year = {2010}} + +@article{samokhvalov2010alcohol, + Author = {Samokhvalov, Andriy V and Irving, Hyacinth M and Rehm, J{\"u}rgen}, + Date-Added = {2020-10-27 14:01:44 +0000}, + Date-Modified = {2020-10-27 14:01:44 +0000}, + Journal = {European Journal of Cardiovascular Prevention \& Rehabilitation}, + Number = {6}, + Pages = {706--712}, + Publisher = {SAGE Publications Sage UK: London, England}, + Title = {Alcohol consumption as a risk factor for atrial fibrillation: a systematic review and meta-analysis}, + Volume = {17}, + Year = {2010}} + +@article{roerecke2012cardioprotective, + Author = {Roerecke, Michael and Rehm, J{\"u}rgen}, + Date-Added = {2020-10-27 14:00:30 +0000}, + Date-Modified = {2020-10-27 14:00:30 +0000}, + Journal = {Addiction}, + Number = {7}, + Pages = {1246--1260}, + Publisher = {Wiley Online Library}, + Title = {The cardioprotective association of average alcohol consumption and ischaemic heart disease: a systematic review and meta-analysis}, + Volume = {107}, + Year = {2012}} + +@article{roerecke2010irregular, + Author = {Roerecke, Michael and Rehm, J{\"u}rgen}, + Date-Added = {2020-10-27 13:58:08 +0000}, + Date-Modified = {2020-10-27 13:58:08 +0000}, + Journal = {American journal of epidemiology}, + Number = {6}, + Pages = {633--644}, + Publisher = {Oxford University Press}, + Title = {Irregular heavy drinking occasions and risk of ischemic heart disease: a systematic review and meta-analysis}, + Volume = {171}, + Year = {2010}} + +@article{rehm2010alcohol, + Author = {Rehm, J{\"u}rgen and Taylor, Benjamin and Mohapatra, Satya and Irving, Hyacinth and Baliunas, Dolly and Patra, Jayadeep and Roerecke, Michael}, + Date-Added = {2020-10-27 13:56:36 +0000}, + Date-Modified = {2020-10-27 13:56:36 +0000}, + Journal = {Drug and alcohol review}, + Number = {4}, + Pages = {437--445}, + Publisher = {Wiley Online Library}, + Title = {Alcohol as a risk factor for liver cirrhosis: a systematic review and meta-analysis}, + Volume = {29}, + Year = {2010}} + +@article{rehm2016modelling, + Author = {Rehm, J{\"u}rgen and Shield, Kevin D and Roerecke, Michael and Gmel, Gerrit}, + Date-Added = {2020-10-27 13:54:29 +0000}, + Date-Modified = {2020-10-27 13:54:29 +0000}, + Journal = {BMC public health}, + Number = {1}, + Pages = {1--9}, + Publisher = {BioMed Central}, + Title = {Modelling the impact of alcohol consumption on cardiovascular disease mortality for comparative risk assessments: an overview}, + Volume = {16}, + Year = {2016}} + +@article{rehm2017relationship, + Author = {Rehm, J{\"u}rgen and Gmel Sr, Gerhard E and Gmel, Gerrit and Hasan, Omer SM and Imtiaz, Sameer and Popova, Svetlana and Probst, Charlotte and Roerecke, Michael and Room, Robin and Samokhvalov, Andriy V and others}, + Date-Added = {2020-10-27 13:53:29 +0000}, + Date-Modified = {2020-10-27 13:53:29 +0000}, + Journal = {Addiction}, + Number = {6}, + Pages = {968--1001}, + Publisher = {Wiley Online Library}, + Title = {The relationship between different dimensions of alcohol use and the burden of disease---an update}, + Volume = {112}, + Year = {2017}} + +@book{rehm2017risk, + Author = {Rehm, J and Sherk, A and Shield, KD and Gmel, G}, + Date-Added = {2020-10-27 13:51:32 +0000}, + Date-Modified = {2020-10-27 13:52:04 +0000}, + Publisher = {Institute for Mental Health Policy Research}, + Title = {Risk relations between alcohol use and non-injury causes of death}, + Url = {Retrieved from https://www.camh.ca/en/research/news_and_publications/reports_and_books/Documents/CAMH-Risk-relations-between-alcohol-use-and-non-injury-causes-of-death-Sept2017.pdf}, + Year = {2017}, + Bdsk-Url-1 = {Retrieved%20from%20https://www.camh.ca/en/research/news_and_publications/reports_and_books/Documents/CAMH-Risk-relations-between-alcohol-use-and-non-injury-causes-of-death-Sept2017.pdf}} + +@article{patra2010alcohol, + Author = {Patra, Jayadeep and Taylor, Benjamin and Irving, Hyacinth and Roerecke, Michael and Baliunas, Dolly and Mohapatra, Satya and Rehm, J{\"u}rgen}, + Date-Added = {2020-10-27 13:50:03 +0000}, + Date-Modified = {2020-10-27 13:50:03 +0000}, + Journal = {BMC public health}, + Number = {1}, + Pages = {1--12}, + Publisher = {BioMed Central}, + Title = {Alcohol consumption and the risk of morbidity and mortality for different stroke types-a systematic review and meta-analysis}, + Volume = {10}, + Year = {2010}} + +@article{meier2016estimated, + Author = {Meier, Petra S and Holmes, John and Angus, Colin and Ally, Abdallah K and Meng, Yang and Brennan, Alan}, + Date-Added = {2020-10-27 13:49:02 +0000}, + Date-Modified = {2020-10-27 13:49:02 +0000}, + Journal = {PLoS Medicine}, + Number = {2}, + Pages = {e1001963}, + Publisher = {Public Library of Science San Francisco, CA USA}, + Title = {Estimated effects of different alcohol taxation and price policies on health inequalities: a mathematical modelling study}, + Volume = {13}, + Year = {2016}} + +@article{knott2015alcohol, + Author = {Knott, Craig and Bell, Steven and Britton, Annie}, + Date-Added = {2020-10-27 13:47:25 +0000}, + Date-Modified = {2020-10-27 13:47:25 +0000}, + Journal = {Diabetes care}, + Number = {9}, + Pages = {1804--1812}, + Publisher = {Am Diabetes Assoc}, + Title = {Alcohol consumption and the risk of type 2 diabetes: a systematic review and dose-response meta-analysis of more than 1.9 million individuals from 38 observational studies}, + Volume = {38}, + Year = {2015}} + +@article{imtiaz2017alcohol, + Author = {Imtiaz, Sameer and Shield, Kevin D and Roerecke, Michael and Samokhvalov, Andriy V and L{\"o}nnroth, Knut and Rehm, J{\"u}rgen}, + Date-Added = {2020-10-27 13:45:49 +0000}, + Date-Modified = {2020-10-27 13:45:49 +0000}, + Journal = {European Respiratory Journal}, + Number = {1}, + Publisher = {Eur Respiratory Soc}, + Title = {Alcohol consumption as a risk factor for tuberculosis: meta-analyses and burden of disease}, + Volume = {50}, + Year = {2017}} + +@article{chuang2015alcohol, + Author = {Chuang, Shu-Chun and Lee, Yuan-Chin Amy and Wu, Guo-Jie and Straif, Kurt and Hashibe, Mia}, + Date-Added = {2020-10-27 13:44:09 +0000}, + Date-Modified = {2020-10-27 13:44:09 +0000}, + Journal = {Cancer Causes \& Control}, + Number = {9}, + Pages = {1205--1231}, + Publisher = {Springer}, + Title = {Alcohol consumption and liver cancer risk: a meta-analysis}, + Volume = {26}, + Year = {2015}} + +@article{cherpitel2015relative, + Author = {Cherpitel, Cheryl J and Ye, Yu and Bond, Jason and Borges, Guilherme and Monteiro, Maristela}, + Date-Added = {2020-10-27 13:42:36 +0000}, + Date-Modified = {2020-10-27 13:42:36 +0000}, + Journal = {Addiction}, + Number = {2}, + Pages = {279--288}, + Publisher = {Wiley Online Library}, + Title = {Relative risk of injury from acute alcohol consumption: modeling the dose--response relationship in emergency department data from 18 countries}, + Volume = {110}, + Year = {2015}} + +@article{bagnardi2015alcohol, + Author = {Bagnardi, Vincenzo and Rota, Matteo and Botteri, Edoardo and Tramacere, Irene and Islami, Farhard and Fedirko, Volodymyr and Scotti, Luciana and Jenab, M and Turati, Federica and Pasquali, E and others}, + Date-Added = {2020-10-27 13:40:57 +0000}, + Date-Modified = {2020-10-27 13:40:57 +0000}, + Journal = {British journal of cancer}, + Number = {3}, + Pages = {580--593}, + Publisher = {Nature Publishing Group}, + Title = {Alcohol consumption and site-specific cancer risk: a comprehensive dose--response meta-analysis}, + Volume = {112}, + Year = {2015}} + +@article{RCP2018, + Author = {{Tobacco Advisory Group of the Royal College of Physicians}}, + Journal = {Available from: https://www.rcplondon.ac.uk/projects/outputs/hiding-plain-sight-treating-tobacco-dependency-nhs}, + Title = {{Hiding in plain sight: {T}reating tobacco dependency in the NHS}}, + Type = {resreport}, + Year = {2018}} + +@techreport{Angus2018, + Author = {Angus, Colin and Henney, M and Webster, L and Gillespie, Duncan}, + Date-Modified = {2020-11-25 12:09:57 +0000}, + Institution = {The University of Sheffield}, + Title = {Alcohol-attributable diseases and dose-response curves for the Sheffield Alcohol Policy Model version 4.0}, + Url = {https://doi.org/10.15131/shef.data.6819689.v2}, + Year = {2018}, + Bdsk-Url-1 = {https://figshare.com/articles/Alcohol-attributable_diseases_and_dose-response_curves_for_the_Sheffield_Alcohol_Policy_Model_version_4_0/6819689}, + Bdsk-Url-2 = {https://doi.org/10.15131/shef.data.6819689.v1}} + +@article{Armstrong2014, + Author = {Armstrong, A. W. and Harskamp, C. T. and Dhillon, J. S. and Armstrong, E. J.}, + Doi = {10.1111/bjd.12670}, + Issn = {0007-0963}, + Journal = {Br J Dermatol}, + Number = {2}, + Pages = {304-14}, + Title = {Psoriasis and smoking: a systematic review and meta-analysis}, + Type = {Journal Article}, + Volume = {170}, + Year = {2014}, + Bdsk-Url-1 = {https://doi.org/10.1111/bjd.12670}} + +@article{Bosetti2011, + Author = {Bosetti, C and Lucenteforte, E and Silverman, DT and Petersen, G and Bracci, PM and Ji, BT and Negri, E and Li, D and Risch, HA and Olson, SH}, + Issn = {1569-8041}, + Journal = {Annals of oncology}, + Number = {7}, + Pages = {1880-1888}, + Title = {Cigarette smoking and pancreatic cancer: an analysis from the International Pancreatic Cancer Case-Control Consortium (Panc4)}, + Type = {Journal Article}, + Volume = {23}, + Year = {2011}} + +@article{Breckenridge2016, + Author = {Breckenridge, Charles B. and Berry, Colin and Chang, Ellen T. and Sielken, Robert L., Jr. and Mandel, Jack S.}, + Doi = {10.1371/journal.pone.0151841}, + Journal = {PLOS ONE}, + Number = {4}, + Pages = {e0151841}, + Title = {Association between Parkinson's Disease and Cigarette Smoking, Rural Living, Well-Water Consumption, Farming and Pesticide Use: Systematic Review and Meta-Analysis}, + Type = {Journal Article}, + Url = {https://doi.org/10.1371/journal.pone.0151841}, + Volume = {11}, + Year = {2016}, + Bdsk-Url-1 = {https://doi.org/10.1371/journal.pone.0151841}} + +@article{Brown2018, + Author = {Brown, Katrina F. and Rumgay, Harriet and Dunlop, Casey and Ryan, Margaret and Quartly, Frances and Cox, Alison and Deas, Andrew and Elliss-Brookes, Lucy and Gavin, Anna and Hounsome, Luke and Huws, Dyfed and Ormiston-Smith, Nick and Shelton, Jon and White, Ceri and Parkin, D. Max}, + Doi = {10.1038/s41416-018-0029-6}, + Issn = {1532-1827}, + Journal = {British Journal of Cancer}, + Number = {8}, + Pages = {1130-1141}, + Title = {The fraction of cancer attributable to modifiable risk factors in England, Wales, Scotland, Northern Ireland, and the United Kingdom in 2015}, + Type = {Journal Article}, + Url = {https://doi.org/10.1038/s41416-018-0029-6}, + Volume = {118}, + Year = {2018}, + Bdsk-Url-1 = {https://doi.org/10.1038/s41416-018-0029-6}} + +@article{Cheng2015, + Author = {Cheng, Jiemin and Chen, Yi and Wang, Xiaolin and Wang, Jianhua and Yan, Zhiping and Gong, Gaoquan and Li, Guoping and Li, Changyu}, + Issn = {0959-8278}, + Journal = {European Journal of Cancer Prevention}, + Number = {1}, + Pages = {6-15}, + Title = {Meta-analysis of prospective cohort studies of cigarette smoking and the incidence of colon and rectal cancers}, + Type = {Journal Article}, + Volume = {24}, + Year = {2015}} + +@article{Cheng2013, + Author = {Cheng, Yun-Jiu and Liu, Zhi-Hao and Yao, Feng-Juan and Zeng, Wu-Tao and Zheng, Dong-Dan and Dong, Yu-Gang and Wu, Su-Hua}, + Issn = {1549-1676}, + Journal = {PLoS medicine}, + Number = {9}, + Pages = {e1001515}, + Title = {Current and former smoking and risk for venous thromboembolism: a systematic review and meta-analysis}, + Type = {Journal Article}, + Volume = {10}, + Year = {2013}} + +@article{Colamesta2016, + Author = {Colamesta, Vittoria and D'Aguanno, Silvia and Breccia, Massimo and Bruffa, Sara and Cartoni, Claudio and La Torre, Giuseppe}, + Issn = {1040-8428}, + Journal = {Critical reviews in oncology/hematology}, + Pages = {376-388}, + Title = {Do the smoking intensity and duration, the years since quitting, the methodological quality and the year of publication of the studies affect the results of the meta-analysis on cigarette smoking and Acute Myeloid Leukemia (AML) in adults?}, + Type = {Journal Article}, + Volume = {99}, + Year = {2016}} + +@article{Cornuz2004, + Author = {Cornuz, Jacques and Sidoti Pinto, Claudio and Tevaearai, Heindrik and Egger, Matthias}, + Issn = {1464-360X}, + Journal = {The European Journal of Public Health}, + Number = {4}, + Pages = {343-349}, + Title = {Risk factors for asymptomatic abdominal aortic aneurysm: systematic review and meta-analysis of population-based screening studies}, + Type = {Journal Article}, + Volume = {14}, + Year = {2004}} + +@article{Cumberbatch2016, + Author = {Cumberbatch, Marcus G and Rota, Matteo and Catto, James WF and La Vecchia, Carlo}, + Issn = {0302-2838}, + Journal = {European urology}, + Number = {3}, + Pages = {458-466}, + Title = {The role of tobacco smoke in bladder and kidney carcinogenesis: a comparison of exposures and meta-analysis of incidence and mortality risks}, + Type = {Journal Article}, + Volume = {70}, + Year = {2016}} + +@article{Dias2015, + Author = {Dias, C. C. and Rodrigues, P. P. and da Costa-Pereira, A. and Magro, F.}, + Doi = {10.1093/ecco-jcc/jju016}, + Issn = {1873-9946}, + Journal = {J Crohns Colitis}, + Number = {2}, + Pages = {156-63}, + Title = {Clinical predictors of colectomy in patients with ulcerative colitis: systematic review and meta-analysis of cohort studies}, + Type = {Journal Article}, + Volume = {9}, + Year = {2015}, + Bdsk-Url-1 = {https://doi.org/10.1093/ecco-jcc/jju016}} + +@article{Fircanis2014, + Author = {Fircanis, Sophia and Merriam, Priscilla and Khan, Naushaba and Castillo, Jorge J}, + Issn = {0361-8609}, + Journal = {American journal of hematology}, + Number = {8}, + Pages = {E125-E132}, + Title = {The relation between cigarette smoking and risk of acute myeloid leukemia: An updated meta‐analysis of epidemiological studies}, + Type = {Journal Article}, + Volume = {89}, + Year = {2014}} + +@article{Gandini2008, + Author = {Gandini, Sara and Botteri, Edoardo and Iodice, Simona and Boniol, Mathieu and Lowenfels, Albert B and Maisonneuve, Patrick and Boyle, Peter}, + Issn = {1097-0215}, + Journal = {International journal of cancer}, + Number = {1}, + Pages = {155-164}, + Title = {Tobacco smoking and cancer: A meta‐analysis}, + Type = {Journal Article}, + Url = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/ijc.23033}, + Volume = {122}, + Year = {2008}, + Bdsk-Url-1 = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/ijc.23033}} + +@article{Gurillo2015, + Author = {Gurillo, Pedro and Jauhar, Sameer and Murray, Robin M. and MacCabe, James H.}, + Doi = {10.1016/S2215-0366(15)00152-2}, + Issn = {2215-0366}, + Journal = {The Lancet Psychiatry}, + Number = {8}, + Pages = {718-725}, + Title = {Does tobacco use cause psychosis? Systematic review and meta-analysis}, + Type = {Journal Article}, + Url = {http://dx.doi.org/10.1016/S2215-0366(15)00152-2}, + Volume = {2}, + Year = {2015}, + Bdsk-Url-1 = {http://dx.doi.org/10.1016/S2215-0366(15)00152-2}} + +@article{Hashibe2009, + Author = {Hashibe, M. and Brennan, P. and Chuang, S. C. and Boccia, S. and Castellsague, X. and Chen, C. and Curado, M. P. and Dal Maso, L. and Daudt, A. W. and Fabianova, E. and Fernandez, L. and Wunsch-Filho, V. and Franceschi, S. and Hayes, R. B. and Herrero, R. and Kelsey, K. and Koifman, S. and La Vecchia, C. and Lazarus, P. and Levi, F. and Lence, J. J. and Mates, D. and Matos, E. and Menezes, A. and McClean, M. D. and Muscat, J. and Eluf-Neto, J. and Olshan, A. F. and Purdue, M. and Rudnai, P. and Schwartz, S. M. and Smith, E. and Sturgis, E. M. and Szeszenia-Dabrowska, N. and Talamini, R. and Wei, Q. Y. and Winn, D. M. and Shangina, O. and Pilarska, A. and Zhang, Z. F. and Ferro, G. and Berthiller, J. and Boffetta, P.}, + Date-Modified = {2020-11-26 11:27:26 +0000}, + Doi = {10.1158/1055-9965.epi-08-0347}, + Issn = {1055-9965}, + Journal = {Cancer Epidemiology Biomarkers \& Prevention}, + Number = {2}, + Pages = {541-550}, + Title = {Interaction between Tobacco and Alcohol Use and the Risk of Head and Neck Cancer: Pooled Analysis in the International Head and Neck Cancer Epidemiology Consortium}, + Type = {Journal Article}, + Volume = {18}, + Year = {2009}, + Bdsk-Url-1 = {%3CGo%20to%20ISI%3E://WOS:000263547800022}, + Bdsk-Url-2 = {https://doi.org/10.1158/1055-9965.epi-08-0347}} + +@techreport{IARCWHO2007, + Author = {{International Agency for Research on Cancer and World Health Organization}}, + Title = {Reversal of risk after quitting smoking}, + Type = {Report}, + Year = {2007}} + +@article{Jayes2016, + Author = {Leah Jayes and Patricia L. Haslam and Christina G. Gratziou and Pippa Powell and John Britton and Constantine Vardavas and Carlos Jimenez-Ruiz and Jo Leonardi-Bee}, + Issn = {0012-3692}, + Journal = {CHEST Journal}, + Number = {1}, + Pages = {164-179}, + Title = {SmokeHaz: systematic reviews and meta-analyses of the effects of smoking on respiratory health}, + Type = {Journal Article}, + Volume = {150}, + Year = {2016}} + +@article{Knowler2002, + Author = {Knowler, William C and Barrett-Connor, Elizabeth and Fowler, Sarah E and Hamman, Richard F and Lachin, John M and Walker, Elizabeth A and Nathan, David M}, + Issn = {0028-4793}, + Journal = {The New England journal of medicine}, + Number = {6}, + Pages = {393-403}, + Title = {Reduction in the incidence of type 2 diabetes with lifestyle intervention or metformin}, + Type = {Journal Article}, + Volume = {346}, + Year = {2002}} + +@article{Kontis2014, + Author = {Kontis, Vasilis and Mathers, Colin D and Rehm, J{\"u}rgen and Stevens, Gretchen A and Shield, Kevin D and Bonita, Ruth and Riley, Leanne M and Poznyak, Vladimir and Beaglehole, Robert and Ezzati, Majid}, + Issn = {0140-6736}, + Journal = {The Lancet}, + Number = {9941}, + Pages = {427-437}, + Title = {Contribution of six risk factors to achieving the 25× 25 non-communicable disease mortality reduction target: a modelling study}, + Type = {Journal Article}, + Volume = {384}, + Year = {2014}} + +@article{Ladeiras-Lopes2008, + Author = {Ladeiras-Lopes, Ricardo and Pereira, Alexandre Kirchhofer and Nogueira, Amanda and Pinheiro-Torres, Tiago and Pinto, Isabel and Santos-Pereira, Ricardo and Lunet, Nuno}, + Issn = {0957-5243}, + Journal = {Cancer causes \& control}, + Number = {7}, + Pages = {689-701}, + Title = {Smoking and gastric cancer: systematic review and meta-analysis of cohort studies}, + Type = {Journal Article}, + Volume = {19}, + Year = {2008}} + +@article{Lee2009, + Author = {Lee, Yuan-Chin Amy and Cohet, Catherine and Yang, Yu-Ching and Stayner, Leslie and Hashibe, Mia and Straif, Kurt}, + Issn = {1464-3685}, + Journal = {International journal of epidemiology}, + Number = {6}, + Pages = {1497-1511}, + Title = {Meta-analysis of epidemiologic studies on cigarette smoking and liver cancer}, + Type = {Journal Article}, + Volume = {38}, + Year = {2009}} + +@article{Lu2014, + Author = {Lu, L and Mackay, DF and Pell, JP}, + Issn = {1355-6037}, + Journal = {Heart}, + Number = {5}, + Pages = {414-423}, + Title = {Meta-analysis of the association between cigarette smoking and peripheral arterial disease}, + Type = {Journal Article}, + Volume = {100}, + Year = {2014}} + +@article{Luger2014, + Author = {Luger, Tana M. and Suls, Jerry and Vander Weg, Mark W.}, + Doi = {http://doi.org/10.1016/j.addbeh.2014.05.011}, + Issn = {0306-4603}, + Journal = {Addictive Behaviors}, + Number = {10}, + Pages = {1418-1429}, + Title = {How robust is the association between smoking and depression in adults? A meta-analysis using linear mixed-effects models}, + Type = {Journal Article}, + Url = {http://www.sciencedirect.com/science/article/pii/S0306460314001609}, + Volume = {39}, + Year = {2014}, + Bdsk-Url-1 = {http://www.sciencedirect.com/science/article/pii/S0306460314001609}, + Bdsk-Url-2 = {http://doi.org/10.1016/j.addbeh.2014.05.011}} + +@article{Maasland2014, + Author = {Maasland, Denise HE and van den Brandt, Piet A and Kremer, Bernd and Goldbohm, R Alexandra Sandra and Schouten, Leo J}, + Issn = {1471-2407}, + Journal = {BMC cancer}, + Number = {1}, + Pages = {187}, + Title = {Alcohol consumption, cigarette smoking and the risk of subtypes of head-neck cancer: results from the Netherlands Cohort Study}, + Type = {Journal Article}, + Volume = {14}, + Year = {2014}} + +@article{Mahid2006, + Author = {Mahid, S. S. and Minor, K. S. and Soto, R. E. and Hornung, C. A. and Galandiuk, S.}, + Doi = {10.4065/81.11.1462}, + Issn = {0025-6196 (Print) 0025-6196}, + Journal = {Mayo Clin Proc}, + Number = {11}, + Pages = {1462-71}, + Title = {Smoking and inflammatory bowel disease: a meta-analysis}, + Type = {Journal Article}, + Volume = {81}, + Year = {2006}, + Bdsk-Url-1 = {https://doi.org/10.4065/81.11.1462}} + +@article{Nomura2005, + Author = {Nomura, Kyoko and Nakao, Mutsuhiro and Morimoto, Takeshi}, + Issn = {0091-7435}, + Journal = {Preventive Medicine}, + Number = {2}, + Pages = {138-144}, + Title = {Effect of smoking on hearing loss: quality assessment and meta-analysis}, + Type = {Journal Article}, + Volume = {40}, + Year = {2005}} + +@article{Ordonez-Mena2016, + Author = {Ord{\'o}{\~n}ez-Mena, Jos{\'e} Manuel and Sch{\"o}ttker, Ben and Mons, Ute and Jenab, Mazda and Freisling, Heinz and Bueno-de-Mesquita, Bas and O'Doherty, Mark G and Scott, Angela and Kee, Frank and Stricker, Bruno H}, + Issn = {1741-7015}, + Journal = {BMC medicine}, + Number = {1}, + Pages = {62}, + Title = {Quantification of the smoking-associated cancer risk with rate advancement periods: meta-analysis of individual participant data from cohorts of the CHANCES consortium}, + Type = {Journal Article}, + Volume = {14}, + Year = {2016}} + +@article{Oza2011, + Author = {Oza, Shefali and Thun, Michael J and Henley, S Jane and Lopez, Alan D and Ezzati, Majid}, + Issn = {0091-7435}, + Journal = {Preventive medicine}, + Number = {6}, + Pages = {428-433}, + Title = {How many deaths are attributable to smoking in the United States? Comparison of methods for estimating smoking-attributable mortality when smoking prevalence changes}, + Type = {Journal Article}, + Volume = {52}, + Year = {2011}} + +@article{Peters2013, + Author = {Peters, Sanne AE and Huxley, Rachel R and Woodward, Mark}, + Issn = {0039-2499}, + Journal = {Stroke}, + Number = {10}, + Pages = {2821-2828}, + Title = {Smoking as a risk factor for stroke in women compared with men: A systematic review and meta-analysis of 81 cohorts, including 3 980 359 individuals and 42 401 strokes}, + Type = {Journal Article}, + Volume = {44}, + Year = {2013}} + +@article{Prabhu2013, + Author = {Prabhu, A and Obi, KO and Rubenstein, JH}, + Issn = {0269-2813}, + Journal = {Alimentary pharmacology \& therapeutics}, + Number = {10}, + Pages = {1145-1155}, + Title = {Systematic review with meta‐analysis: race‐specific effects of alcohol and tobacco on the risk of oesophageal squamous cell carcinoma}, + Type = {Journal Article}, + Volume = {38}, + Year = {2013}} + +@article{Prabhu2014, + Author = {Prabhu, A. and Obi, K. O. and Rubenstein, J. H.}, + Date-Modified = {2020-11-26 11:27:38 +0000}, + Doi = {10.1038/ajg.2014.71}, + Issn = {0002-9270}, + Journal = {American Journal of Gastroenterology}, + Number = {6}, + Pages = {821-827}, + Title = {The Synergistic Effects of Alcohol and Tobacco Consumption on the Risk of Esophageal Squamous Cell Carcinoma: A Meta-Analysis}, + Type = {Journal Article}, + Volume = {109}, + Year = {2014}, + Bdsk-Url-1 = {%3CGo%20to%20ISI%3E://WOS:000344458900006}, + Bdsk-Url-2 = {https://doi.org/10.1038/ajg.2014.71}} + +@article{Rostron2012, + Author = {Rostron, Brian}, + Issn = {1462-2203}, + Journal = {Nicotine \& Tobacco Research}, + Number = {1}, + Pages = {238-246}, + Title = {Smoking-attributable mortality by cause in the United States: revising the CDC's data and estimates}, + Type = {Journal Article}, + Volume = {15}, + Year = {2012}} + +@article{Shen2015, + Author = {Shen, Guang Si and Li, Yong and Zhao, GuoYang and Zhou, Hai Bin and Xie, Zong Gang and Xu, Wei and Chen, Hai Nan and Dong, Qi Rong and Xu, You Jia}, + Issn = {0020-1383}, + Journal = {Injury}, + Number = {7}, + Pages = {1333-1340}, + Title = {Cigarette smoking and risk of hip fracture in women: a meta-analysis of prospective cohort studies}, + Type = {Journal Article}, + Volume = {46}, + Year = {2015}} + +@article{Solmi2016, + Author = {Solmi, Marco and Veronese, Nicola and Sergi, Giuseppe and Luchini, Claudio and Favaro, Angela and Santonastaso, Paolo and Vancampfort, Davy and Correll, Christoph U. and Ussher, Michael and Thapa-Chhetri, Nita and Fornaro, Michele and Stubbs, Brendon}, + Doi = {10.1111/add.13457}, + Issn = {1360-0443}, + Journal = {Addiction}, + Number = {11}, + Pages = {1914-1922}, + Title = {The association between smoking prevalence and eating disorders: a systematic review and meta-analysis}, + Type = {Journal Article}, + Url = {http://dx.doi.org/10.1111/add.13457}, + Volume = {111}, + Year = {2016}, + Bdsk-Url-1 = {http://dx.doi.org/10.1111/add.13457}} + +@article{Tramacere2011, + Author = {Tramacere, Irene and La Vecchia, Carlo and Negri, Eva}, + Issn = {1044-3983}, + Journal = {Epidemiology}, + Pages = {344-349}, + Title = {Brief Report: Tobacco Smoking and Esophageal and Gastric Cardia Adenocarcinoma: A Meta-analysis}, + Type = {Journal Article}, + Year = {2011}} + +@article{Osch2016, + Author = {van Osch, Frits HM and Jochems, Sylvia HJ and van Schooten, Frederik-Jan and Bryan, Richard T and Zeegers, Maurice P}, + Issn = {1464-3685}, + Journal = {International journal of epidemiology}, + Number = {3}, + Pages = {857-870}, + Title = {Quantified relations between exposure to tobacco smoking and bladder cancer risk: a meta-analysis of 89 observational studies}, + Type = {Journal Article}, + Volume = {45}, + Year = {2016}} + +@article{Zhong2015, + Author = {Zhong, Guochao and Wang, Yi and Zhang, Yong and Guo, Jeff Jianfei and Zhao, Yong}, + Issn = {1932-6203}, + Journal = {PLoS One}, + Number = {3}, + Pages = {e0118333}, + Title = {Smoking is associated with an increased risk of dementia: a meta-analysis of prospective cohort studies with investigation of potential effect modifiers}, + Type = {Journal Article}, + Volume = {10}, + Year = {2015}} + +@article{Zuo2017, + Author = {Zuo, Jing-Jing and Tao, Ze-Zhang and Chen, Chen and Hu, Zhang-Wei and Xu, Ye-Xing and Zheng, An-Yuan and Guo, Yi}, + Issn = {0937-4477}, + Journal = {European Archives of Oto-Rhino-Laryngology}, + Number = {3}, + Pages = {1617-1631}, + Title = {Characteristics of cigarette smoking without alcohol consumption and laryngeal cancer: overall and time-risk relation. A meta-analysis of observational studies}, + Type = {Journal Article}, + Volume = {274}, + Year = {2017}} + +@article{Chakravarthy2010, + Author = {Chakravarthy, Usha and Wong, Tien Y and Fletcher, Astrid and Piault, Elisabeth and Evans, Christopher and Zlateva, Gergana and Buggage, Ronald and Pleil, Andreas and Mitchell, Paul}, + Issn = {1471-2415}, + Journal = {BMC ophthalmology}, + Number = {1}, + Pages = {31}, + Title = {Clinical risk factors for age-related macular degeneration: a systematic review and meta-analysis}, + Type = {Journal Article}, + Volume = {10}, + Year = {2010}} + +@article{DiGiuseppe2014, + Author = {Di Giuseppe, Daniela and Discacciati, Andrea and Orsini, Nicola and Wolk, Alicja}, + Issn = {1478-6354}, + Journal = {Arthritis research \& therapy}, + Number = {2}, + Pages = {R61}, + Title = {Cigarette smoking and risk of rheumatoid arthritis: a dose-response meta-analysis}, + Type = {Journal Article}, + Volume = {16}, + Year = {2014}} + +@article{Jiang2015, + Author = {Jiang, Fan and Li, Suyun and Jia, Chongqi}, + Issn = {0770-3198}, + Journal = {Clinical rheumatology}, + Number = {11}, + Pages = {1885-1892}, + Title = {Smoking and the risk of systemic lupus erythematosus: an updated systematic review and cumulative meta-analysis}, + Type = {Journal Article}, + Volume = {34}, + Year = {2015}} + +@article{Pan2015, + Author = {Pan, An and Wang, Yeli and Talaei, Mohammad and Hu, Frank B and Wu, Tangchun}, + Issn = {2213-8587}, + Journal = {The lancet Diabetes \& endocrinology}, + Number = {12}, + Pages = {958-967}, + Title = {Relation of active, passive, and quitting smoking with incident type 2 diabetes: a systematic review and meta-analysis}, + Type = {Journal Article}, + Volume = {3}, + Year = {2015}} + +@article{Shiri2010, + Author = {Shiri, Rahman and Karppinen, Jaro and Leino-Arjas, P{\"a}ivi and Solovieva, Svetlana and Viikari-Juntura, Eira}, + Issn = {0002-9343}, + Journal = {The American journal of medicine}, + Number = {1}, + Pages = {87. e7-87. e35}, + Title = {The association between smoking and low back pain: a meta-analysis}, + Type = {Journal Article}, + Volume = {123}, + Year = {2010}} + +@article{Taskar2006, + Author = {Taskar, Varsha S and Coultas, David B}, + Issn = {1546-3222}, + Journal = {Proceedings of the American Thoracic Society}, + Number = {4}, + Pages = {293-298}, + Title = {Is idiopathic pulmonary fibrosis an environmental disease?}, + Type = {Journal Article}, + Volume = {3}, + Year = {2006}} + +@article{Xia2017, + Author = {Xia, Jia and Wang, Lin and Ma, Zhiheng and Zhong, Liping and Wang, Ying and Gao, Yachan and He, Liqun and Su, Xiao}, + Issn = {0931-0509}, + Journal = {Nephrology Dialysis Transplantation}, + Number = {3}, + Pages = {475-487}, + Title = {Cigarette smoking and chronic kidney disease in the general population: a systematic review and meta-analysis of prospective cohort studies}, + Type = {Journal Article}, + Volume = {32}, + Year = {2017}} + +@article{Ye2012, + Author = {Ye, Juan and He, Jinjing and Wang, Changjun and Wu, Han and Shi, Xin and Zhang, Huina and Xie, Jiajun and Lee, Sang Yeul}, + Issn = {1552-5783}, + Journal = {Investigative ophthalmology \& visual science}, + Number = {7}, + Pages = {3885-3895}, + Title = {Smoking and risk of age-related cataract: a meta-analysis}, + Type = {Journal Article}, + Volume = {53}, + Year = {2012}} + +@article{Zhang2016, + Author = {Zhang, Peng and Wang, Rui and Li, Zhijun and Wang, Yuhan and Gao, Chunshi and Lv, Xin and Song, Yuanyuan and Li, Bo}, + Issn = {2167-8359}, + Journal = {PeerJ}, + Pages = {e1797}, + Title = {The risk of smoking on multiple sclerosis: a meta-analysis based on 20,626 cases from case-control and cohort studies}, + Type = {Journal Article}, + Volume = {4}, + Year = {2016}} + +@article{Arnold2015, + Author = {Arnold, Melina and Soerjomataram, Isabelle and Ferlay, Jacques and Forman, David}, + Issn = {0017-5749}, + Journal = {Gut}, + Number = {3}, + Pages = {381-387}, + Title = {Global incidence of oesophageal cancer by histological subtype in 2012}, + Type = {Journal Article}, + Volume = {64}, + Year = {2015}} + +@article{Coupland2012, + Author = {Coupland, V. H. and Allum, W. and Blazeby, J. M. and Mendall, M. A. and Hardwick, R. H. and Linklater, K. M. and Moller, H. and Davies, E. A.}, + Doi = {10.1186/1471-2407-12-11}, + Issn = {1471-2407 (Electronic) 1471-2407 (Linking)}, + Journal = {BMC Cancer}, + Pages = {11}, + Title = {Incidence and survival of oesophageal and gastric cancer in England between 1998 and 2007, a population-based study}, + Type = {Journal Article}, + Url = {https://www.ncbi.nlm.nih.gov/pubmed/22239958}, + Volume = {12}, + Year = {2012}, + Bdsk-Url-1 = {https://www.ncbi.nlm.nih.gov/pubmed/22239958}, + Bdsk-Url-2 = {https://doi.org/10.1186/1471-2407-12-11}} + +@book{Callum2004, + Author = {Callum, Christine and White, Patti}, + Isbn = {0954295625}, + Publisher = {SmokeFree London}, + Title = {Tobacco in London: the preventable burden}, + Type = {Book}, + Year = {2004}} + +@article{Carter2015, + Author = {Carter, Brian D. and Abnet, Christian C. and Feskanich, Diane and Freedman, Neal D. and Hartge, Patricia and Lewis, Cora E. and Ockene, Judith K. and Prentice, Ross L. and Speizer, Frank E. and Thun, Michael J. and Jacobs, Eric J.}, + Doi = {10.1056/NEJMsa1407211}, + Journal = {New England Journal of Medicine}, + Number = {7}, + Pages = {631-640}, + Title = {Smoking and Mortality - Beyond Established Causes}, + Type = {Journal Article}, + Url = {://WOS:000349143900007}, + Volume = {372}, + Year = {2015}, + Bdsk-Url-1 = {%3CGo%20to%20ISI%3E://WOS:000349143900007}, + Bdsk-Url-2 = {https://doi.org/10.1056/NEJMsa1407211}} + +@article{General2014, + Author = {{US Surgeon General}}, + Journal = {National Center for Chronic Disease Prevention and Health Promotion, Office on Smoking and Health}, + Title = {The health consequences of smoking--50 years of progress: a report of the Surgeon General. US Department of Health and Human Services, Centers for Disease Control and Prevention}, + Type = {Journal Article}, + Year = {2014}} + +@techreport{Digital2018, + Author = {{NHS Digital}}, + Title = {Statistics on Smoking: England, 2018}, + Type = {Report}, + Year = {2018}} + +@techreport{Pokhrel2013, + Author = {Pokhrel, S. and Owen, L. and Lester-George, A. and Coyle, K. and Coyle D. and West R. and Trapero-Bertran M. and C., Meads}, + Institution = {National Institute for Health and Care Excellence}, + Title = {Tobacco Control Return on Investment Tool}, + Type = {Report}, + Year = {2013}} + +@article{Doll2004, + Author = {Doll, Richard and Peto, Richard and Boreham, Jillian and Sutherland, Isabelle}, + Issn = {0959-8138}, + Journal = {Bmj}, + Number = {7455}, + Pages = {1519}, + Title = {Mortality in relation to smoking: 50 years' observations on male British doctors}, + Type = {Journal Article}, + Volume = {328}, + Year = {2004}} + +@article{Liang2009, + Author = {Liang, PS and Chen, TY and Giovannucci, E}, + Journal = {International Journal of Cancer}, + Number = {10}, + Pages = {2406-15}, + Title = {Cigarette smoking and colorectal cancer incidence and mortality: systematic review and meta-analysis}, + Type = {Journal Article}, + Url = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/ijc.24191}, + Volume = {124}, + Year = {2009}, + Bdsk-Url-1 = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/ijc.24191}} + +@article{Macacu2015, + Author = {Macacu, A. and Autier, P. and Boniol, M. and Boyle, P.}, + Doi = {10.1007/s10549-015-3628-4}, + Issn = {0167-6806}, + Journal = {Breast Cancer Research and Treatment}, + Number = {2}, + Pages = {213-224}, + Title = {Active and passive smoking and risk of breast cancer: a meta-analysis}, + Type = {Journal Article}, + Url = {://WOS:000365188600001}, + Volume = {154}, + Year = {2015}, + Bdsk-Url-1 = {%3CGo%20to%20ISI%3E://WOS:000365188600001}, + Bdsk-Url-2 = {https://doi.org/10.1007/s10549-015-3628-4}} + +@article{Tredaniel, + Author = {Tredaniel, J. and Boffetta, P. and Buiatti, E. and Saracci, R. and Hirsch, A.}, + Journal = {International Journal of Cancer}, + Number = {4}, + Pages = {565-73}, + Title = {Tobacco smoking and gastric cancer: review and meta-analysis}, + Type = {Journal Article}, + Url = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/%28SICI%291097-0215%2819970807%2972%3A4%3C565%3A%3AAID-IJC3%3E3.0.CO%3B2-O}, + Volume = {72}, + Year = {1997}, + Bdsk-Url-1 = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/%28SICI%291097-0215%2819970807%2972%3A4%3C565%3A%3AAID-IJC3%3E3.0.CO%3B2-O}} + +@article{Xu2012, + Author = {Xu, F. H. and Xiong, D. and Xu, Y. F. and Cao, S. M. and Xue, W. Q. and Qin, H. D. and Liu, W. S. and Cao, J. Y. and Zhang, Y. and Feng, Q. S. and Chen, L. Z. and Li, M. Z. and Liu, Z. W. and Liu, Q. and Hong, M. H. and Shugart, Y. Y. and Zeng, Y. X. and Zeng, M. S. and Jia, W. H.}, + Doi = {10.1093/jnci/djs320}, + Issn = {0027-8874}, + Journal = {Jnci-Journal of the National Cancer Institute}, + Number = {18}, + Pages = {1396-1410}, + Title = {An Epidemiological and Molecular Study of the Relationship Between Smoking, Risk of Nasopharyngeal Carcinoma, and EpsteinBarr Virus Activation}, + Type = {Journal Article}, + Url = {://WOS:000309132500010 https://watermark.silverchair.com/djs320.pdf?token=AQECAHi208BE49Ooan9kkhW_Ercy7Dm3ZL_9Cf3qfKAc485ysgAAAlgwggJUBgkqhkiG9w0BBwagggJFMIICQQIBADCCAjoGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMDiGi4rQEqFfGycXwAgEQgIICCzN13nTwYsxEiim2ei9s3_wKrOP8F5s2jtaqkDBsOdGTeJWXn69XoIvuWqTJSDZfC5w6csW0C2VgPzHYZ9qTauDUZTB07v6yU5feujlz0Z2zORc4rOpmgZl6lbVbPQaTMsN-BOltw2nyUsnTiU7DT7znNKFX31MTjP60cXT7VcR-Ll4uQAwHGkUySP-qJBJ6fCYzfByLbUaaqUiYN3LsYP4sh9R9xcdPvYMWo8VD8fDR3bnWXoHQ0ZzoA7pPJRZ_eMyuyLKOGIk874r5le4O4WOEktfqeic6KFJC_WZBK_G2lJfgmpc1Ew3AFw9fFUxDXEEj2TPu5p9Q-e0kAPqrN7drxvRwE3CC3p7yGf8j-3QcSHvMZvZmKHUBVTLOSFD2LC7xoYUa4X6x7iKkAPiddDhfd2TVjxgPQIAYSJiBY_QuurfsO_hqC496gjklqdtLIpoIbSFIwhTbGhy2PQl-W-bbcUsjrcP9FZ6aEk0AjTK3N571rJWvPQBMMeH--kXORSEdwVCwNtTAvqpbez8SKZQA89d8zX80Dnzm3mbZMEGKifBag1n-weP0RnoB0nBWFPyIVdDzlp4MstRGP_qbwYXkKupQvzd95Lv1mR54UYTVOlWOGdQdmnG3WYmmOgFRbhsMToGyC0hdbWmfzpERXhB7o495zT26Fv0aRquZV6nrWAID-5-kKsnAf1Q}, + Volume = {104}, + Year = {2012}, + Bdsk-Url-1 = {%3CGo%20to%20ISI%3E://WOS:000309132500010%20https://watermark.silverchair.com/djs320.pdf?token=AQECAHi208BE49Ooan9kkhW_Ercy7Dm3ZL_9Cf3qfKAc485ysgAAAlgwggJUBgkqhkiG9w0BBwagggJFMIICQQIBADCCAjoGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMDiGi4rQEqFfGycXwAgEQgIICCzN13nTwYsxEiim2ei9s3_wKrOP8F5s2jtaqkDBsOdGTeJWXn69XoIvuWqTJSDZfC5w6csW0C2VgPzHYZ9qTauDUZTB07v6yU5feujlz0Z2zORc4rOpmgZl6lbVbPQaTMsN-BOltw2nyUsnTiU7DT7znNKFX31MTjP60cXT7VcR-Ll4uQAwHGkUySP-qJBJ6fCYzfByLbUaaqUiYN3LsYP4sh9R9xcdPvYMWo8VD8fDR3bnWXoHQ0ZzoA7pPJRZ_eMyuyLKOGIk874r5le4O4WOEktfqeic6KFJC_WZBK_G2lJfgmpc1Ew3AFw9fFUxDXEEj2TPu5p9Q-e0kAPqrN7drxvRwE3CC3p7yGf8j-3QcSHvMZvZmKHUBVTLOSFD2LC7xoYUa4X6x7iKkAPiddDhfd2TVjxgPQIAYSJiBY_QuurfsO_hqC496gjklqdtLIpoIbSFIwhTbGhy2PQl-W-bbcUsjrcP9FZ6aEk0AjTK3N571rJWvPQBMMeH--kXORSEdwVCwNtTAvqpbez8SKZQA89d8zX80Dnzm3mbZMEGKifBag1n-weP0RnoB0nBWFPyIVdDzlp4MstRGP_qbwYXkKupQvzd95Lv1mR54UYTVOlWOGdQdmnG3WYmmOgFRbhsMToGyC0hdbWmfzpERXhB7o495zT26Fv0aRquZV6nrWAID-5-kKsnAf1Q}, + Bdsk-Url-2 = {https://doi.org/10.1093/jnci/djs320}} + +@article{Zou2014, + Author = {Zou, L. and Zhong, R. and Shen, N. and Chen, W. and Zhu, B. and Ke, J. and Lu, X. and Zhang, T. and Lou, J. and Wang, Z. and Liu, L. and Qi, L. and Miao, X.}, + Journal = {European Journal of Cancer}, + Number = {1}, + Pages = {193-203}, + Title = {Non-linear dose-response relationship between cigarette smoking and pancreatic cancer risk: evidence from a meta-analysis of 42 observational studies}, + Type = {Journal Article}, + Volume = {50}, + Year = {2014}} + +@Article{Pang2015, + author = {Pang, Q. and Qu, K. and Zhang, J. and Xu, X. and Liu, S. and Song, S. and Wang, R. and Zhang, L. and Wang, Z. and Liu, C.}, + journal = {Journal of Gastroenterology \& Hepatology}, + title = {Cigarette smoking increases the risk of mortality from liver cancer: A clinical-based cohort and meta-analysis}, + year = {2015}, + number = {10}, + pages = {1450-60}, + volume = {30}, + groups = {[cm1dog:]}, + type = {Journal Article}, +} + +@Article{Brennan2015, + author = {Brennan, Alan and Meier, Petra and Purshouse, Robin and Rafia, Rachid and Meng, Yang and Hill-Macmanus, Daniel and Angus, Colin and Holmes, John}, + journal = {Health Economics}, + title = {The Sheffield Alcohol Policy Model -- A Mathematical Description}, + year = {2015}, + issn = {1099-1050}, + number = {10}, + pages = {1368-1388}, + volume = {24}, + bdsk-url-1 = {http://dx.doi.org/10.1002/hec.3105}, + doi = {10.1002/hec.3105}, + groups = {cm1dog:6}, + type = {Journal Article}, + url = {http://dx.doi.org/10.1002/hec.3105}, +} + +@Article{Gunningschepers1989, + author = {Gunningschepers, L.}, + journal = {Health Policy}, + title = {The health benefits of preventions - a simulation approach}, + year = {1989}, + issn = {0168-8510}, + number = {1-2}, + pages = {1-255}, + volume = {12}, + bdsk-url-1 = {%3CGo%20to%20ISI%3E://WOS:A1989AD34000001}, + groups = {cm1dog:6}, + type = {Journal Article}, + url = {://WOS:A1989AD34000001}, +} +@article{holmes2012temporal, + title={The temporal relationship between per capita alcohol consumption and harm: a systematic review of time lag specifications in aggregate time series analyses}, + author={Holmes, John and Meier, Petra S and Booth, Andrew and Guo, Yelan and Brennan, Alan}, + journal={Drug and alcohol dependence}, + volume={123}, + number={1-3}, + pages={7--14}, + year={2012}, + publisher={Elsevier} +} +@Comment{jabref-meta: databaseType:bibtex;} + +@Comment{jabref-meta: grouping: +0 AllEntriesGroup:; +1 StaticGroup:Markings\;2\;1\;\;\;\;; +2 StaticGroup:[cm1dog:]\;2\;1\;\;\;\;; +2 StaticGroup:cm1dog:6\;2\;1\;\;\;\;; +} diff --git a/man/AlcBinge_stapm.Rd b/man/AlcBinge_stapm.Rd index 5513300..d36037e 100644 --- a/man/AlcBinge_stapm.Rd +++ b/man/AlcBinge_stapm.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/AlcBinge_stapm.R \name{AlcBinge_stapm} \alias{AlcBinge_stapm} -\title{Calculate variables to inform alcohol binge model - STAPM version \lifecycle{maturing}} +\title{Calculate variables to inform alcohol binge model - STAPM version} \usage{ AlcBinge_stapm(data, params = tobalcepi::binge_params_stapm) } @@ -20,7 +20,7 @@ Returns data plus the estimated variables. \description{ Designed to work with simulated individual trajectories of alcohol consumption - stratified by age category, sex and IMD quintile. Assigns coefficients stratified by age category, sex and IMD quintile to -the simulated sample of individuals to estimate their characteristics of single occassion drinking +the simulated sample of individuals to estimate their characteristics of single occasion drinking at each time step in the simulation. } \details{ diff --git a/man/AlcLags.Rd b/man/AlcLags.Rd index 133df85..b352f38 100644 --- a/man/AlcLags.Rd +++ b/man/AlcLags.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/AlcLags.R \name{AlcLags} \alias{AlcLags} -\title{Alcohol lag times \lifecycle{stable}} +\title{Alcohol lag times} \usage{ AlcLags(disease_name = c("Pharynx", "Oral_cavity"), n_years = 20) } @@ -23,7 +23,7 @@ gradually has an effect on the relative risk of disease incidence over time (up since alcohol consumption changed. } \details{ -All lag times are taken from the review by Holmes et al. 2012, +All lag times are taken from the review by \insertCite{holmes2012temporal;textual}{tobalcepi} , and are the numbers used in the current version of SAPM. } \examples{ @@ -31,3 +31,6 @@ All lag times are taken from the review by Holmes et al. 2012, AlcLags("Pharynx") } } +\references{ +\insertRef{holmes2012temporal}{tobalcepi} +} diff --git a/man/ExpandCodes.Rd b/man/ExpandCodes.Rd index 383ba70..919f53f 100644 --- a/man/ExpandCodes.Rd +++ b/man/ExpandCodes.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/ExpandCodes.R \name{ExpandCodes} \alias{ExpandCodes} -\title{Convert groups of ICD-10 codes to single codes \lifecycle{stable}} +\title{Convert groups of ICD-10 codes to single codes} \usage{ ExpandCodes(lkup) } diff --git a/man/PAFcalc.Rd b/man/PAFcalc.Rd index ce000e9..3057fe9 100644 --- a/man/PAFcalc.Rd +++ b/man/PAFcalc.Rd @@ -5,7 +5,7 @@ \title{Calculate Population Attributable Fractions} \usage{ PAFcalc( - data, + data = NULL, rrdata = NULL, substance, tob_include_risk_in_former_smokers = TRUE, @@ -23,7 +23,7 @@ PAFcalc( ) } \arguments{ -\item{data}{Data table of individual characteristics} +\item{data}{Data table of individual characteristics. Defaults to NULL.} \item{rrdata}{Optional - data table containing individual tobacco and alcohol consumption characteristics with relative risks of disease already assigned. This could be useful for increasing efficiency - saving computer processing time. @@ -75,7 +75,7 @@ should refer to mortality or morbidity. Values could be "mort" or "morb". Defaul Returns a data.table containing the estimated PAFs. } \description{ -Uses \code{RRFunc()} and \code{subgroupRisk()} to +Uses [tobalcepi::RRFunc()] and [tobalcepi::subgroupRisk()] to calculate population attributable fractions based on the survey data provided. } diff --git a/man/RRFunc.Rd b/man/RRFunc.Rd index 3dc3091..a450b65 100644 --- a/man/RRFunc.Rd +++ b/man/RRFunc.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/RRFunc.R \name{RRFunc} \alias{RRFunc} -\title{Individual relative risks of disease \lifecycle{maturing}} +\title{Individual relative risks of disease} \usage{ RRFunc( data, @@ -107,7 +107,7 @@ See below \section{Alcohol risk}{ For alcohol, the relative risk for each individual for each disease is calculated based on -their average weekly alcohol consumption (using \code{RRalc()}). +their average weekly alcohol consumption (using [tobalcepi::RRalc()]). Alcohol consumption is converted to grams of ethanol consumed on average in a day, and this is truncated at 150g/day. We assume 8 grams of ethanol per UK standard unit of alcohol. For diseases that have separate mortality and morbidity risk functions, diff --git a/man/RRalc.Rd b/man/RRalc.Rd index b6f0d41..7a834e9 100644 --- a/man/RRalc.Rd +++ b/man/RRalc.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/RRAlc.R \name{RRalc} \alias{RRalc} -\title{Relative risks for alcohol related diseases \lifecycle{stable}} +\title{Relative risks for alcohol related diseases} \usage{ RRalc( data, @@ -69,13 +69,13 @@ separate risk functions for morbidity and mortality. For conditions that show a indicates protective effects of alcohol, there is an option to remove the protective effect by setting all RR < 1 = 1. -Relative risks for partially attributable acute are computed by the \code{PArisk()} function called from within +Relative risks for partially attributable acute are computed by the [tobalcepi::PArisk()] function called from within this function. The characteristics of individual single occasion drinking are also calculated within this function - using \code{AlcBinge_stapm()}. + using [tobalcepi::AlcBinge_stapm()]. Relative risks for wholly attributable chronic and wholly attributable acute conditions are calculated based on the extent to which either weekly or daily consumption exceeds a pre-specified threshold. The risk - for wholly attributable acute conditions is calculated by the function \code{WArisk_acute()}. We developed a new + for wholly attributable acute conditions is calculated by the function [tobalcepi::WArisk_acute()]. We developed a new method to model the absolute risk of wholly attributable acute conditions to suit the STAPM modelling. This new method is based on the method used to model the risk of partially attributable acute conditions - the shape of the risk function is determined by the individual variation in the total annual number of units that diff --git a/man/RRtob.Rd b/man/RRtob.Rd index ca097b1..057eab2 100644 --- a/man/RRtob.Rd +++ b/man/RRtob.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/RRtob.R \name{RRtob} \alias{RRtob} -\title{Tobacco relative risks \lifecycle{maturing}} +\title{Tobacco relative risks} \usage{ RRtob( data, diff --git a/man/TobAlcInt.Rd b/man/TobAlcInt.Rd index f20ec08..ac33173 100644 --- a/man/TobAlcInt.Rd +++ b/man/TobAlcInt.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/TobAlcInt.R \name{TobAlcInt} \alias{TobAlcInt} -\title{Risk interaction between tobacco and alcohol \lifecycle{maturing}} +\title{Risk interaction between tobacco and alcohol} \usage{ TobAlcInt( data, diff --git a/man/TobLags.Rd b/man/TobLags.Rd index 3afce58..09c80a8 100644 --- a/man/TobLags.Rd +++ b/man/TobLags.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/TobLags.R \name{TobLags} \alias{TobLags} -\title{Tobacco lag times \lifecycle{stable}} +\title{Tobacco lag times} \usage{ TobLags( disease_name = c("Pharynx", "Oral_cavity"), diff --git a/man/WArisk_acute.Rd b/man/WArisk_acute.Rd index 064320e..55674fc 100644 --- a/man/WArisk_acute.Rd +++ b/man/WArisk_acute.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/WArisk_acute.R \name{WArisk_acute} \alias{WArisk_acute} -\title{Risk of acute conditions wholly-attributable to alcohol \lifecycle{stable}} +\title{Risk of acute conditions wholly-attributable to alcohol} \usage{ WArisk_acute( interval_prob_vec, @@ -43,7 +43,7 @@ The calculation is based on the link between average weekly alcohol consumption the distribution of characteristics of single occasion drinking described by the parameter estimates of Hill-McManus et al 2014. -The function uses the outputs of AlcBinge_stapm() +The function uses the outputs of [tobalcepi::AlcBinge_stapm()] to estimate for each individual: (1) the average amount that each individual is expected to drink on a single drinking occasion; (2) the standard deviation of the amount that each individual is expected to drink on a single drinking occasion; (3) the expected number of drinking occasions that diff --git a/man/alc_icd10_lookups.Rd b/man/alc_icd10_lookups.Rd index 4b928cd..06893d9 100644 --- a/man/alc_icd10_lookups.Rd +++ b/man/alc_icd10_lookups.Rd @@ -3,7 +3,7 @@ \docType{data} \name{alc_icd10_lookups} \alias{alc_icd10_lookups} -\title{Diseases related to alcohol and their ICD-10 defintions} +\title{Diseases related to alcohol and their ICD-10 definitions} \format{ A data table } @@ -16,6 +16,6 @@ alc_icd10_lookups \description{ Deaths in the mortality data are assigned a single ICD-10 code e.g. C00, but for our analysis we need to group these into cause-groups according to groups e.g. C00-C06. -To do this, we define each group by its consituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. +To do this, we define each group by its constituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. } \keyword{datasets} diff --git a/man/binge_params_stapm.Rd b/man/binge_params_stapm.Rd index fe8b7e8..d6dec25 100644 --- a/man/binge_params_stapm.Rd +++ b/man/binge_params_stapm.Rd @@ -3,7 +3,7 @@ \docType{data} \name{binge_params_stapm} \alias{binge_params_stapm} -\title{Parameters to estimate amount drunk on single occassions - STAPM version} +\title{Parameters to estimate amount drunk on single occasions - STAPM version} \format{ A list of four data tables (1 = Negative binomial regression model for the number of weekly drinking occasions, 2 = Fitted Heckman selection model for probability that an individual drinks on at least 3 separate occasions during the diary period, @@ -18,7 +18,7 @@ binge_params_stapm } \description{ As our starting point we use the parameter estimates from Hill-McManus et al 2014 - stored within the `tobalcepi` package as the data object `binge_params`. -The problem with using these parameters directly in STAPM is that STAPM does not model the individual lifecourse trajectories of +The problem with using these parameters directly in STAPM is that STAPM does not model the individual life-course trajectories of some of the covariates investigated by Hill-McManus et al, e.g. income, kids or social status. To get these parameters into a form that can be used in STAPM, we matched them to the individual covariates in a sample of Health Survey for England data from 2011-2017, and then averaged the parameter values by age category, sex and IMD quintiles. The code that does this is in the `data-raw/binge_params` folder of the `tobalcepi` package. diff --git a/man/subgroupRisk.Rd b/man/subgroupRisk.Rd index 218208a..3806e51 100644 --- a/man/subgroupRisk.Rd +++ b/man/subgroupRisk.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/subgroupRisk.R \name{subgroupRisk} \alias{subgroupRisk} -\title{Summarise relative risk \lifecycle{stable}} +\title{Summarise relative risk} \usage{ subgroupRisk( data, diff --git a/man/tob_alc_risk_int.Rd b/man/tob_alc_risk_int.Rd index 0b43e31..ebf7cdb 100644 --- a/man/tob_alc_risk_int.Rd +++ b/man/tob_alc_risk_int.Rd @@ -3,7 +3,7 @@ \docType{data} \name{tob_alc_risk_int} \alias{tob_alc_risk_int} -\title{Synergstic effects of tobacco and alcohol risks} +\title{Synergistic effects of tobacco and alcohol risks} \format{ A data table. We currently include estimates of synergistic effects for oral, pharyngeal, laryngeal and oesophageal cancers @@ -16,7 +16,7 @@ The data sources we use are \insertCite{Prabhu2014;textual}{tobalcepi} tob_alc_risk_int } \description{ -Synergstic effects of tobacco and alcohol risks +Synergistic effects of tobacco and alcohol risks } \references{ \insertRef{webster2018risk}{tobalcepi} diff --git a/man/tob_icd10_lookups.Rd b/man/tob_icd10_lookups.Rd index 4d3c3d8..1f02655 100644 --- a/man/tob_icd10_lookups.Rd +++ b/man/tob_icd10_lookups.Rd @@ -3,7 +3,7 @@ \docType{data} \name{tob_icd10_lookups} \alias{tob_icd10_lookups} -\title{Diseases related to tobacco and their ICD-10 defintions} +\title{Diseases related to tobacco and their ICD-10 definitions} \format{ A data table } @@ -16,6 +16,6 @@ tob_icd10_lookups \description{ Deaths in the mortality data are assigned a single ICD-10 code e.g. C00, but for our analysis we need to group these into cause-groups according to groups e.g. C00-C06. -To do this, we define each group by its consituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. +To do this, we define each group by its constituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. } \keyword{datasets} diff --git a/man/tobalc_icd10_lookups.Rd b/man/tobalc_icd10_lookups.Rd index f75258b..f9af130 100644 --- a/man/tobalc_icd10_lookups.Rd +++ b/man/tobalc_icd10_lookups.Rd @@ -3,7 +3,7 @@ \docType{data} \name{tobalc_icd10_lookups} \alias{tobalc_icd10_lookups} -\title{Diseases related to both tobacco and alcohol and their ICD-10 defintions} +\title{Diseases related to both tobacco and alcohol and their ICD-10 definitions} \format{ A data table } @@ -16,6 +16,6 @@ tobalc_icd10_lookups \description{ Deaths in the mortality data are assigned a single ICD-10 code e.g. C00, but for our analysis we need to group these into cause-groups according to groups e.g. C00-C06. -To do this, we define each group by its consituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. +To do this, we define each group by its constituent ICD-10 codes e.g. C00, C01, C02, C03, C04, C05, C06. } \keyword{datasets} diff --git a/public/404.html b/public/404.html index c184559..c632117 100644 --- a/public/404.html +++ b/public/404.html @@ -114,7 +114,7 @@
  • - +
  • diff --git a/public/LICENSE.html b/public/LICENSE.html index b8ccc48..a1b7727 100644 --- a/public/LICENSE.html +++ b/public/LICENSE.html @@ -114,7 +114,7 @@
  • - +
  • @@ -331,27 +331,27 @@

    How to Apply These Terms to Your New Programs

    If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.

    To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.

    -
    <one line to give the program's name and a brief idea of what it does.>
    -Copyright (C) 2020 The University of Sheffield
    -
    -This program is free software: you can redistribute it and/or modify
    -it under the terms of the GNU General Public License as published by
    -the Free Software Foundation, either version 3 of the License, or
    -(at your option) any later version.
    -
    -This program is distributed in the hope that it will be useful,
    -but WITHOUT ANY WARRANTY; without even the implied warranty of
    -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -GNU General Public License for more details.
    -
    -You should have received a copy of the GNU General Public License
    -along with this program.  If not, see <http://www.gnu.org/licenses/>.
    +
    <one line to give the program's name and a brief idea of what it does.>
    +Copyright (C) 2020 The University of Sheffield
    +
    +This program is free software: you can redistribute it and/or modify
    +it under the terms of the GNU General Public License as published by
    +the Free Software Foundation, either version 3 of the License, or
    +(at your option) any later version.
    +
    +This program is distributed in the hope that it will be useful,
    +but WITHOUT ANY WARRANTY; without even the implied warranty of
    +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    +GNU General Public License for more details.
    +
    +You should have received a copy of the GNU General Public License
    +along with this program.  If not, see <http://www.gnu.org/licenses/>.

    Also add information on how to contact you by electronic and paper mail.

    If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:

    -
    tobalcepi Copyright (C) 2020 The University of Sheffield
    -This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
    -This is free software, and you are welcome to redistribute it
    -under certain conditions; type 'show c' for details.
    +
    tobalcepi Copyright (C) 2020 The University of Sheffield
    +This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
    +This is free software, and you are welcome to redistribute it
    +under certain conditions; type 'show c' for details.

    The hypothetical commands show w and show c should show the appropriate parts of the General Public License. Of course, your program’s commands might be different; for a GUI interface, you would use an “about box”.

    You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>.

    The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.

    diff --git a/public/articles/index.html b/public/articles/index.html index ed78955..8199642 100644 --- a/public/articles/index.html +++ b/public/articles/index.html @@ -114,7 +114,7 @@
  • - +
  • @@ -135,24 +135,13 @@

    Articles

    -

    Tobacco relative risks

    +

    Technical information

    -
    Smoking disease risks
    +
    Get started
    -
    -
    - diff --git a/public/articles/tobalcepi.html b/public/articles/tobalcepi.html index 0398868..1e42ccc 100644 --- a/public/articles/tobalcepi.html +++ b/public/articles/tobalcepi.html @@ -69,7 +69,7 @@
  • - +
  • @@ -83,7 +83,7 @@ -
    +