diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/predict.estpoly.Rd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/predict.estpoly.Rd b/man/predict.estpoly.Rd index 4c19ed5..53371e6 100644 --- a/man/predict.estpoly.Rd +++ b/man/predict.estpoly.Rd @@ -4,16 +4,18 @@ \alias{predict.estpoly} \title{Predictions of identified model} \usage{ -\method{predict}{estpoly}(x, newdata = NULL, nahead = 1) +\method{predict}{estpoly}(object, newdata = NULL, nahead = 1, ...) } \arguments{ -\item{x}{\code{estpoly} object containing the identified model} +\item{object}{\code{estpoly} object containing the identified model} \item{newdata}{optional dataset to be used for predictions. If not supplied, predictions are made on the training set.} \item{nahead}{number of steps ahead at which to predict (Default:1). For infinite- step ahead predictions or pure simulation, supply \code{Inf}.} + +\item{\ldots}{other arguments} } \value{ Time-series containing the predictions |