example_data {eq5dsuite} | R Documentation |
example_data
Description
A dataset containing patient-level data in a long format.
Usage
data(example_data)
Format
A data frame with 6600 rows and 13 variables:
id
double Patient id
mo
double EQ-5D-5L Mobility dimension
sc
double EQ-5D-5L Self-care dimension
ua
double EQ-5D-5L Usual activities dimension
pd
double EQ-5D-5L Pain / discomfort dimension
ad
double EQ-5D-5L Anxiety/depression dimension
vas
double Value of the VAS scale measurememnt
fu
character Follow-up (baseline / follow-up)
year_range
character Time period for the follow-up (2009-2010 / 2010-2011 / 2011-2012); could be used as an alternative follow-up variable
month
double Another alternative follow-up variable (1, ..., 15)
surgtype
character Type of surgery (Cataract / Hernia / Hip / Knee / Veins)
gender
character Patient's gender (Female / Male)
age
double Patient's age in years
[Package eq5dsuite version 1.0.0 Index]