From eb848619e1de4b7698a385d10e3bbc37eef61550 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Thu, 15 Dec 2016 21:38:58 -0600 Subject: correcting a few examples --- R/rarx.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'R/rarx.R') diff --git a/R/rarx.R b/R/rarx.R index a121185..7f48888 100644 --- a/R/rarx.R +++ b/R/rarx.R @@ -33,9 +33,9 @@ #' Gp2 <- idpoly(c(1,-1.2,0.35),2.5,ioDelay=2,noiseVar = 0.1) #' uk = idinput(2044,'prbs',c(0,1/4)); N = length(uk); #' N1 = round(0.35*N); N2 = round(0.4*N); N3 = N-N1-N2; -#' yk1 <- sim(Gp1,uk[1:N1],addNoise = T) -#' yk2 <- sim(Gp2,uk[N1+1:N2],addNoise = T) -#' yk3 <- sim(Gp1,uk[N1+N2+1:N3],addNoise = T) +#' yk1 <- sim(Gp1,uk[1:N1],addNoise = TRUE) +#' yk2 <- sim(Gp2,uk[N1+1:N2],addNoise = TRUE) +#' yk3 <- sim(Gp1,uk[N1+N2+1:N3],addNoise = TRUE) #' yk <- c(yk1,yk2,yk3) #' z <- idframe(yk,uk,1) #' g(theta,yhat) %=% rarx(z,c(2,1,2)) -- cgit