summaryrefslogtreecommitdiff
path: root/man/iv4.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/iv4.Rd')
-rw-r--r--man/iv4.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/iv4.Rd b/man/iv4.Rd
index 45755fc..77b794c 100644
--- a/man/iv4.Rd
+++ b/man/iv4.Rd
@@ -40,7 +40,7 @@ to the IV function with the same instrument filters as in the second stage.
\examples{
mod_dgp <- idpoly(A=c(1,-0.5),B=c(0.6,-.2),C=c(1,0.6),ioDelay = 2,noiseVar = 0.1)
u <- idinput(400,"prbs")
-y <- sim(mod_dgp,u,T)
+y <- sim(mod_dgp,u,addNoise=TRUE)
z <- idframe(y,u)
mod_iv4 <- iv4(z,c(1,2,2))