worst_gcs: Worst Glasgow Coma Score.

Description Usage Arguments Details Value

View source: R/encounter_metrics.R

Description

worst_gcs returns the worst (lowest) Glasgow Coma Score (GCS) for each encounter selected.

Usage

1
worst_gcs(enc_info, vitals)

Arguments

enc_info

data frame: provides the encounters of interest

  • chr: patient_id_encounter

vitals

data frame: provides events

  • chr: patient_id_encounter

  • chr: Variable.Name

  • num: Value

Details

Glasgow coma score ranges from 3 to 15. 3 being the worst score and 15 the best. Return value will be NA for encounters with no observations of GCS.

Value

data_frame:


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