bode: The BODE Index in COPD

Description Usage Arguments Source Examples

Description

The BODE Index in COPD

Usage

1
bode(FEV1, mMRC, BMI, walk)

Arguments

FEV1

A number for forced expiratory volume in one second (FEV1) expressed as percentage

mMRC

A number for the dyspnea scale of modified Medical Research Council (mMRC)

BMI

A number for Body Mass Index

walk

A number for distance walked in 6 minutes (in meter)

Source

https://www.ncbi.nlm.nih.gov/pubmed/14999112

Examples

1
2
bode (FEV1 = 40, mMRC = 3, BMI = 22, walk = 100)
bode (FEV1 = 60, mMRC = 1, BMI = 19, walk = 200)

resplab/bode documentation built on June 27, 2020, 9:01 a.m.