Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 836 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 836 Bytes

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.