search for: bpov

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

Did you mean: bpo
2007 Jul 14
0
memory problem
...s. I am running a program (DPglmm), which is built in DPpackage. The program is running, but at the final stage, R generates an error message 'Error: cannot allocate vector of size 309.9 Mb' My code and output is as follows. > memory.limit(size=4000) NULL > fit0 <- DPglmm(fixed=Bpov~1,random=~1|cluster,data=MyData, + family=binomial(logit),n=Total,prior=prior,mcmc=mcmc,state=NULL, + status=TRUE) Error: cannot allocate vector of size 309.9 Mb It is very interesting that If i don't request 2GB of virtual memory from hard drive, the DPglmm doesn't run at all. After 2 min...