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 /R | |
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 'R')
-rw-r--r-- | R/estpoly.R | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/R/estpoly.R b/R/estpoly.R index 7c2bc3d..b23c221 100644 --- a/R/estpoly.R +++ b/R/estpoly.R @@ -251,8 +251,7 @@ arx <- function(x,order=c(0,1,0)){ #' 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 #' #' @export armax <- function(x,order=c(0,1,1,0),options=optimOptions()){ |