tab.corr {qpNCA} | R Documentation |
Tabulates what records were added, time deviations and concentration imputations were applied, for each subject.
tab.corr(x, by = character(0), nomtimevar = "time")
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 |
dataset with applied corrections (rule number and rule text) listed by by-variable(s) and nominal time
example(correct.conc)
corrtab <- x %>% tab.corr(by = 'subject')
corrtab %>% head