sa_conditions: List of smoking attributable conditions

Description Usage Format Details See Also Examples

Description

Provides lookup tables for use with smoking attributable fractions analyses.

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 26 rows and 6 columns.

Details

# @format data frame with 26 rows and 4 fields

1
2
3
4
5
6
Observations: 26
Variables: 4
$ cat1             <fct> Cancers which can be caused by smoking, Cancers which can be caused by smoking, Cancer...
$ disease_category <fct> "Trachea, Lung, Bronchus", "Upper respiratory sites", "Oesophagus", "Larynx", "Cervica...
$ icd_10_code      <fct> "C33-C34", "C00-C14", "C15", "C32", "C53", "C67", "C64-C66,C68", "C16", "C25", "C80", ...
$ condition_uid    <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,...

See Also

Other smoking datasets: lu_sac_icd10, sa_relrisk, smoking_datasets, sp

Examples

1
2
3
4
5
6
if (isNamespaceLoaded("magrittr")) {
  require("magrittr")

  aafractions.ncc::sa_conditions %>%
    head(16)
}

ianbatesncc/aafractions.ncc documentation built on May 3, 2019, 3:34 p.m.