Tremor variables have TWO versions: "ne_tremor" and "neu_tremor" ne = Neurological Exam, neu = Neurological History Here, we create a new Tremor variable that takes the more severe score (e.g. Yes)
Usage
combine_tremor(
dataset,
tremor_vars = c("intention tremor hx", "resting tremor hx", "postural tremor hx",
"intention tremor exam", "resting tremor exam", "postural tremor exam",
"head tremor hx", "head tremor exam")
)