check_scores_5L {valueEQ5D} | R Documentation |
Function to check the EQ-5D-5L scores
Description
Function to check the EQ-5D-5L scores
Usage
check_scores_5L(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-5L self care, or NA if the responses are given as dimensions |
dimen3 |
response for EQ-5D-5L usual activities,or NA if the responses are given as dimensions |
dimen4 |
response for EQ-5D-5L pain/discomfort, or NA if the responses are given as dimensions |
dimen5 |
response for EQ-5D-5L anxiety/depression, or NA if the responses are given as dimensions |
Examples
check_scores_5L(c(1, 2, 3, 5, 3))
check_scores_5L(1, 2, 3, 4, 3)
check_scores_5L(12323)
[Package valueEQ5D version 0.7.2 Index]