Clean up the time to steady-state parameters and return a data frame for use by the tss calculators.
pk.tss.data.prep(
conc,
time,
subject,
treatment,
subject.dosing,
time.dosing,
options = list(),
conc.blq = NULL,
conc.na = NULL,
check = TRUE,
...
)
a data frame with columns for conc
entration, time
, subject
,
and treatment
.
Measured concentrations
Time of the measurement of the concentrations
Subject identifiers (used as a random effect in the model)
Treatment description (if missing, all subjects are assumed to be on the same treatment)
Subject number for dosing
Time of dosing
List of changes to the default PKNCA options (see
PKNCA.options()
)
See clean.conc.blq()
See clean.conc.na()
Run assert_conc_time()
?
Discarded inputs to allow generic calls between tss methods.