From b7702cce3323d52b458671da6c841ace26bf10b0 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Wed, 6 Jan 2016 23:57:47 +0530 Subject: minor documentation increment --- R/predict.R | 3 ++- man/compare.Rd | 3 ++- 2 files changed, 4 insertions(+), 2 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 diff --git a/man/compare.Rd b/man/compare.Rd index 3a40549..8293506 100644 --- a/man/compare.Rd +++ b/man/compare.Rd @@ -9,7 +9,8 @@ compare(data, nahead = 1, ...) \arguments{ \item{data}{validation data in the form of an \code{idframe} object} -\item{nahead}{number of steps ahead at which to predict} +\item{nahead}{number of steps ahead at which to predict (Default:1). For infinite- +step ahead predictions, supply \code{Inf}.} \item{\ldots}{models whose predictions are to be compared} } -- cgit