Learn R Programming

QoLR (version 1.0.3)

scoring.QLQPR25:

Description

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

Usage

scoring.QLQPR25(X, id="", time="")

Arguments

X
input data matrix or data frame with items of the EORTC QLQ-PR25 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

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

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.

References

van Andel G, et al. An international field study of the EORTC QLQ-PR25: a questionnaire for assessing the health-related quality of life of patients with prostate cancer. European journal of cancer. 2008 Nov;44(16):2418-24.