Dear s-newsers:
I should be grateful for suggestions on how to solve the following problem:
The file I am using is something like
--------------
v1 <- 10.0
#
for (i in 1:9)
{
# do something here
}
print(v1)
--------------
When I use my home PC to compute, I need 2-3 hrs for the first two points
(say i=1 and i=2). But, I need to run 3hrs to get the 3rd point, and even
more time for the 4th point. I never get the 4th point becuase I do not want
to wait and I have to stop the program.
I quit Splus and run Splus again. This time, I compute the 4th point (i in
4:4) only. It takes me only 1-2 hrs.
I think there maybe a memory problem. But, I could not figure out.
Many thanks.
Qishan Li
|