scoring_mHHS: Calculates a modified version of the Harris Hip Score (mHHS)

Description Usage Arguments Details Value References

View source: R/mHHS.R

Description

The Harris hip score (HHS) is a joint specific score that is completed by both the clinician and the patient and consists of 10 items covering domains of pain, function, functional activities, deformity and hip range of motion. (doi: 10.1016/j.jor.2017.12.001) Since range of motion and deformity cannot be assessed by telephone, only pain and function are assessed (with the mHHS). This produces a maximum score of 91, which is multiplied by a factor of 1.1 in order to derive a final score out of 100. (doi: 10.1258/1357633054068883)

Usage

1
scoring_mHHS(data, items = 1:8, keep = TRUE)

Arguments

data

a data.frame containing the mHHS items ordered from 1 to 8. The data.frame may contain further variables.

items

A character vector with the mHHS item names ordered from 1 to 8, or a numeric vector indicating the column numbers of the mHHS items in data.

keep

Logical, whether to keep the single items and whether to return variables containing the number of non-missing items on each scale for each respondent. The default is TRUE.

Details

Value

The function returns 9 variables:

References

Sharma et al (2005) (doi: 10.1258/1357633054068883)

Link to questionnaire (https://www.losangelessportssurgeon.com/pdf/modified-harris-hip-score.pdf)


nrkoehler/qscorer documentation built on April 5, 2020, 3:09 a.m.