summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-05-15 19:04:44 +0530
committerSuraj Yerramilli2016-05-15 19:04:44 +0530
commit812e938d9539272d41ef6caa56208565cf7c9816 (patch)
tree99cd1b8ff2dab7bb9b3afdc149c5790b00867dcd
parent310ec170df8b3a593c3ac1c4be1a4526fa07f8ef (diff)
downloadSysID-R-code-812e938d9539272d41ef6caa56208565cf7c9816.tar.gz
SysID-R-code-812e938d9539272d41ef6caa56208565cf7c9816.tar.bz2
SysID-R-code-812e938d9539272d41ef6caa56208565cf7c9816.zip
minor corrections
-rw-r--r--R/iv.R2
-rw-r--r--man/iv.Rd2
2 files changed, 2 insertions, 2 deletions
diff --git a/R/iv.R b/R/iv.R
index 65b9bd1..abc732e 100644
--- a/R/iv.R
+++ b/R/iv.R
@@ -33,7 +33,7 @@
#'
#' @examples
#' data(arxsim)
-#' mod_iv <- iv(z,c(2,1,1))
+#' mod_iv <- iv(arxsim,c(2,1,1))
#'
#' @seealso \code{\link{arx}}, \code{\link{iv4}}
#'
diff --git a/man/iv.Rd b/man/iv.Rd
index 880aeb4..91a4340 100644
--- a/man/iv.Rd
+++ b/man/iv.Rd
@@ -36,7 +36,7 @@ by the user, the instruments are generated using the arx routine
}
\examples{
data(arxsim)
-mod_iv <- iv(z,c(2,1,1))
+mod_iv <- iv(arxsim,c(2,1,1))
}
\references{