type_prsepis | R Documentation |
Parse a column for type of sepsis
type_prsepis(vec)
vec |
a character vector of values to convert |
NSQIP encodes the sepsis
column as either "sirs", "sepsis", "septic shock", or "none.
This function factors the vector for the levels "SIRS", "Sepsis", and "Septic shock".
NOTE: prsepis
is spelled incorrectly (as it is originally spelled in the NSQIP database).
It is not spelled prsepsis
.
a factor vector
nsqipr:::type_prsepis(c("sirs","sepsis", "septic shock", NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.