summaryrefslogtreecommitdiff
path: root/R/predict.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/predict.R')
-rw-r--r--R/predict.R3
1 files changed, 2 insertions, 1 deletions
diff --git a/R/predict.R b/R/predict.R
index 3de8ef2..7e02658 100644
--- a/R/predict.R
+++ b/R/predict.R
@@ -60,7 +60,8 @@ predict.estpoly <- function(x,newdata=NULL,nahead=1){
#' data, for comparison.
#'
#' @param data validation data in the form of an \code{idframe} object
-#' @param nahead number of steps ahead at which to predict
+#' @param nahead number of steps ahead at which to predict (Default:1). For infinite-
+#' step ahead predictions, supply \code{Inf}.
#' @param \ldots models whose predictions are to be compared
#'
#' @examples