scoring.QLQLC13: Scoring of the module EORTC QLQ-LC13

Description Usage Arguments Details Value Author(s) References

View source: R/scoring.QLQLC13.R

Description

A program that computes the scores of the module QLQ-LC13 for lung cancer according to the EORTC scoring manual.

Usage

1
scoring.QLQLC13(X, id="", time="")

Arguments

X

input data matrix or data frame with items of the EORTC QLQ-LC13 in columns. Missing values are inserted as NA.

id

name of the variable in the dataframe X corresponding to the patient identification number

time

name of the variable in the dataframe X corresponding to the time identification number

Details

A score is generated if the patient answered to at least half of the corresponding items. The scores are generated according to the EORTC scoring guidelines. Simple imputation by the personal mean is retained. In this way, missing items are ignored if at least half of the items are filled per dimension.

Value

Y

a data frame with the id and time variables of dataframe X and the score obtained for each dimension. Each score is represented by one column of Y. The names of the scores are those proposed in the scoring manual. If id and time parameters are not specified, then Y only contains the scores

Author(s)

Amelie Anota

Maintainer: Amelie Anota <aanota@chu-besancon.fr>

References

Bergman B, et al. (1994). The EORTC QLQ-LC13: a modular supplement to the EORTC Core Quality of Life Questionnaire (QLQ-C30) for use in lung cancer clinical trials. EORTC Study Group on Quality of Life. Eur J Cancer 30A:635-42.


QoLR documentation built on May 29, 2017, 4:08 p.m.