diff options
Diffstat (limited to 'man/oe.Rd')
-rw-r--r-- | man/oe.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |