Skip to contents

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"
)

Arguments

dat

descr

LOD_method

description

LLOQ_method

description

ULOQ_method

description

LOD_type

desc

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.