diff options
author | Suraj Yerramilli | 2016-01-06 23:57:47 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-01-06 23:57:47 +0530 |
commit | b7702cce3323d52b458671da6c841ace26bf10b0 (patch) | |
tree | de17f2b33f6162a8331af645deb8c0173b80a4a3 | |
parent | ebbc3e0945d92caa822ec358703a6aa92d2f6fd2 (diff) | |
download | SysID-R-code-b7702cce3323d52b458671da6c841ace26bf10b0.tar.gz SysID-R-code-b7702cce3323d52b458671da6c841ace26bf10b0.tar.bz2 SysID-R-code-b7702cce3323d52b458671da6c841ace26bf10b0.zip |
minor documentation increment
-rw-r--r-- | R/predict.R | 3 | ||||
-rw-r--r-- | 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} } |