summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/predict.detrend.idframe.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/predict.detrend.idframe.Rd b/man/predict.detrend.idframe.Rd
index 643ced8..35ec2d3 100644
--- a/man/predict.detrend.idframe.Rd
+++ b/man/predict.detrend.idframe.Rd
@@ -24,7 +24,7 @@ data(cstr)
splitList <- dataPartition(cstr,p=0.6)
train <- splitList$estimation # training set
test <- splitList$validation # testing set
-fit <- detrend(train)
+fit <- detrend.idframe(train)
train_detrend <- predict(fit)
test_detrend <- predict(fit,newdata=test)
}