View source: R/calc_neutropenia_grade.R
calc_neutropenia_grade | R Documentation |
Assigns neutropenia grade based on the National Cancer Institute system. Note that while this system assigns a grade of 1 to an ANC between 1500-2000, the term neutropenia is usually reserved for a grade of 2 or higher (an ANC of <1500)
calc_neutropenia_grade(anc)
anc |
absolute neutrophil count (ANC), in number per microliter |
Neutropenia: US National Cancer Institute's Common Toxicity Criteria
calc_neutropenia_grade(
anc = c(500, 1501)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.