example_data dataset

example_data

example_data

A dataset containing patient-level data in a long format. 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
data(example_data)
  • Maintainer: Kim Rand
  • License: GPL (>= 2)
  • Last published: 2024-05-21

About the dataset

  • Number of rows: 6600
  • Number of columns: 13
  • Class: data.frame

Column names and types (First 10)

  • id:numeric
  • mo:numeric
  • sc:numeric
  • ua:numeric
  • pd:numeric
  • ad:numeric
  • vas:numeric
  • fu:character
  • year_range:character
  • month:numeric