summaryrefslogtreecommitdiff
path: root/R/detrend.R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-02-11 21:00:49 +0530
committerSuraj Yerramilli2015-02-11 21:00:49 +0530
commit9f65d49046146595c73d8e74c4a5e59ec0d3c773 (patch)
treea36cc6a4cff0529467cf3ee625752a4ce1dbf3f9 /R/detrend.R
parent6f0ea5bf4c83111ef469886d21a1612bd394a2eb (diff)
downloadSysID-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.R2
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