diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-10 08:53:30 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-10 08:53:30 +0200 |
commit | a5e458ecb33ae87e46b2237174a194f6252a97cf (patch) | |
tree | 07f96162166021f73d823b61e96e5438e7dfb6d8 /man | |
parent | 63df3871a442de4bf47e4d9de1449e7f6ed65b2f (diff) |
Finish documentation of set_nd and test it
Diffstat (limited to 'man')
-rw-r--r-- | man/set_nd.Rd | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/set_nd.Rd b/man/set_nd.Rd index 8c766ac..8c6003c 100644 --- a/man/set_nd.Rd +++ b/man/set_nd.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/process_residues.R +% Please edit documentation in R/set_nd.R \name{set_nd} \alias{set_nd} \alias{set_nd_focus} @@ -17,7 +17,7 @@ if any later detections are above the loq.} set_nd(r, lod, loq = NA, time_zero = TRUE, time_zero_nd_value = NA, stop_after_first_nondetect = FALSE) -set_nd_focus(res, lod, loq = NA, time_zero = TRUE) +set_nd_focus(r, lod, loq = NA, time_zero = TRUE) } \arguments{ \item{r}{A character vector of sequential residues without replicates, with @@ -29,6 +29,10 @@ detection specified as 'nq', otherwise coercible to numeric} \item{loq}{Limit of quantification(numeric). Must be specified if the FOCUS rule to stop after the first non-detection is to be applied} +\item{time_zero}{Is the first value in the series a time zero value?} + +\item{time_zero_nd_value}{Which value should we use for non-detects at time zero?} + \item{stop_after_first_nondetect}{Should we really stop after the first non-detection?} } \description{ |