From d81550d0cccae824cc748de48e7fd50ea8d8033a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Apr 2020 18:02:18 +0200 Subject: Make na.rm = FALSE the default for geomean() This makes more sense and is in line with mean() from base R. Adapt tests and update docs. --- docs/reference/set_nd_nq.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/reference/set_nd_nq.html') diff --git a/docs/reference/set_nd_nq.html b/docs/reference/set_nd_nq.html index 9ec17ea..702b3e3 100644 --- a/docs/reference/set_nd_nq.html +++ b/docs/reference/set_nd_nq.html @@ -119,8 +119,14 @@ it automates the proposal of Boesten et al (2015).

set_nd_nq(res_raw, lod, loq = NA, time_zero_presence = FALSE)
 
-set_nd_nq_focus(res_raw, lod, loq = NA, set_first_sample_nd = TRUE,
-  first_sample_nd_value = 0, ignore_below_loq_after_first_nd = TRUE)
+set_nd_nq_focus( + res_raw, + lod, + loq = NA, + set_first_sample_nd = TRUE, + first_sample_nd_value = 0, + ignore_below_loq_after_first_nd = TRUE +)

Arguments

-- cgit v1.2.1