Complete not quantified values
complete_data.Rd
This function completes missing values related to limits of quantification or detection.
Usage
complete_data(
dat,
LOD_method = NULL,
LLOQ_method = NULL,
ULOQ_method = NULL,
LOD_type = "calc"
)
Examples
path <- get_example_data("small_biocrates_example.xls")
dat <- read_data(path)
dat <- complete_data(dat)
#> Skipping < LOD imputation.
#> Skipping < LLOQ imputation.
#> Skipping > ULOQ imputation.