label_sirs.Rd
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
Window used for carry forward
Logical flag indicating whether to return the individual components alongside the aggregated score
Time series interval (only used for checking consistency of input data)