Generate a detailed listing of individual pharmacokinetic concentrations

The listing is split by a user-given column and default to USUBJID. If a filename is given, an rmd file is generated allowing easy reporting in Word with IQReport. Otherwise, a IQncaTableList object is returned containing all tables, titles, and footers which can be exported as an rmd file using write_IQncaTableList. Important: Ignored records (INGORER) are not reported in these listings! Ignored subjects (IGNOREI) are reported but it is indicated that they are ignored (not in the simple version)

listing_PKconc_IQdataNCA(
  data,
  table_number = NULL,
  table_split_by = "USUBJID",
  table_head = c("SEX", "AGE", "RACE"),
  table_cols = c("PROFILE", "GROUP", "NTIME", "ATIME"),
  labels = NULL,
  roundfun = signif,
  digits = NULL,
  fontsize = 8,
  page_orientation = c("landscape", "portrait"),
  filename = NULL
)

Arguments

data

IQdataNCA object

table_number

Character string with listing number information, added to the title for each table, if defined

table_split_by

Column name to define the split to different tables (pages)

table_head

Column names of covariates unique within splits to be displayed above the table

table_cols

Column names to be displayed as table columns

labels

Named vector with labels that should be used for column names or as name for the common covariates.

roundfun

Rounding function or named list of rounding function (expecting the numeric vector and number of digits to be input arguments). Defaults to signif. Suggested alternative is round.

digits

Named vector with digits to be used for rounding for different columns

fontsize

Fontsize to be used in the table

page_orientation

Page orientation, 'landscape' or 'portrait'

filename

Filename to export the listing IQRrmd object to

Value

An IQRrmd object exported to a file or IQncaTableList