conv_app_intraabscess_intervention | R Documentation |
Parse a column for type of intra-abdominal abscess intervention
conv_app_intraabscess_intervention(vec)
vec |
a character vector of values to convert |
NSQIP encodes the app_intraabscess
column as having one of multiple interventions.
This function extracts those values from character vectors and factors them.
a factor vector
x <- c("No diagnosis of postoperative abscess", "Yes-percutaneous drainage",
"Yes-no treatment or intervention", "Yes-IV antibiotics w/out procedural intervention",
"Yes-oral/IM antibiotics w/out procedural intervention",
"Yes-reoperation for surgical drainage, open", "Yes-reoperation for surgical drainage, minimally invasive",
"Yes-transrectal/other endoscopic drainage", NA)
nsqipr:::conv_app_intraabscess_intervention(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.