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. --- man/one_box.Rd | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'man/one_box.Rd') diff --git a/man/one_box.Rd b/man/one_box.Rd index 3c34dae..a60aa39 100644 --- a/man/one_box.Rd +++ b/man/one_box.Rd @@ -11,11 +11,9 @@ one_box(x, ini, ..., t_end = 100, res = 0.01) \method{one_box}{numeric}(x, ini = 1, ..., t_end = 100, res = 0.01) -\method{one_box}{character}(x, ini = 1, parms, ..., t_end = 100, - res = 0.01) +\method{one_box}{character}(x, ini = 1, parms, ..., t_end = 100, res = 0.01) -\method{one_box}{mkinfit}(x, ini = "model", ..., t_end = 100, - res = 0.01) +\method{one_box}{mkinfit}(x, ini = "model", ..., t_end = 100, res = 0.01) } \arguments{ \item{x}{When numeric, this is the half-life to be used for an exponential -- cgit v1.2.3