summaryrefslogtreecommitdiff
path: root/man/oe.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-05-15 19:04:00 +0530
committerSuraj Yerramilli2016-05-15 19:04:00 +0530
commit310ec170df8b3a593c3ac1c4be1a4526fa07f8ef (patch)
tree02df9749dacccf320cccc1645133b9398efc7171 /man/oe.Rd
parentb7bbfddf0a00603dbe5f0adf902f6563069adce6 (diff)
downloadSysID-R-code-310ec170df8b3a593c3ac1c4be1a4526fa07f8ef.tar.gz
SysID-R-code-310ec170df8b3a593c3ac1c4be1a4526fa07f8ef.tar.bz2
SysID-R-code-310ec170df8b3a593c3ac1c4be1a4526fa07f8ef.zip
correcting objects used in documentation examples
Diffstat (limited to 'man/oe.Rd')
-rw-r--r--man/oe.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/oe.Rd b/man/oe.Rd
index 86239d2..f5a56bc 100644
--- a/man/oe.Rd
+++ b/man/oe.Rd
@@ -56,7 +56,7 @@ using the \code{\link{detrend}} function.
}
\examples{
data(oesim)
-z <- dataSlice(data,end=1533) # training set
+z <- dataSlice(oesim,end=1533) # training set
mod_oe <- oe(z,c(2,1,2))
mod_oe
plot(mod_oe) # plot the predicted and actual responses