diff options
Diffstat (limited to 'man/compare.Rd')
-rw-r--r-- | man/compare.Rd | 3 |
1 files changed, 2 insertions, 1 deletions
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} } |