gyadav at ccilindia.co.in
2007-Apr-23 07:55 UTC
[R] regarding redirecting output of GARCH to a file
Hi All R Experts
I wrote this code so that all the summaries are stored in one file so that
i can try to see among them which one is most fitting.
but the results.txt file is having "***** ESTIMATION WITH ANALYTICAL
GRADIENT *****" many times i.e. 25x25 = 625
Please help in sending the summaries into one file :-)
sink("C:/results.txt")
for ( i in 1:25 )
for ( j in 1:25 ) {
x1.garch<-garch(ts(x1[,2]),c(i,j))
summary(x1)
}
sink()
Thanks in adv
-gaurav
===========================================================================================DISCLAIMER
AND CONFIDENTIALITY CAUTION:\ \ This message and ...{{dropped}}