summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-06-05 23:56:03 +0530
committerSuraj Yerramilli2015-06-05 23:56:03 +0530
commit6771e27e52fbf687260d8df3bb3c8613352bc0d4 (patch)
treea923d04d9e8dd7c51b6014c6555ce1b6a15ce3b0 /NAMESPACE
parent34ab380cfc2fd9a25f2de2ee51de7cab9f92e1aa (diff)
downloadSysID-R-code-6771e27e52fbf687260d8df3bb3c8613352bc0d4.tar.gz
SysID-R-code-6771e27e52fbf687260d8df3bb3c8613352bc0d4.tar.bz2
SysID-R-code-6771e27e52fbf687260d8df3bb3c8613352bc0d4.zip
Added a print method for the summary of estARX
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE1
1 files changed, 1 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 53955fc..a12946b 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -5,6 +5,7 @@ S3method(plot,idfrd)
S3method(plot,impulseest)
S3method(predict,detrend)
S3method(print,arx)
+S3method(print,summary.estARX)
S3method(print,summary.idframe)
S3method(print,tf)
S3method(summary,estARX)