Define records to be ignored with reason why
ignorerecord_IQdataNCA.Rd
Ignoring of records is done by entering a reason in the IGNORER column. A record that is ignored is not considered at all in any step. This means it does not appear in the listings, tables, figures, and neither is considered in the PK parameter determination. After ignoring the slope is recalculated. IT DOES NOT EVEN APPEAR IN THE LISTINGS OF THE individual PK concentrations! So ... handle with care!
ignorerecord_IQdataNCA(data, REASON, USUBJID, PROFILE = NULL, IX)
Arguments
- 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. 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.
- IX
Index (IX column value) of the record(s) to be ignored with the same reason. Can be scalar or vector.
Value
Updated IQdataNCA object with adjusted ignore settings
See also
Other NCA Data:
IQdataNCA()
,
check_IQdataNCA()
,
dataSpec_IQdataNCA()
,
exportADNCA_IQdataNCA()
,
export_IQdataNCA()
,
ignoreNCA_IQdataNCA()
,
ignoreSUM_IQdataNCA()
,
ignoresubject_IQdataNCA()
,
load_IQdataNCA()
,
plot.IQdataNCA()
,
reportIgnoredSUMNCA_IQdataNCA()
,
summaryObservations_IQdataNCA()