Skip to contents

Create Analysis Populations Summary Table

Usage

create_population_summary_table(
  data,
  title = "Analysis Populations",
  trt_var = "TRT01P",
  pop_flags = c("SAFFL"),
  pop_labels = c("Safety"),
  autofit = TRUE
)

Arguments

data

ADSL data frame or ADaMData object

title

Table title

trt_var

Treatment variable name

pop_flags

Character vector of population flag variables

pop_labels

Character vector of labels for population flags

autofit

Logical, whether to autofit column widths (default: TRUE)

Value

ClinicalTable object