Print information about an IQRnca object
print.IQRnca.Rd
Print information about an IQRnca object
# S3 method for IQRnca print( x, ..., GROUP = NULL, filename = NULL, show = "main", title = NULL, SIGNIF = 4, FLAGwnlNames = TRUE, FLAGreturnObject = FALSE )
Arguments
x | IQRnca object |
---|---|
... | additional input |
GROUP | allows to only output results for a selected value of the GROUP column |
filename | If filename provided the results are exported to a file |
show | If set to "main" then only the most typical outputs for the NCA are shown. If set to "all" then all results are shown. If set to "diagnostics" then the results from "main" will be shown in addition to some diagnostic values. |
title | Title for output table |
SIGNIF | Number of significant digits to show |
FLAGwnlNames | Logical. If TRUE then for table outputs the WinNonlin names will be used. If FALSE, alternative names will be used. |
FLAGreturnObject | Logical. If TRUE an IQRoutput table will be returned. |
See also
Other NCA:
IQRdataNCA()
,
IQRnca()
,
as_IQRdataNCA()
,
is_IQRdataNCA()
,
is_IQRnca()
,
load_IQRdataNCA()
,
plot.IQRdataNCA()
,
plot.IQRnca()
,
plotProfiles_IQRdataNCA()
,
plotbyGroup_IQRnca()
,
print.IQRdataNCA()
,
report_IQRnca()
,
slopeTest_IQRnca()
,
summary.IQRnca()
,
summaryPKbyNT_IQRdataNCA()
,
summarybyGroup_IQRnca()