Description Usage Arguments Value Caveats References See Also
View source: R/blood_pressure.R
The mean arterial pressure is estimated using the formula: \text{MAP} \approxeq P_{\text{diastolic}} + \frac{1}{3} (P_{\text{systolic}} - P_{\text{diastolic}}).
1 | estimate_map(sbp, dbp)
|
sbp |
Systolic blood pressure (mmHg). |
dbp |
Diastolic blood pressure (mmHg). |
MAP (mmHg), or NA
if any parameters are NA
.
None at this time.
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.