diff options
Diffstat (limited to 'R/estpoly.R')
-rw-r--r-- | R/estpoly.R | 4 |
1 files changed, 2 insertions, 2 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 #' } #' } |