eq5d_vas_summary: eq5d_vas_summary: EQ VAS Score by timepoints

eq5d_vas_summaryR Documentation

eq5d_vas_summary: EQ VAS Score by timepoints

Description

eq5d_vas_summary: EQ VAS Score by timepoints

Usage

eq5d_vas_summary(df, name_vas = NULL, name_fu = NULL, levels_fu = NULL)

Arguments

df

Data frame with the VAS and the follow-up columns

name_vas

Character string for the VAS column

name_fu

Character string for the follow-up column

levels_fu

Character vector containing the order of the values in the follow-up column.

Value

Summary data frame

Examples

eq5d_vas_summary(
  example_data,
  name_vas = 'vas', 
  name_fu = 'time', 
  levels_fu = c('Pre-op', 'Post-op')
)

eq5dsuite documentation built on May 14, 2026, 5:07 p.m.