diff options
author | Suraj Yerramilli | 2016-01-02 14:55:54 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-01-02 14:55:54 +0530 |
commit | 0cf42bf946737e8588a975d3863a59859c179962 (patch) | |
tree | 771ccfeeab0be250719322d52913bd3307686d0a /man | |
parent | 01f45b86903201831143791ca0134573a1a233f4 (diff) | |
download | SysID-R-code-0cf42bf946737e8588a975d3863a59859c179962.tar.gz SysID-R-code-0cf42bf946737e8588a975d3863a59859c179962.tar.bz2 SysID-R-code-0cf42bf946737e8588a975d3863a59859c179962.zip |
removing an unstable line
Diffstat (limited to 'man')
-rw-r--r-- | man/armax.Rd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/armax.Rd b/man/armax.Rd index d52e9d5..56f358c 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -58,8 +58,7 @@ using the \code{\link{detrend}} function. data(armaxsim) z <- dataSlice(data,end=1533) # training set mod_armax <- armax(z,c(1,2,1,2)) -summary(mod_armax) # obtain estimates and their covariances -plot(mod_armax) # plot the predicted and actual responses +mod_armax } \references{ |