Generate a listing of individual pharmacokinetic concentration sampling times
listing_time_IQdataNCA.Rd
The listing will be generated already as an IQRrmd object, allowing easy reporting in Word with IQReport. It is a simple listing - just showing ATIME and NTIME by PROFILE and GROUP. 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_time_IQdataNCA(
data,
listingnumber = NULL,
fontsizetable = 8,
filename = "listing_time",
signifATIME = 5,
maxCol = 10
)
Arguments
- data
IQdataNCA object
- listingnumber
Character string with listing 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
- signifATIME
Significant digits for actual time
- 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 Listings:
listing_conc_IQdataNCA()
,
listing_concdetailed_IQdataNCA()
,
listing_ignoredSubjectsRecords_IQdataNCA()
,
listing_timedetailed_IQdataNCA()