table_1_2_4 function

Table 1.2.4: Changes in levels in each dimension, percentages of total and of type of change

Table 1.2.4: Changes in levels in each dimension, percentages of total and of type of change

table_1_2_4(df, name_id, names_eq5d = NULL, name_fu = NULL, levels_fu = NULL)

Arguments

  • df: Data frame with the EQ-5D, id and follow-up columns
  • name_id: Character string for the patient id column
  • names_eq5d: Character vector of column names for the EQ-5D dimensions
  • name_fu: Character string for the follow-up column
  • levels_fu: Character vector containing the order of the values in the follow-up column. If NULL (default value), the levels will be ordered in the order of appearance in df.

Returns

Summary data frame

Examples

table_1_2_4(df = example_data, name_id = "id")
  • Maintainer: Kim Rand
  • License: GPL (>= 2)
  • Last published: 2024-05-21

Useful links