diff options
author | Suraj Yerramilli | 2016-01-03 13:00:58 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-01-03 13:00:58 +0530 |
commit | 41ff90bc5b8137201ee09d80a2ea67de6cd5884c (patch) | |
tree | 8881d154b0f8f72fece43a9303020e6ebe5fe674 /NAMESPACE | |
parent | eed9b50e306de80ac007851185829e29855bbe0f (diff) | |
download | SysID-R-code-41ff90bc5b8137201ee09d80a2ea67de6cd5884c.tar.gz SysID-R-code-41ff90bc5b8137201ee09d80a2ea67de6cd5884c.tar.bz2 SysID-R-code-41ff90bc5b8137201ee09d80a2ea67de6cd5884c.zip |
Adding predict.idpoly
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(predict,idpoly) S3method(print,estpoly) S3method(print,idpoly) S3method(print,summary.estpoly) |