diff options
author | Suraj Yerramilli | 2015-11-05 23:50:32 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-11-05 23:50:32 +0530 |
commit | f6822c969d2ff46f28912feaa5843afc7764fe39 (patch) | |
tree | ed521f20fc418c0b9e2d4d2897ef7c2c8201620a /NAMESPACE | |
parent | 204667befe26debb87017d7ccd0e6b7c11cbe5cf (diff) | |
download | SysID-R-code-f6822c969d2ff46f28912feaa5843afc7764fe39.tar.gz SysID-R-code-f6822c969d2ff46f28912feaa5843afc7764fe39.tar.bz2 SysID-R-code-f6822c969d2ff46f28912feaa5843afc7764fe39.zip |
adding print function for estPoly
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ S3method(plot,idfrd) S3method(plot,impulseest) S3method(predict,detrend) S3method(predict,estPoly) +S3method(print,estPoly) S3method(print,idpoly) S3method(print,summary.estPoly) S3method(print,summary.idframe) |