powered by
recursive(object, spec="mean", std.errors=TRUE, from=40, tol=1e-07, LAPACK=FALSE, plot=TRUE, return=TRUE)
arx
gets
isat
qr
return=TRUE
list
ols
solve.qr
##generate random variates, estimate model: y <- rnorm(100) mX <- matrix(rnorm(4*100), 100, 4) mymodel <- arx(y, mc=TRUE, mxreg=mX) ##compute recursive estimates and plot them: recursive(mymodel)
Run the code above in your browser using DataLab