diff options
-rw-r--r-- | R/estpoly.R | 4 | ||||
-rw-r--r-- | man/armax.Rd | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/R/estpoly.R b/R/estpoly.R index 9da3f9f..47cd97e 100644 --- a/R/estpoly.R +++ b/R/estpoly.R @@ -237,8 +237,8 @@ arx <- function(x,order=c(0,1,0)){ #' \code{termination} \tab Termination conditions for the iterative #' search used for prediction error minimization. #' \tabular{ll}{ -#' \code{WhyStop} \tab Reason for termination -#' \code{iter} \tab Number of Iterations +#' \code{WhyStop} \tab Reason for termination \cr +#' \code{iter} \tab Number of Iterations \cr #' \code{iter} \tab Number of Function Evaluations #' } #' } diff --git a/man/armax.Rd b/man/armax.Rd index 9c4020f..fc2388a 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -35,8 +35,8 @@ An object of class \code{estpoly} containing the following elements: \code{termination} \tab Termination conditions for the iterative search used for prediction error minimization. \tabular{ll}{ - \code{WhyStop} \tab Reason for termination - \code{iter} \tab Number of Iterations + \code{WhyStop} \tab Reason for termination \cr + \code{iter} \tab Number of Iterations \cr \code{iter} \tab Number of Function Evaluations } } |