conv_hep_sec_numtumors | R Documentation |
Convert number of secondary tumors to integer
conv_hep_sec_numtumors(vec)
vec |
a character vector of values to convert |
NSQIP encodes anyone with more than 8 secondary tumors as "8 or more". This converts all "8 or more" to 8. If given NA, will return NA.
an integer vector
nsqipr:::conv_hep_sec_numtumors(c("1","2","More than 8",NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.