sirs_score | R Documentation |
The SIRS (Systemic Inflammatory Response Syndrome) score is a commonly used assessment tool used to track a patient's well-being in an ICU.
sirs_score(
...,
win_length = hours(24L),
keep_components = FALSE,
interval = NULL
)
qsofa_score(
...,
win_length = hours(24L),
keep_components = FALSE,
interval = NULL
)
news_score(
...,
win_length = hours(24L),
keep_components = FALSE,
interval = NULL
)
mews_score(
...,
win_length = hours(24L),
keep_components = FALSE,
interval = NULL
)
... |
Data input used for score evaluation |
win_length |
Window used for carry forward |
keep_components |
Logical flag indicating whether to return the individual components alongside the aggregated score |
interval |
Time series interval (only used for checking consistency of input data) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.