Generate a table of statistical summaries of pharmacokinetic concentrations
table_summary_conc_IQdataNCA.Rd
The table will be generated already as an IQRrmd object, allowing easy reporting in Word with IQReport. The table is done per PROFILE and GROUP. Important: Ignored records (INGORER & IGNORSUM) are not reported in these tables! Ignored subjects (IGNOREI) are removed as well.
table_summary_conc_IQdataNCA(
data,
tablenumber = NULL,
fontsizetable = 8,
filename = "table_summary_concentrations",
SIGNIF = 4,
maxCol = 10
)
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 table values
- maxCol
Number of nominal times to be put into the same table in case of simple=TRUE. Tables might become to wide even for landscape so a plit up of columns in several tables can be enforced in this manner.
Value
An IQRrmd object exported to a file
See also
Other NCA Data Tables:
table_summary_conc_by_time_IQdataNCA()