diff options
author | Suraj Yerramilli | 2015-06-06 17:03:13 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-06-06 17:03:13 +0530 |
commit | db747b5554e3f5c7adb79fd6964453acb64e628e (patch) | |
tree | 41122c5145179bf759e67e586b61f7d79421848b /man | |
parent | d2f7f8e7de6fa273e4b4160737825e22326f2264 (diff) | |
download | SysID-R-code-db747b5554e3f5c7adb79fd6964453acb64e628e.tar.gz SysID-R-code-db747b5554e3f5c7adb79fd6964453acb64e628e.tar.bz2 SysID-R-code-db747b5554e3f5c7adb79fd6964453acb64e628e.zip |
Added return value in documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/estARX.Rd | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/man/estARX.Rd b/man/estARX.Rd index 28f0b82..d4ff9b6 100644 --- a/man/estARX.Rd +++ b/man/estARX.Rd @@ -14,8 +14,20 @@ estARX(data, order = c(0, 1, 0)) the input-output delay} } \value{ -An object having classes \code{estARX} and \code{estPoly} containing +An object with classes \code{estARX} and \code{estPoly}, containing the following elements: + +\tabular{ll}{ + \code{coefficients} \tab an \code{idpoly} object containing the + fitted coefficients \cr + \code{vcov} \tab the covariance matrix of the fitted coefficients\cr + \code{sigma} \tab the standard deviation of the innovations\cr + \code{df} the residual degrees of freedom\tab \cr + \code{fitted.values} \tab the predicted response + \code{residuals} \tab the residuals \cr + \code{call} \tab the matched call \cr + \code{time} \tab the time of the data used \cr + } } \description{ Fit an ARX model of the specified order given the input-output data |