This function imputes the start concentration using the log slope method.
Source:R/PKNCA_impute_method_additions.R
PKNCA_impute_method_start_logslope.Rd
This function imputes the start concentration using the log slope method.
Usage
PKNCA_impute_method_start_logslope(
conc,
time,
start,
end,
...,
options = list()
)
Details
This function adheres to the structure required by the PKNCA
package to work with its
functionalities. For more information, see the
PKNCA Data Imputation Vignette.