From 91409cf96d904ae47d347496014266af1875cc3f Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Tue, 29 Dec 2015 18:55:11 +0530 Subject: minor error fix in documentation --- man/armax.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/armax.Rd') 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 } } -- cgit