README.md

bertens

R-CMD-check

The goal of bertens is to predict the risk of exacerbations within the next 24 months based on previous exacerbation history, forced expiratory volume in one second, pack-years of smoking and a history of vascular disease.

Installation

You can install bertens from GitHub with:

remotes::install_github("resplab/bertens")

Example

This is a basic example which shows you how to solve a common problem:

library(bertens)
bertens(exacerbationHx = TRUE, fev1=32.9, packYears = 38, vascularDx = TRUE)


resplab/bertens documentation built on March 19, 2021, 8:59 p.m.