Displaying 1 result from an estimated 1 matches for "creg1".
Did you mean:
vreg1
2009 Jul 15
2
storing lm() results and other objects in a list
...AO's can be added to Regression tables
#if that is the case then REM out the IO lines and pass the detectIO results
#into the arimax(x,y,z,IO=detectIO(blah))
#
# Need a better understanding of how to address the AO and IO's in
this script before implementing them
# (Repeat for each model, cReg1,cReg2,etc..)
#
#cReg1=cReg
#fReg1=fReg
#for(i in arma1.io$ind){ print(i);cReg1[,paste(sep="
","IO",i)]=1*(seq(cReg1[,2])==i)}
#for(i in arma1.ao$ind){ print(i);cReg1[,paste(sep="
","AO",i)]=1*(seq(cReg1[,2])==i)}
#for(i in arma1.io$ind){ print(i);fReg1[,paste...