ignoreSUM_IQdataNCA | R Documentation |
Ignoring of records is done by entering a reason in the IGNORSUM column. A record that is ignored for the summary and inferential procedures is not considered for summary tables of the observed concentration data. It will still be listed in the individual concentration listings and might be considered in the PK parameter determination.
ignoreSUM_IQdataNCA(data, REASON, USUBJID, PROFILE = NULL, IX)
data |
IQdataNCA object in which to ignore selected records |
REASON |
Reason for ignoring the record(s) |
USUBJID |
USUBJID of the subject from which records are to be ignored in the summary procedures. Can be character vector with multiple USUBJIDs |
PROFILE |
Profile name (entry in PROFILE column) to which to apply the ignoring (if multiple profiles available in the IQdataNCA object). If no PROFILE name defined then this is applied to the subject for all possible profiles. PROFILE can be character vector, allowing to define multiple profiles to which the ignoring should be applied. If only one profile present then PROFILE is not required to be defined. |
IX |
Index (IX column value) of the record(s) to be ignored in summary with the same reason. Can be scalar or vector. |
Updated IQdataNCA object with adjusted ignore settings
Other NCA Data:
IQdataNCA()
,
check_IQdataNCA()
,
dataSpec_IQdataNCA()
,
exportADNCA_IQdataNCA()
,
export_IQdataNCA()
,
ignoreNCA_IQdataNCA()
,
ignorerecord_IQdataNCA()
,
ignoresubject_IQdataNCA()
,
load_IQdataNCA()
,
plot.IQdataNCA()
,
reportIgnoredSUMNCA_IQdataNCA()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.