search for: simbindata

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

Did you mean: mbindata
2010 Aug 31
1
cannot allocate vector of size 381.5 Mb
...the same problem, but it seems that i still cannot solve this problem. I only want to generate some simulated data. #Generate 2500 observations-it works without errors > coords<-as.matrix(expand.grid(seq(0,100,length.out=50), seq(0,100,length.out=50))) #SimData is a user-written function > SimBinData<-SimData(n=2500,coords=coords, x.mu=c(0,1),covar.cor=matrix(c(1,0.25,0.25,1), 2, 2),beta=c(1,0.5,5)) #Generate 10000 observations-errors appeared #Following some posts, i set the memory to the maximum value. But i still got errors. > memory.limit(size = 4095) [1] 4095 > coords<-as.matri...