Re: [Rd] Q: R 2.2.1: Memory Management Issues?

2006-01-05 Thread Karen.Green
Dear Simon, Thank you for taking time to address my questions. >> summary(EMclust(y),y) > >I suspect that memory is your least problem. Did you even try to run >EMclust on a small subsample? I suspect that if you did, you would >figure out that what you are trying to do is not likely to termi

Re: [Rd] Q: R 2.2.1: Memory Management Issues?

2006-01-05 Thread Karen.Green
Dear Simon, Thank you for taking time to address my questions. >> summary(EMclust(y),y) > >I suspect that memory is your least problem. Did you even try to run >EMclust on a small subsample? I suspect that if you did, you would >figure out that what you are trying to do is not likely to termi

[Rd] Q: R 2.2.1: Memory Management Issues?

2006-01-05 Thread Karen.Green
Dear Developers: I have a question about memory management in R 2.2.1 and am wondering if you would be kind enough to help me understand what is going on. (It has been a few years since I have done software development on Windows, so I apologize in advance if these are easy questions.)