From b17dc3ee5f4fda17fcbc659730cb81e447510121 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 22 Mar 2023 22:34:30 +0100 Subject: Fix typo in mkinerrmin Thanks to Sebastian Meyer for spotting it. --- man/mkinfit.Rd | 4 ++-- man/set_nd_nq.Rd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index f96b4d22..b5b24449 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -23,8 +23,8 @@ mkinfit( atol = 1e-08, rtol = 1e-10, error_model = c("const", "obs", "tc"), - error_model_algorithm = c("auto", "d_3", "direct", "twostep", "threestep", "fourstep", - "IRLS", "OLS"), + error_model_algorithm = c("auto", "d_3", "direct", "twostep", "threestep", + "fourstep", "IRLS", "OLS"), reweight.tol = 1e-08, reweight.max.iter = 10, trace_parms = FALSE, diff --git a/man/set_nd_nq.Rd b/man/set_nd_nq.Rd index 87a3fae1..796c27a2 100644 --- a/man/set_nd_nq.Rd +++ b/man/set_nd_nq.Rd @@ -54,9 +54,9 @@ it automates the proposal of Boesten et al (2015). } \section{Functions}{ \itemize{ -\item \code{set_nd_nq_focus()}: Set non-detects in residue time series according to FOCUS rules - +\item \code{set_nd_nq_focus}: Set non-detects in residue time series according to FOCUS rules }} + \examples{ # FOCUS (2014) p. 75/76 and 131/132 parent_1 <- c(.12, .09, .05, .03, "nd", "nd", "nd", "nd", "nd", "nd") -- cgit v1.2.1