Skip to contents

Create Laboratory Summary Table

Usage

create_lab_summary_table(
  adlb,
  trt_n,
  params = c("HGB", "WBC", "PLAT", "ALT", "AST", "BILI", "CREAT"),
  visit = "Week 24",
  title = "Laboratory Parameters Summary",
  autofit = TRUE
)

Arguments

adlb

ADLB data frame

trt_n

Treatment group counts

params

Vector of parameter codes to analyze

visit

Visit to analyze

title

Table title

autofit

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

Value

ClinicalTable object