diff options
author | Suraj Yerramilli | 2015-12-29 18:55:11 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-12-29 18:55:11 +0530 |
commit | 91409cf96d904ae47d347496014266af1875cc3f (patch) | |
tree | 90d9f80e4b9aaa442c2e7d6539bf4d2594cc6d28 /R/estpoly.R | |
parent | 539bbcd08561378f6b8eebacc10275f1c5d07ef2 (diff) | |
download | SysID-R-code-91409cf96d904ae47d347496014266af1875cc3f.tar.gz SysID-R-code-91409cf96d904ae47d347496014266af1875cc3f.tar.bz2 SysID-R-code-91409cf96d904ae47d347496014266af1875cc3f.zip |
minor error fix in documentation
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 #' } #' } |