Summary stats for each scheduled timepoint and GROUP in IQRdataNCA dataset. Scheduled timepoint column ("NT") needs to be present.
summaryPKbyNT_IQRdataNCA.Rd
Summary stats for each scheduled timepoint and GROUP in IQRdataNCA dataset. Scheduled timepoint column ("NT") needs to be present.
summaryPKbyNT_IQRdataNCA( data, methodBLQ = c("asis", "zero", "lloqhalf", "lloq", "dismiss")[1], methodBLQgeometric = c("asis", "lloqhalf", "lloq", "dismiss")[1], FLAGgroupColumns = FALSE, SIGNIF = 4, filename = NULL, FLAGreport = TRUE )
Arguments
data | IQRdataNCA object |
---|---|
methodBLQ | Method used for BLQ records for all summaries but the geometric. Options: "asis","zero", "lloqhalf", "lloq", "dismiss" |
methodBLQgeometric | Method used for BLQ records for geometric. summaries. Options: "asis", "lloqhalf", "lloq", "dismiss". Zero values will be dismissed. |
FLAGgroupColumns | Flag whether to arrange table with groups in columns |
SIGNIF | Number of significant digits to round means and SDs. CV is rounded to 1 digit, minimum and maximum values left are not rounded. |
filename | If provided, table is written to file |
FLAGreport | Flag whether to write IQReport-ready table |
Value
If no filename provided then IQRtable object is 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()
,
print.IQRnca()
,
report_IQRnca()
,
slopeTest_IQRnca()
,
summary.IQRnca()
,
summarybyGroup_IQRnca()