WHOCVRisk | R Documentation |
Calculating cardiovascular disease risk based on WHO cardiovascular disease risk charts
WHOCVRisk(region, age, gender, smoke, sbp, bmi = NULL, dm = NULL, chol = NULL)
region |
Region of residence including Andean Latin America, Australasia, Caribbean, Central Asia, Central Europe, Central Latin America, Central Sub-Saharan Africa, East Asia, Eastern Europe, Eastern Sub-Saharan Africa, High-Income Asia Pacific, High-Income North America, North Afrika and Middle East, Oceania, South Asia, Southeast Asia, Southern Latin America, Southern Sub-Saharan Africa, Tropical Latin America, Western Europe, Western Sub-Saharan Africa. |
age |
Age from 40 to 74. |
gender |
Gender including "M" Male and "F" Female. |
smoke |
Smoke including "Smoker" and "Non-smoker". |
sbp |
SBP in (mmHg). |
bmi |
BMI (Only when lab data is not available). BMI= Weight in kilograms divided by height in meters squared. |
dm |
Diabetes (Only when lab data is available) including "Yes" Diabetic and "No" Non-Diabetic. |
chol |
Total cholesterol in (mmol/l) (Only when lab data is available). |
Output is the World Health Organization cardiovascular disease risk revised estimates based on 21 global regions.
Example when lab data is not available WHOCVRisk(region="High-Income Asia Pacific", age=50,gender="F",smoke="Smoker", bmi=27,sbp=160) Example when lab data is available WHOCVRisk(region="High-Income Asia Pacific", age=50,gender="F",smoke="Smoker", sbp=160,dm="Yes",chol=4.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.