diff options
Diffstat (limited to 'man/iv4.Rd')
-rw-r--r-- | man/iv4.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |