Learn R Programming

eq5dsuite (version 1.0.1)

table_1_2_2: Table 1.2.2: Changes in health according to the PCHC (Paretian Classification of Health Change)

Description

Table 1.2.2: Changes in health according to the PCHC (Paretian Classification of Health Change)

Usage

table_1_2_2(
  df,
  name_id,
  name_groupvar,
  names_eq5d = NULL,
  name_fu = NULL,
  levels_fu = NULL
)

Value

Summary data frame

Arguments

df

Data frame with the EQ-5D, grouping, id and follow-up columns

name_id

Character string for the patient id column

name_groupvar

Character string for the grouping 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.

Examples

Run this code
table_1_2_2(
  df = example_data,
  name_id = "id",
  name_groupvar = "procedure",
  names_eq5d = c("mo", "sc", "ua", "pd", "ad"),
  name_fu = "time",
  levels_fu = c("Pre-op" , "Post-op")
)

Run the code above in your browser using DataLab