Skip to contents

Get Default Parameter Code for Corrected QT

Usage

default_qtc_paramcd(method)

Arguments

method

Method used to QT correction

Permitted values

"Bazett", "Fridericia", "Sagie"

Default value

none

Value

"QTCBR" if method is "Bazett", "QTCFR" if it's "Fridericia" or "QTLCR" if it's "Sagie". An error otherwise.

Examples

default_qtc_paramcd("Sagie")
#> $PARAMCD
#> [1] "QTLCR"
#>