diff options
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()){ |