summaryrefslogtreecommitdiff
path: root/man/demean.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/demean.Rd')
-rw-r--r--man/demean.Rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/demean.Rd b/man/demean.Rd
index 278f46a..7359222 100644
--- a/man/demean.Rd
+++ b/man/demean.Rd
@@ -15,7 +15,7 @@ A list containing the following elements
\tabular{ll}{
\code{fitted.values} \tab \code{idframe} object with mean-centered variables \cr
\code{output.mean} \tab \code{vector} containing means for each output variable \cr
- \code{input.mean} \tab \code{vector} containing trend fits for each input variable
+ \code{input.mean} \tab \code{vector} containing means for each input variable
}
}
\description{
@@ -24,7 +24,7 @@ Mean Centers the input and output matrices.
\examples{
data(cstr)
fit.mean <- demean(cstr)
-cstr_detrend <- predict(fit.mean)
+cstr_demean <- predict(fit.mean)
}
\seealso{
\code{\link{predict.demean}}, \code{\link[stats]{colMeans}}