Description Usage Arguments Value See Also
Calculate the corrected QT interval (QTc) of a electrocardiogram, according to Bazett (Bazett, 1920) or Fridericia (Fridericia, 1920).
1 | calculate_qtc(qt, heart_rate, method = "Fridericia")
|
qt |
QT interval (ms). |
heart_rate |
Heart rate (/min). |
method |
Formula for QTc. Options are: "Fridericia" (default), "Bazzett". |
QTc (ms), or NA
if any parameters are NA
.
units::set_units()
, units::drop_units()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.