Generate a summary table for PK parameters (by dose group)
table_summary_byGROUP_pkparameters_IQnca.Rd
The table will be generated already as an IQRrmd object, allowing easy reporting in Word with IQReport. Stratification by PROFILE, GROUP, and a potential additional stratification column.
table_summary_byGROUP_pkparameters_IQnca(
data,
tablenumber = NULL,
strat = NULL,
fontsizetable = 8,
filename = "table_bygroup_PKparam",
SIGNIF = 4,
parameterReport = "standard"
)
Arguments
- data
IQnca object
- tablenumber
Character string with table number information, added to the title for each table, if defined
- strat
Name of a column in the NCA result dataset (data) to use for stratification
- fontsizetable
Fontsize to be used in the table
- filename
Filename to export the listing IQRrmd object to
- SIGNIF
Significant digits for values
- parameterReport
Character string defining the PK parameters to report in the table By default these parameters will be selected based on the "Standard" parameters defined in the IQparamNCA_Specification.xlsx document, subject to the profile and administration type. The user can select "All" or "Standard". Alternatively, parameterReport can also be a vector or parameter names (based on PKPARAMCD in IQparamNCA_Specification.xlsx). Instead of the standard or all ones then these will be considered in the listing (also subject to profile and administration type). Note that interval AUC (if calculated is always added by default!)
Value
An IQRrmd object exported to a file
See also
Other NCA Parameter Tables:
mutate_IQnca()
,
reliabilityTable_IQnca()
,
table_summary_acrossGROUP_pkparameters_IQnca()