Package: WHORiskCalculator 1.0.0

Andrea Pedot
WHORiskCalculator: WHO Cardiovascular Disease Risk Calculator
Implements the 2019 World Health Organization (WHO) cardiovascular disease (CVD) risk prediction models, as described in Kaptoge et al. (2019) <doi:10.1016/S2214-109X(19)30318-3>. Provides two validated models for estimating 10-year risk of fatal and non-fatal cardiovascular events (myocardial infarction and stroke): a laboratory-based model using age, sex, systolic blood pressure, total cholesterol, smoking status, and diabetes history; and a non-laboratory-based model substituting body mass index (BMI) for cholesterol and diabetes, suitable for resource-limited settings. Risk estimates are recalibrated to 21 Global Burden of Disease regions using region-specific incidence rates and risk factor distributions derived from the Emerging Risk Factors Collaboration. Functions are fully vectorized for efficient batch calculations and support automatic country-to-region mapping via ISO 3166-1 alpha-3 country codes.
Authors:
WHORiskCalculator_1.0.0.tar.gz
WHORiskCalculator_1.0.0.tar.gz(r-4.7-any)WHORiskCalculator_1.0.0.tar.gz(r-4.6-any)
WHORiskCalculator_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
WHORiskCalculator/json (API)
NEWS
| # Install 'WHORiskCalculator' in R: |
| install.packages('WHORiskCalculator', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:a1d45a75b8. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 126 | ||
| source / vignettes | OK | 222 | ||
| linux-release-x86_64 | OK | 124 | ||
| wasm-release | OK | 105 |
Exports:calculate_who_riskcalculate_who_risk_nonlabcountry_to_regionget_country_codesget_regions
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculate WHO 10-Year CVD Risk (Laboratory-Based Model) | calculate_who_risk |
| Calculate WHO 10-Year CVD Risk (Non-Laboratory-Based Model) | calculate_who_risk_nonlab |
| Map Country Code to Region | country_to_region |
| Get Country Code to Region Mapping | get_country_codes |
| Get Available Region Names | get_regions |