diff options
author | Suraj Yerramilli | 2015-02-11 21:00:49 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-02-11 21:00:49 +0530 |
commit | 9f65d49046146595c73d8e74c4a5e59ec0d3c773 (patch) | |
tree | a36cc6a4cff0529467cf3ee625752a4ce1dbf3f9 /R/detrend.R | |
parent | 6f0ea5bf4c83111ef469886d21a1612bd394a2eb (diff) | |
download | SysID-R-code-9f65d49046146595c73d8e74c4a5e59ec0d3c773.tar.gz SysID-R-code-9f65d49046146595c73d8e74c4a5e59ec0d3c773.tar.bz2 SysID-R-code-9f65d49046146595c73d8e74c4a5e59ec0d3c773.zip |
corrections in documentation
Diffstat (limited to 'R/detrend.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 45cdbbe..7f393ab 100644 --- a/R/detrend.R +++ b/R/detrend.R @@ -55,7 +55,7 @@ detrend.idframe <- function(data){ #' splitList <- dataPartition(cstr,p=0.6) #' train <- splitList$estimation # training set #' test <- splitList$validation # testing set -#' fit <- detrend(trend) +#' fit <- detrend(train) #' train_detrend <- predict(fit) #' test_detrend <- predict(fit,newdata=test) #' @export |