worst_is: Worst Inotrope Score.

Description Usage Arguments Details Value

View source: R/encounter_metrics.R

Description

worst_is returns the worst (highest) inotrope score, averaged per hour, for each encounter selected.

Usage

1
worst_is(enc_info_df, drugs_df)

Arguments

enc_info_df

data frame: provides the encounters of interest

  • chr: patient_id_encounter

  • POSIXct: Episode.Start.Timestamp

drugs_df

data frame: provides events

  • chr: patient_id_encounter

  • chr: Variable.Name

  • num: Rate.Value

  • POSIXct: Time.of.Administration

Details

As per Nelson Sanchez-Pinto, Worst Inotrope Score (IS) = highest IS IS = dopamine + dobutamine + (epinephrine + norepinephrine) * 100 + milrinone * 10. The worst inotrope score is selected from among the hourly-averaged scores for each encounter. Encounters with no inotrope score are given 0 as their inotrope score, as per Nelson Sanchez-Pinto.

Value

data_frame:


jcasse/icueval documentation built on May 18, 2019, 9:20 p.m.