Description Usage Format See Also Examples
Provides lookup tables for use with alcohol attributable fractions analyses.
1 |
data frame with 5,920 rows and 7 fields
1 2 3 4 5 6 7 | 'data.frame': 5920 obs. of 6 variables:
$ version : Factor w/ 4 levels "aaf_2007_ni39",..: 1 1 1 1 1 1 1 1 1 1 ...
$ condition_uid: int 1 1 1 1 1 1 1 1 1 1 ...
$ aa_ageband : chr "00-15 Yrs" "16-24 Yrs" "25-34 Yrs" "35-44 Yrs" ...
$ sex : chr "F" "F" "F" "F" ...
$ analysis_type: chr "morbidity" "morbidity" "morbidity" "morbidity" ...
$ aaf : num 1 1 1 1 1 1 1 1 1 1 ...
|
Other alcohol datasets: aa_conditions
,
aa_versions
,
alcohol_datasets
,
lu_aac_icd10
, sa_versions
1 2 3 4 5 6 7 8 | if (isNamespaceLoaded("dplyr")) {
require("dplyr")
aafractions.ncc::aa_fractions %>%
mutate_if(is.character, as.factor) %>%
select(-starts_with("condition_")) %>%
summary(16)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.