tab.corr {qpNCA} | R Documentation |
Tabulate Corrections
Description
Tabulates what records were added, time deviations and concentration imputations were applied, for each subject.
Usage
tab.corr(x, by = character(0), nomtimevar = "time")
Arguments
x |
concentration dataset created by the correct.time and correct.conc functions, containing time and conc corrected data |
by |
column names in x indicating grouping variables |
nomtimevar |
column in x containing the nominal time after dose |
Value
dataset with applied corrections (rule number and rule text) listed by by-variable(s) and nominal time
Examples
example(correct.conc)
corrtab <- x %>% tab.corr(by = 'subject')
corrtab %>% head
[Package qpNCA version 1.1.6 Index]