search for: createdataset

Displaying 1 result from an estimated 1 matches for "createdataset".

2012 Apr 01
1
R process taking over memory
...start taking over memory (this afternoon one of those calls was about 40GB!) and not returning an answer. Other datasets work fine. I am trying to debug nlme by varying its parameters but I have a general question in the interim. I have the following situation: for i in (1:N) { dataset <- createDataset(i) try(nlme(dataset, otherParameters)) } If one of those datasets starts using, say more than 2GB of memory I would like to just stop nlme, get an error, record it, and move on with the next dataset. Right now with some datasets nlme takes over the computer memory and the system ends up killi...