diff options
-rw-r--r-- | R/iv.R | 2 | ||||
-rw-r--r-- | man/iv.Rd | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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}} #' @@ -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{ |