From 4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Wed, 30 Dec 2015 20:37:37 +0530 Subject: minor documentation updates --- R/estpoly.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R') diff --git a/R/estpoly.R b/R/estpoly.R index 7d27cf8..4fa626d 100644 --- a/R/estpoly.R +++ b/R/estpoly.R @@ -289,7 +289,7 @@ armax <- function(x,order=c(0,1,1,0),options=optimOptions()){ #' Fit an output-error model of the specified order given the input-output data #' #' @param x an object of class \code{idframe} -#' @param order: Specification of the orders: the four integer components +#' @param order Specification of the orders: the four integer components #' (nb,nf,nk) are order of polynomial B + 1, order of the polynomial F, #' and the input-output delay respectively #' @param options Estimation Options, setup using -- cgit