Generate another table of statistical summaries of pharmacokinetic concentrations

The table will be generated already as an IQRrmd object, allowing easy reporting in Word with IQReport. The table is done per PROFILE and per NTIME time point. All data belonging to a profile and a timepoint are shown in one table. There is a header with some general information. Then the table, followed by the table footer. Important: Ignored records (INGORER & IGNORSUM) are not reported in these tables! Ignored subjects (IGNOREI) are removed as well.

table_summary_conc_by_time_IQdataNCA(
  data,
  tablenumber = NULL,
  fontsizetable = 8,
  filename = "table_conc_by_time",
  SIGNIF = 4
)

Arguments

data

IQdataNCA object

tablenumber

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

fontsizetable

Fontsize to be used in the table

filename

Filename to export the listing IQRrmd object to

SIGNIF

Significant digits for values

Value

An IQRrmd object exported to a file

See also

Other NCA Data Tables: table_summary_conc_IQdataNCA()