check_scores_3L: Function to check the EQ-5D-3L scores

Description Usage Arguments Examples

View source: R/eq5d.R

Description

Function to check the EQ-5D-3L scores

Usage

1
check_scores_3L(dimen, dimen2 = NA, dimen3 = NA, dimen4 = NA, dimen5 = NA)

Arguments

dimen

a must input,response for EQ-5D-3L mobility or the 5 digit response, or the vector of responses, e.g. 11111, c(1, 1, 1, 1, 1) or 1

dimen2

response for EQ-5D-3L self care, or NA if the responses are given as dimensions

dimen3

response for EQ-5D-3L usual activities,or NA if the responses are given as dimensions

dimen4

response for EQ-5D-3L pain/discomfort, or NA if the responses are given as dimensions

dimen5

response for EQ-5D-3L anxiety/depression, or NA if the responses are given as dimensions

Examples

1
2
3
4
check_scores_3L(c(1, 2, 3, 3, 3))
check_scores_3L(1, 2, 3, 3, 3)
check_scores_3L(1, 2, 3, 2, 3)
check_scores_3L(12323)

valueEQ5D documentation built on Oct. 6, 2021, 5:10 p.m.