From e307b4fc308590993437839eea90ea2d6fca0259 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sun, 6 Sep 2015 21:35:47 +0530 Subject: Compatibility fixes --- man/arx.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/arx.Rd') diff --git a/man/arx.Rd b/man/arx.Rd index 62b9cd1..442ff60 100644 --- a/man/arx.Rd +++ b/man/arx.Rd @@ -4,10 +4,10 @@ \alias{arx} \title{Estimate ARX Models} \usage{ -arx(data, order = c(0, 1, 0)) +arx(x, order = c(0, 1, 0)) } \arguments{ -\item{data}{an object of class \code{idframe}} +\item{x}{an object of class \code{idframe}} \item{order:}{Specification of the orders: the three integer components (na,nb,nk) are the order of polynolnomial A, order of polynomial B and -- cgit