- chest_pain_type
The value of variable in the parameters label_cpt_no_chest_pain,
label_cpt_nonanginal, label_cpt_atypical, label_cpt_typical and
label_cpt_unknown.
- have_dyspnoea
The value of variable in the parameters label_have_dyspnoea_no,
label_have_dyspnoea_yes and label_have_dyspnoea_unknown.
- allow_na
A logical evaluating to TRUE or FALSE indicating whether we can
allow `chest_pain_type` or `have_dyspnoea` to be NA when calculating the score.
Default: TRUE
- label_have_dyspnoea_no
Label(s) for patient having no dyspnoea symptoms.
Default: c("no")
- label_have_dyspnoea_yes
Label(s) for patient having dyspnoea symptoms.
Default: c("yes")
- label_have_dyspnoea_unknown
Label(s) for patient having unknown dyspnoea symptoms.
Default: c(NA, NaN)
- label_cpt_no_chest_pain
Label(s) for patient having no chest pain.
Default: c("no chest pain")
- label_cpt_nonanginal
Label(s) for patient having nonanginal or non-specific chest pain.
Default: c("nonanginal")
- label_cpt_atypical
Label(s) for patient having atypical chest pain.
Default: c("atypical")
- label_cpt_typical
Label(s) for patient having typical chest pain.
Default: c("typical")
- label_cpt_unknown
Label(s) for patient having unknown chest pain type symptoms.
Default: c(NA, NaN)
- error_call
The execution environment of a currently
running function, e.g. caller_env(). The function will be
mentioned in error messages as the source of the error. See the
call argument of abort() for more information.