powered by
The default is to summarize by printing the first seven comorbidities, and the first seven codes for each. To print the whole thing, just convert it to a list.
# S3 method for comorbidity_map print(x, ..., n_comorbidities = 7, n_codes = 7)
a list optionally with class comorbidity_map
comorbidity_map
further arguments are passed to print
print
single integer, number of comorbidities to print
single integer, number of codes per comorbidity to print
# NOT RUN { icd9_map_ahrq # } # NOT RUN { print(icd9_map_ahrq) print(icd9_map_ahrq, n_comorbidities = 3, n_codes = 3) print(unclass(icd9_map_ahrq)) # }
Run the code above in your browser using DataLab