AddTriageRevisedTraumaScore: Add Triage Revised Trauma Score

Description Usage Arguments

View source: R/AddTriageRevisedTraumaScore.R

Description

Add the Triage Revised Trauma Score to the sample

Usage

1
2
3
AddTriageRevisedTraumaScore(study.sample, gcs.name = "gcs_t_1",
  sbp.name = "sbp_1", rr.name = "rr_1", variable.name = "trts",
  drop.used.variables = FALSE)

Arguments

study.sample

Data frame. The study sample. No default.

gcs.name

Character vector of length 1. The name of the Glasgow coma scale variable. Defaults to "gcs_t_1".

sbp.name

Character vector of length 1. The name of the systolic blood pressure variable. Defaults to "sbp_1".

rr.name

Character vector of length 1. The name of the respiratory rate variable. Defaults to "rr_1".

variable.name

Character vector of length 1. The name of the triage revised trauma score variable. Defaults to "trts".

drop.used.variables

Logical vector of length 1. If TRUE the date and time variables used to calculate time between injury and arrival are dropped from the sample. Defaults to FALSE.


martingerdin/bengaltiger documentation built on Feb. 29, 2020, 4:46 p.m.