projectionChart: Plots FEV1 Projection

Description Usage Arguments Value Examples

View source: R/charts.R

Description

Plots FEV1 Projection

Usage

1
projectionChart(results)

Arguments

results

results data frame from FEV1 Projection Model

Value

patientData with prediction

Examples

1
2
3
4
5
6
7
patientData = samplePatients[1,]
results <- fev1_projection3(fev1_0 = patientData$fev1_0, 
int_effect = patientData$int_effect,
male = patientData$male, smoking = 1, age = patientData$age, 
weight = patientData$weight, height = patientData$height)
chart <- projectionChart(results)
chart

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