summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-02-11 23:28:49 +0530
committerSuraj Yerramilli2015-02-11 23:28:49 +0530
commit00834a8564bb4d12ae1dba51d56812083ca3d630 (patch)
tree8e2c6f980026f0db621e37b18c368a5c26afaf2c /R
parent5a898daf69f1e5dba95f670ea922e5140e1399e3 (diff)
downloadSysID-R-code-00834a8564bb4d12ae1dba51d56812083ca3d630.tar.gz
SysID-R-code-00834a8564bb4d12ae1dba51d56812083ca3d630.tar.bz2
SysID-R-code-00834a8564bb4d12ae1dba51d56812083ca3d630.zip
corrections in documentation
Diffstat (limited to 'R')
-rw-r--r--R/detrend.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/detrend.R b/R/detrend.R
index 392272b..700b8ff 100644
--- a/R/detrend.R
+++ b/R/detrend.R
@@ -15,7 +15,7 @@
#'
#' @examples
#' data(cstr)
-#' fit <- detrend(cstr)
+#' fit <- detrend.idframe(cstr)
#' cstr_detrend <- predict(fit)
#'
#' @seealso \code{\link{predict.detrend.idframe}}, \code{\link[stats]{lm}}