summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-01-06 23:57:47 +0530
committerSuraj Yerramilli2016-01-06 23:57:47 +0530
commitb7702cce3323d52b458671da6c841ace26bf10b0 (patch)
treede17f2b33f6162a8331af645deb8c0173b80a4a3 /man
parentebbc3e0945d92caa822ec358703a6aa92d2f6fd2 (diff)
downloadSysID-R-code-b7702cce3323d52b458671da6c841ace26bf10b0.tar.gz
SysID-R-code-b7702cce3323d52b458671da6c841ace26bf10b0.tar.bz2
SysID-R-code-b7702cce3323d52b458671da6c841ace26bf10b0.zip
minor documentation increment
Diffstat (limited to 'man')
-rw-r--r--man/compare.Rd3
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}
}