Description Usage Arguments Value Examples
View source: R/Base_Functions.R
Calculate length of stay for individual agents based on age, sex, OR procedure, and CDI status
1 | pat_los(data_one, data_two, npat)
|
data_one |
Data for all patients |
data_two |
Tibble of data only for patients to be used in this model |
npat |
Number of patients in the tibble of patients |
An updated tibble of patients with a new length of stay column
1 | complete_tibble_patients <- pat_los(data_one, data_two, npat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.