Compute "Ohio State Traumatic Brain Injury Screen [Parent]: Worst injury overall"
Source:R/scores_ph.R
compute_ph_p_otbi_tbiworst.RdComputes the summary score ph_p_otbi_tbiworst
Ohio State Traumatic Brain Injury Screen [Parent]: Worst injury overall
Summarized variables:
ph_p_otbi_001ph_p_otbi_002ph_p_otbi_003ph_p_otbi_004ph_p_otbi_005ph_p_otbi__loc__add_001ph_p_otbi__rpt_001ph_p_otbi_001__lph_p_otbi_002__lph_p_otbi_003__lph_p_otbi_004__lph_p_otbi_005__lph_p_otbi__loc__add_001__lph_p_otbi__rpt_001__lph_p_otbi__loc_001ph_p_otbi__loc_002ph_p_otbi__loc_003ph_p_otbi__loc_004ph_p_otbi__loc_005ph_p_otbi__daz_001ph_p_otbi__daz_002ph_p_otbi__daz_003ph_p_otbi__daz_004ph_p_otbi__daz_005ph_p_otbi__rpt__loc_001ph_p_otbi__rpt__daz_001ph_p_otbi__rpt_002ph_p_otbi__rpt__loc__daz_002ph_p_otbi__rpt_003ph_p_otbi__rpt__loc__daz_003ph_p_otbi__loc_001__lph_p_otbi__loc_002__lph_p_otbi__loc_003__lph_p_otbi__loc_004__lph_p_otbi__loc_005__lph_p_otbi__daz_001__lph_p_otbi__daz_002__lph_p_otbi__daz_003__lph_p_otbi__daz_004__lph_p_otbi__daz_005__lph_p_otbi__rpt__loc_001__lph_p_otbi__rpt__daz_001__lph_p_otbi__loc__add_001__02ph_p_otbi__loc__add_001__03ph_p_otbi__loc__add_001__02__lph_p_otbi__loc__add_001__03__l
Excluded values:
777
999
Notes:
Computed using the following summary scores:
ph_p_otbi__tbi1a
ph_p_otbi__tbi1b
ph_p_otbi__tbi2
ph_p_otbi__tbi3
ph_p_otbi__tbi4
ph_p_otbi__tbi5
Usage
vars_ph_p_otbi_tbiworst
compute_ph_p_otbi_tbiworst(
data,
name = "ph_p_otbi_tbiworst",
keep_summaries = FALSE,
combine = TRUE
)Format
vars_ph_p_otbi_tbiworst is a character vector of all column names
used to compute summary score of ph_p_otbi_tbiworst.
Arguments
- data
tbl. Data frame containing the columns to be summarized.
- name
character. Name of the summary score column.
- keep_summaries
logical. If
TRUE, intermediate columns created to compute the summary score will be retained. IfFALSE, the intermediate columns will be removed. Default set toFALSE.- combine
logical. If
TRUE(default), the summary score is is appended as a new column to the input data frame. IfFALSE, the summary score is returned as a separate one-column data frame.