ac_attribution: List of Ambulatory care sensitive fractions by condition and...

Description Usage Format See Also Examples

Description

Provides lookup tables for use with Ambulatory care sensitive analyses.

Usage

1

Format

data frame with 13 rows and 3 fields

1
2
3
4
5
Observations: 13
Variables: 3
$ condition_uid <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
$ version       <chr> "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_2...
$ acs_af        <int> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1

See Also

Other ambulatory care sensitive datasets: ac_conditions, ac_versions, acs_datasets, lu_acc_icd10

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
if (all(sapply(c("dplyr", "reshape2"), isNamespaceLoaded))) {
  require("dplyr", warn.conflicts = FALSE)
  require("reshape2", warn.conflicts = FALSE)

  ac_attribution %>%
    dcast(
      condition_uid + condition_description ~ ab_ucs_explode
      , value.var = "ucs_af", fill = 0
    )
}

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