conv_aaa_iculos | R Documentation |
Convert targeted AAA ICU length of stay to integer
conv_aaa_iculos(vec)
vec |
a character vector of values to convert |
NSQIP encodes anyone staying 30 days or more as "30 or more". This converts all "30 or more" to 30. If given NA, will return NA.
an integer vector
nsqipr:::conv_aaa_iculos(c("14","2","30 or more",NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.