summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--R/preprocess.R2
-rw-r--r--man/predict.detrend.Rd2
2 files changed, 2 insertions, 2 deletions
diff --git a/R/preprocess.R b/R/preprocess.R
index 07b0a4a..d47bb54 100644
--- a/R/preprocess.R
+++ b/R/preprocess.R
@@ -65,7 +65,7 @@ detrend <- function(data,type=c("constant","linear")[2]){
#' Predict method for trend fits on idframe objects
#'
-#' Detrended \code{idframe} object based on linear trend fit
+#' Returns detrended \code{idframe} object based on linear trend fit
#'
#' @param object an object of class \code{idframe}
#' @param newdata An optional idframe object in which to look for variables with
diff --git a/man/predict.detrend.Rd b/man/predict.detrend.Rd
index 4ccdb96..5da28b5 100644
--- a/man/predict.detrend.Rd
+++ b/man/predict.detrend.Rd
@@ -16,7 +16,7 @@ which to predict. If ommited, the original detrended idframe object is used}
an \code{idframe} object
}
\description{
-Detrended \code{idframe} object based on linear trend fit
+Returns detrended \code{idframe} object based on linear trend fit
}
\examples{
data(cstr)