label_sirs: SIRS score label

sirs_scoreR Documentation

SIRS score label

Description

The SIRS (Systemic Inflammatory Response Syndrome) score is a commonly used assessment tool used to track a patient's well-being in an ICU.

Usage

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
)

Arguments

...

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)


ricu documentation built on Sept. 8, 2023, 5:45 p.m.