diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-23 16:42:31 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-23 16:45:52 +0100 |
commit | a8514e92fbb23d60db686ddf153592fb28c48a77 (patch) | |
tree | 3b1accab0d14b99ed7b5aefc69e05dc7dcb8e74c /man/set_nd_nq.Rd | |
parent | 9e7aa351b30a0dc9b1e6e14da751c7f42a7587dd (diff) |
Support covariates in endpoints()
Diffstat (limited to 'man/set_nd_nq.Rd')
-rw-r--r-- | man/set_nd_nq.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/set_nd_nq.Rd b/man/set_nd_nq.Rd index 796c27a2..87a3fae1 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") |