diff options
author | Suraj Yerramilli | 2015-02-11 23:28:49 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-02-11 23:28:49 +0530 |
commit | 00834a8564bb4d12ae1dba51d56812083ca3d630 (patch) | |
tree | 8e2c6f980026f0db621e37b18c368a5c26afaf2c /R | |
parent | 5a898daf69f1e5dba95f670ea922e5140e1399e3 (diff) | |
download | SysID-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.R | 2 |
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}} |