search for: 3ddata

Displaying 2 results from an estimated 2 matches for "3ddata".

Did you mean: ddata
2009 Dec 15
1
Antwort: Re: R on Windows crashes when using certain (PR#14143)
....2.10.1 RC. > >=20 > > The following commands trigger the crash for me: > >=20 > > n=3D1e5 > > k=3D10 > > x=3Dsample(k,n,replace=3DTRUE) > > y=3Dsample(k,n,replace=3DTRUE) > > xy=3Dpaste(x,y,sep=3D" =D7 ") > > z=3Dsample(n) > > d=3Ddata.frame(xy,z) > >=20 > > The last step takes very long time, and R crashes before it's=20 finished. Note > > that if I reduce n, the problem disappears. Also, if I change the =D7 (a > > multiplication symbol) to a x (a letter), the problem also=20 > disappears (and the...
2006 Nov 06
5
memory issues with new release (PR#9344)
Full_Name: Derek Elmerick Version: 2.4.0 OS: Windows XP Submission from: (NULL) (38.117.162.243) hello - i have some code that i run regularly using R version 2.3.x . the final step of the code is to build a multinomial logit model. the dataset is large; however, i have not had issues in the past. i just installed the 2.4.0 version of R and now have memory allocation issues. to verify, i ran