create_intub | R Documentation |
This function creates a new variable indicating whether a patient was intubated, regardless of whether the intubation was performed prehospital or in the emergency department. The result is a vector containing the intubation status for each patient.
create_intub(data)
data |
A data frame containing the data from which the intubation variable will be created. |
A vector indicating the intubation status for each patient.
data$intub <- create_intub(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.