fev1_projection2: FEV1 Projection Model 2

Description Usage Arguments

View source: R/fev1Projection.R

Description

This is the complete model, including the O'Conner slope

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
fev1_projection2(
  fev1_0,
  int_effect,
  male,
  smoking,
  age,
  weight,
  height,
  oco,
  tio = "No"
)

Arguments

fev1_0

numeric: Baseline FEV1 score (L)

int_effect

numeric: Effect of intervention on lung function (L)

male

1 or 0, 1 = male, 0 = female

smoking

1 or 0, 1 = patient smokes, 0 = patient does not smoke

age

integer: patient age

weight

integer: patient weight in kilograms

height

numeric: patient height in meters

oco

numeric: O'Conner slope

tio

string: is patient receiving tiotropium, "Yes" or "No"


resplab/fev1 documentation built on Aug. 21, 2021, 8:40 a.m.