replace_LOD: todo: L differs by type of measurement technique. Need to...

View source: R/processingData.R

replace_LODR Documentation

todo: L differs by type of measurement technique. Need to accommodate that

Description

If you want to replace all LODs with a fixed value (L/2 say), set LOD.means <- L/2 and leave the rest as default

Usage

replace_LOD(
  ww,
  raw_gc_column = "gc",
  LOD.means,
  LOD.sds = NULL,
  dist = "Uniform",
  isim_LOD = NULL,
  LOD_holder = "tLOD"
)

Details

If you want to replace each LOD with a value randomly generated from U(0,L), set LOD.means <- L, LOD.sds <- 0 and leave dist as default


gqlNU/publicWW documentation built on Oct. 15, 2022, 1:17 a.m.