RE: [NMusers] Memory problems with Xpose

2012-01-13 Thread Elassaiss - Schaap, J. (Jeroen)
Hi Toufigh, You could add more physical memory to your system if it is 64 bits, not sure if that would make sense on 32 bits. Otherwise, if your dataset is large enough, you could draw several random subsamples of the dataset and do the graph on that. And/or use other ways of subsetting.

RE: [NMusers] Memory problems with Xpose

2012-01-13 Thread Andrew Hooker
Hi Toufigh, R has updated its memory handling in recent updates, so if you are using an older version of R then updating to the latest version may help. Otherwise you might try subsetting the plot to reduce the number of plots created. For example: # Change the covariate scope

Re: [NMusers] Memory problems with Xpose

2012-01-13 Thread Justin Wilkins
Dear Toufigh, I guess you've got a relatively large model and/or dataset - R has bumped up against its memory limit under your version of Windows (which I'm assuming you're using based on the error message). Which version are you using? 32-bit or 64-bit? To support what Andy and Jeroen have

RE: [NMusers] Memory problems with Xpose

2012-01-13 Thread Toufigh Gordi
13, 2012 1:23 AM To: Toufigh Gordi Cc: nmusers@globomaxnm.com Subject: Re: [NMusers] Memory problems with Xpose Dear Toufigh, I guess you've got a relatively large model and/or dataset - R has bumped up against its memory limit under your version of Windows (which I'm assuming you're using

RE: [NMusers] Memory problems with Xpose

2012-01-13 Thread Elassaiss - Schaap, J. (Jeroen)
...@globomaxnm.com] On Behalf Of Toufigh Gordi Sent: Friday, January 13, 2012 16:53 To: 'Justin Wilkins' Cc: nmusers@globomaxnm.com Subject: RE: [NMusers] Memory problems with Xpose Hi Justin (and others), My computer has 3GB, running Windows 7 on a 32 bit machine. The interesting thing

RE: [NMusers] Memory problems with Xpose

2012-01-13 Thread Toufigh Gordi
From: Elassaiss - Schaap, J. (Jeroen) [mailto:jeroen.elassaiss-sch...@merck.com] Sent: Friday, January 13, 2012 8:54 AM To: Toufigh Gordi; 'Justin Wilkins' Cc: nmusers@globomaxnm.com Subject: RE: [NMusers] Memory problems with Xpose Hi Toufigh, Programs like R often have quite some

RE: [NMusers] Memory problems with Xpose

2012-01-13 Thread Lavigne, Jean
Subject: RE: [NMusers] Memory problems with Xpose Hi Justin (and others), My computer has 3GB, running Windows 7 on a 32 bit machine. The interesting thing is that this is happening in the middle of a modeling project and so far there have been no issues. I have now tried it on an XP machine

Re: [NMusers] Memory problems with Xpose

2012-01-13 Thread Leonid Gibiansky
: [NMusers] Memory problems with Xpose Dear Toufigh, I guess you've got a relatively large model and/or dataset - R has bumped up against its memory limit under your version of Windows (which I'm assuming you're using based on the error message). Which version are you using? 32-bit or 64-bit