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/FOMC_actual_twa.Rd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'man/FOMC_actual_twa.Rd') diff --git a/man/FOMC_actual_twa.Rd b/man/FOMC_actual_twa.Rd index 2c40048..a0c7284 100644 --- a/man/FOMC_actual_twa.Rd +++ b/man/FOMC_actual_twa.Rd @@ -9,8 +9,11 @@ FOCUS (2014) Generic Guidance for Estimating Persistence and Degradation 18 December 2014, p. 251 } \usage{ -FOMC_actual_twa(alpha = 1.0001, beta = 10, times = c(0, 1, 2, 4, 7, - 14, 21, 28, 42, 50, 100)) +FOMC_actual_twa( + alpha = 1.0001, + beta = 10, + times = c(0, 1, 2, 4, 7, 14, 21, 28, 42, 50, 100) +) } \arguments{ \item{alpha}{Parameter of the FOMC model} -- cgit v1.2.1