tab.corr: Tabulate Corrections

Description Usage Arguments Value Examples

View source: R/tab.corr.r

Description

Tabulates what records were added, time deviations and concentration imputations were applied, for each subject.

Usage

1
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

1
2
3
example(correct.conc)
corrtab <- x %>% tab.corr(by = 'subject')
corrtab %>% head

qpNCA documentation built on Aug. 16, 2021, 5:08 p.m.