| rj_tree | R Documentation |
ICD-10 hierarchy used by the rj_mortality dataset.
Three levels: Chapter -> 3-character category -> 4-character subcategory.
rj_tree
A data.frame with 622 rows and 2 columns:
Character identifier of each ICD-10 node.
Character identifier of the parent node. NA
for the root.
The tree has 410 leaves (4-character ICD-10 codes) and 622 total nodes.
Constructed from the leaf-level codes in rj_mortality, which
in turn come from the Brazilian Mortality Information System (SIM)
maintained by DATASUS. See data-raw/ in the GitHub repository for
the build script.
rj_mortality
data(rj_tree)
head(rj_tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.