sf36: SF-36 questionnaire scoring

View source: R/sf36.R

sf36R Documentation

SF-36 questionnaire scoring

Description

SF-36 questionnaire scoring

Usage

sf36(X = NULL)

Arguments

X

a matrix or data.frame of 36 columns, containing questionnaire items. In order from left to right: GH1, HT, PF01, PF02, PF03, PF04, PF05, PF06, PF07, PF08, PF09, PF10, RP1, RP2, RP3, RP4, RE1, RE2, RE3, SF1, BP1, BP2, VT1, MH1, MH2, MH3, VT2, MH4, VT3, MH5, VT4, SF2, GH2, GH3, GH4, GH5.

Note

This is an R port of SAS algorithm by Apolone and Mosconi found here.

SF-36 is a registered trademark of medical outcomes trust.

Examples

## -------------------------
## Algorithm test/validation
## -------------------------
(scores <- sf36(sf36sample))
lapply(scores, comment)

lbraglia/QScoring documentation built on Feb. 11, 2024, 11:03 a.m.