View source: R/derive_param_rr.R
| compute_rr | R Documentation |
Computes RR interval from heart rate.
compute_rr(hr)
hr |
Heart rate A numeric vector is expected. It is expected that heart rate is measured in beats/min.
|
Usually this computation function can not be used with %>%.
RR interval in ms:
\frac{60000}{HR}
derive_param_rr()
BDS-Findings Functions that returns a vector:
compute_bmi(),
compute_bsa(),
compute_egfr(),
compute_framingham(),
compute_map(),
compute_qtc(),
compute_qual_imputation(),
compute_qual_imputation_dec(),
compute_scale(),
transform_range()
compute_rr(hr = 70.14)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.