diff options
Diffstat (limited to 'man/armax.Rd')
-rw-r--r-- | man/armax.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/armax.Rd b/man/armax.Rd index 8e86575..18310d7 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -59,7 +59,7 @@ using the \code{\link{detrend}} function. } \examples{ data(armaxsim) -z <- dataSlice(data,end=1533) # training set +z <- dataSlice(armaxsim,end=1533) # training set mod_armax <- armax(z,c(1,2,1,2)) mod_armax |