Skip to content

R package to estimate hypertension prevelance from blood pressure measures corrected from sampling variability

License

Notifications You must be signed in to change notification settings

echatignoux/BPpack

Repository files navigation

BPpack

Code and material for the articles :

How to Avoid Overestimating the Burden of Hypertension in Epidemiological Studies? A New Methodology to Account for Within-Person Variability of Blood Pressure

R-package

The material and R code used in the papers are made available as an R-package named BPpack. Use devtools to install the package from Github:

require(devtools)
install_github("echatignoux/BPpack")

or download the BPpack_0.1.zip file.

After installation, the package can be loaded into R.

library(BPpack)

The package needs R version 4.0.0 or higher.

Illustration of use

Usage of BPpack package is illustrated using NHANESIII data in the following vignette : https://echatignoux.github.io/use_BPpack.html.

About

R package to estimate hypertension prevelance from blood pressure measures corrected from sampling variability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages