diff options
author | Suraj Yerramilli | 2015-06-05 16:37:56 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-06-05 16:37:56 +0530 |
commit | 1d82ade18b2550a54fbc6e125cac1822e4746654 (patch) | |
tree | 0e1fa4aac59609fa4a69500dcf0e564f26e82820 /NAMESPACE | |
parent | 0a167c853185b9a19ab41b2f34707d138c95e849 (diff) | |
download | SysID-R-code-1d82ade18b2550a54fbc6e125cac1822e4746654.tar.gz SysID-R-code-1d82ade18b2550a54fbc6e125cac1822e4746654.tar.bz2 SysID-R-code-1d82ade18b2550a54fbc6e125cac1822e4746654.zip |
Method to pretty print arx models
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ S3method(plot,idframe) S3method(plot,idfrd) S3method(plot,impulseest) S3method(predict,detrend) +S3method(print,arx) S3method(print,summary.idframe) S3method(print,tf) S3method(summary,idframe) |