R/tss.stepwise.linear.R
pk.tss.stepwise.linear.Rd
A linear slope is fit through the data to find when it becomes
non-significant. Note that this is less preferred than the
pk.tss.monoexponential
due to the fact that with more time or more subjects
the performance of the test changes (see reference).
pk.tss.stepwise.linear(
...,
min.points = 3,
level = 0.95,
verbose = FALSE,
check = TRUE
)
A scalar float for the first time when steady-state is achieved or
NA
if it is not observed.
The model is fit with a different magnitude by treatment (as a factor, if
given) and a random slope by subject (if given). A minimum of min.points
is required to fit the model.
Maganti L, Panebianco DL, Maes AL. Evaluation of Methods for Estimating Time to Steady State with Examples from Phase 1 Studies. AAPS Journal 10(1):141-7. doi:10.1208/s12248-008-9014-y
Other Time to steady-state calculations:
pk.tss()
,
pk.tss.monoexponential()